Home
last modified time | relevance | path

Searched refs:BinaryOpCode (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCCodeEmitter.cpp92 uint64_t BinaryOpCode = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local
96 support::endian::write(OS, (uint16_t)BinaryOpCode, support::little); in encodeInstruction()
97 BinaryOpCode >>= 16; in encodeInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCCodeEmitter.cpp287 uint64_t BinaryOpCode = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local
288 emitInstruction(BinaryOpCode, Size, STI, OS); in encodeInstruction()