Searched refs:BinaryOpCode (Results 1 – 2 of 2) sorted by relevance
92 uint64_t BinaryOpCode = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local96 support::endian::write(OS, (uint16_t)BinaryOpCode, support::little); in encodeInstruction()97 BinaryOpCode >>= 16; in encodeInstruction()
293 uint64_t BinaryOpCode = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local294 emitInstruction(BinaryOpCode, Size, STI, OS); in encodeInstruction()