Searched refs:BinaryOpCode (Results 1 – 2 of 2) sorted by relevance
105 uint64_t BinaryOpCode = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local109 support::endian::write(CB, (uint16_t)BinaryOpCode, in encodeInstruction()111 BinaryOpCode >>= 16; in encodeInstruction()
286 uint64_t BinaryOpCode = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local289 uint16_t Word = (BinaryOpCode >> (i * 16)) & 0xFFFF; in encodeInstruction()