Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCCodeEmitter.cpp293 uint64_t BinaryOpCode = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local
294 emitInstruction(BinaryOpCode, Size, STI, OS); in encodeInstruction()