/minix/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 777 MCInst TmpInst; in ProcessInstruction() local 782 Inst = TmpInst; in ProcessInstruction() 786 MCInst TmpInst; in ProcessInstruction() local 791 Inst = TmpInst; in ProcessInstruction() 795 MCInst TmpInst; in ProcessInstruction() local 800 Inst = TmpInst; in ProcessInstruction() 804 MCInst TmpInst; in ProcessInstruction() local 809 Inst = TmpInst; in ProcessInstruction() 813 MCInst TmpInst; in ProcessInstruction() local 818 Inst = TmpInst; in ProcessInstruction() [all …]
|
/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 6701 MCInst TmpInst; in processInstruction() local 6710 Inst = TmpInst; in processInstruction() 6719 MCInst TmpInst; in processInstruction() local 6728 Inst = TmpInst; in processInstruction() 6737 MCInst TmpInst; in processInstruction() local 6765 Inst = TmpInst; in processInstruction() 6795 MCInst TmpInst; in processInstruction() local 6808 Inst = TmpInst; in processInstruction() 6817 MCInst TmpInst; in processInstruction() local 6832 Inst = TmpInst; in processInstruction() [all …]
|
/minix/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 407 MCInst TmpInst; in EmitInstruction() local 469 TmpInst.setOpcode(PPC::LWZ); in EmitInstruction() 480 TmpInst.getOperand(1) = in EmitInstruction() 482 TmpInst.getOperand(0) = TR; in EmitInstruction() 483 TmpInst.getOperand(2) = PICR; in EmitInstruction() 486 TmpInst.setOpcode(PPC::ADD4); in EmitInstruction() 487 TmpInst.getOperand(0) = PICR; in EmitInstruction() 488 TmpInst.getOperand(1) = TR; in EmitInstruction() 499 TmpInst.setOpcode(PPC::LWZ); in EmitInstruction() 543 TmpInst.setOpcode(PPC::LD); in EmitInstruction() [all …]
|
/minix/external/bsd/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsTargetStreamer.cpp | 622 MCInst TmpInst; in emitDirectiveCpLoad() local 623 TmpInst.setOpcode(Mips::LUi); in emitDirectiveCpLoad() 627 TmpInst.addOperand(MCOperand::CreateExpr(HiSym)); in emitDirectiveCpLoad() 628 getStreamer().EmitInstruction(TmpInst, STI); in emitDirectiveCpLoad() 630 TmpInst.clear(); in emitDirectiveCpLoad() 632 TmpInst.setOpcode(Mips::ADDiu); in emitDirectiveCpLoad() 638 getStreamer().EmitInstruction(TmpInst, STI); in emitDirectiveCpLoad() 640 TmpInst.clear(); in emitDirectiveCpLoad() 642 TmpInst.setOpcode(Mips::ADDu); in emitDirectiveCpLoad() 645 TmpInst.addOperand(MCOperand::CreateReg(RegNo)); in emitDirectiveCpLoad() [all …]
|
H A D | MipsMCCodeEmitter.cpp | 154 MCInst TmpInst = MI; in EncodeInstruction() local 161 LowerLargeShift(TmpInst); in EncodeInstruction() 166 LowerDextDins(TmpInst); in EncodeInstruction() 170 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in EncodeInstruction() 175 unsigned Opcode = TmpInst.getOpcode(); in EncodeInstruction() 186 TmpInst.setOpcode (NewOpcode); in EncodeInstruction() 187 Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in EncodeInstruction() 191 const MCInstrDesc &Desc = MCII.get(TmpInst.getOpcode()); in EncodeInstruction()
|
/minix/external/bsd/llvm/dist/llvm/lib/Target/R600/ |
H A D | AMDGPUMCInstLower.cpp | 114 MCInst TmpInst; in EmitInstruction() local 115 MCInstLowering.lower(MI, TmpInst); in EmitInstruction() 116 EmitToStreamer(OutStreamer, TmpInst); in EmitInstruction() 127 InstPrinter.printInst(&TmpInst, DisasmStream, StringRef()); in EmitInstruction() 136 InstEmitter.EncodeInstruction(TmpInst, CodeStream, Fixups, in EmitInstruction()
|
/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMAsmPrinter.cpp | 1387 MCInst TmpInst; in EmitInstruction() local 1413 EmitToStreamer(OutStreamer, TmpInst); in EmitInstruction() 1418 MCInst TmpInst; in EmitInstruction() local 1445 EmitToStreamer(OutStreamer, TmpInst); in EmitInstruction() 1605 MCInst TmpInst; in EmitInstruction() local 1608 TmpInst.setOpcode(Opc); in EmitInstruction() 1630 MCInst TmpInst; in EmitInstruction() local 1633 TmpInst.setOpcode(ARM::LDRi12); in EmitInstruction() 1638 TmpInst.setOpcode(ARM::LDRrs); in EmitInstruction() 1921 MCInst TmpInst; in EmitInstruction() local [all …]
|
/minix/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64AsmPrinter.cpp | 484 MCInst TmpInst; in EmitInstruction() local 485 TmpInst.setOpcode(AArch64::BR); in EmitInstruction() 486 TmpInst.addOperand(MCOperand::CreateReg(MI->getOperand(0).getReg())); in EmitInstruction() 487 EmitToStreamer(OutStreamer, TmpInst); in EmitInstruction() 493 MCInst TmpInst; in EmitInstruction() local 494 TmpInst.setOpcode(AArch64::B); in EmitInstruction() 495 TmpInst.addOperand(Dest); in EmitInstruction() 496 EmitToStreamer(OutStreamer, TmpInst); in EmitInstruction() 562 MCInst TmpInst; in EmitInstruction() local 563 MCInstLowering.Lower(MI, TmpInst); in EmitInstruction() [all …]
|
/minix/external/bsd/llvm/dist/llvm/lib/Target/MSP430/ |
H A D | MSP430AsmPrinter.cpp | 153 MCInst TmpInst; in EmitInstruction() local 154 MCInstLowering.Lower(MI, TmpInst); in EmitInstruction() 155 EmitToStreamer(OutStreamer, TmpInst); in EmitInstruction()
|
/minix/external/bsd/llvm/dist/llvm/lib/Target/XCore/ |
H A D | XCoreAsmPrinter.cpp | 298 MCInst TmpInst; in EmitInstruction() local 299 MCInstLowering.Lower(MI, TmpInst); in EmitInstruction() 301 EmitToStreamer(OutStreamer, TmpInst); in EmitInstruction()
|
/minix/external/bsd/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | SparcAsmPrinter.cpp | 273 MCInst TmpInst; in EmitInstruction() local 274 LowerSparcMachineInstrToMCInst(I, TmpInst, *this); in EmitInstruction() 275 EmitToStreamer(OutStreamer, TmpInst); in EmitInstruction()
|
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86MCInstLower.cpp | 1260 MCInst TmpInst; in EmitInstruction() local 1261 MCInstLowering.Lower(MI, TmpInst); in EmitInstruction() 1269 SMShadowTracker.count(TmpInst, getSubtargetInfo()); in EmitInstruction() 1274 OutStreamer.EmitInstruction(TmpInst, getSubtargetInfo()); in EmitInstruction() 1278 EmitAndCountInstruction(TmpInst); in EmitInstruction()
|
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 2239 MCInst TmpInst; in convertToSExti8() local 2240 TmpInst.setOpcode(Opcode); in convertToSExti8() 2242 TmpInst.addOperand(MCOperand::CreateReg(Reg)); in convertToSExti8() 2243 TmpInst.addOperand(MCOperand::CreateReg(Reg)); in convertToSExti8() 2244 TmpInst.addOperand(Inst.getOperand(0)); in convertToSExti8() 2245 Inst = TmpInst; in convertToSExti8()
|