Searched refs:BinaryOpCode (Results 1 – 2 of 2) sorted by relevance
93 uint64_t BinaryOpCode = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local97 support::endian::write(CB, (uint16_t)BinaryOpCode, in encodeInstruction()99 BinaryOpCode >>= 16; in encodeInstruction()
284 uint64_t BinaryOpCode = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local287 uint16_t Word = (BinaryOpCode >> (i * 16)) & 0xFFFF; in encodeInstruction()