Searched refs:BinaryOpCode (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
D | MSP430MCCodeEmitter.cpp | 92 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/MCTargetDesc/ |
D | MSP430MCCodeEmitter.cpp | 92 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRMCCodeEmitter.cpp | 290 uint64_t BinaryOpCode = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local 291 emitInstruction(BinaryOpCode, Size, STI, OS); in encodeInstruction()
|
/external/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRMCCodeEmitter.cpp | 290 uint64_t BinaryOpCode = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local 291 emitInstruction(BinaryOpCode, Size, STI, OS); in encodeInstruction()
|