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

/openbsd-current/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCCodeEmitter.cpp92 uint64_t BinaryOpCode = getBinaryCodeForInstr(MI, Fixups, STI); local
96 support::endian::write(OS, (uint16_t)BinaryOpCode, support::little);
97 BinaryOpCode >>= 16;
/openbsd-current/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCCodeEmitter.cpp293 uint64_t BinaryOpCode = getBinaryCodeForInstr(MI, Fixups, STI); local
294 emitInstruction(BinaryOpCode, Size, STI, OS);

Completed in 116 milliseconds