Searched refs:NopInst (Results 1 – 17 of 17) sorted by relevance
36 void ARMInstrInfo::getNoopForMachoTarget(MCInst &NopInst) const { in getNoopForMachoTarget()38 NopInst.setOpcode(ARM::HINT); in getNoopForMachoTarget()39 NopInst.addOperand(MCOperand::createImm(0)); in getNoopForMachoTarget()40 NopInst.addOperand(MCOperand::createImm(ARMCC::AL)); in getNoopForMachoTarget()41 NopInst.addOperand(MCOperand::createReg(0)); in getNoopForMachoTarget()43 NopInst.setOpcode(ARM::MOVr); in getNoopForMachoTarget()44 NopInst.addOperand(MCOperand::createReg(ARM::R0)); in getNoopForMachoTarget()45 NopInst.addOperand(MCOperand::createReg(ARM::R0)); in getNoopForMachoTarget()46 NopInst.addOperand(MCOperand::createImm(ARMCC::AL)); in getNoopForMachoTarget()47 NopInst.addOperand(MCOperand::createReg(0)); in getNoopForMachoTarget()[all …]
28 void Thumb1InstrInfo::getNoopForMachoTarget(MCInst &NopInst) const { in getNoopForMachoTarget()29 NopInst.setOpcode(ARM::tMOVr); in getNoopForMachoTarget()30 NopInst.addOperand(MCOperand::createReg(ARM::R8)); in getNoopForMachoTarget()31 NopInst.addOperand(MCOperand::createReg(ARM::R8)); in getNoopForMachoTarget()32 NopInst.addOperand(MCOperand::createImm(ARMCC::AL)); in getNoopForMachoTarget()33 NopInst.addOperand(MCOperand::createReg(0)); in getNoopForMachoTarget()
29 void getNoopForMachoTarget(MCInst &NopInst) const override;
36 void Thumb2InstrInfo::getNoopForMachoTarget(MCInst &NopInst) const { in getNoopForMachoTarget()37 NopInst.setOpcode(ARM::tHINT); in getNoopForMachoTarget()38 NopInst.addOperand(MCOperand::createImm(0)); in getNoopForMachoTarget()39 NopInst.addOperand(MCOperand::createImm(ARMCC::AL)); in getNoopForMachoTarget()40 NopInst.addOperand(MCOperand::createReg(0)); in getNoopForMachoTarget()
30 void getNoopForMachoTarget(MCInst &NopInst) const override;
261 void getNoopForMachoTarget(MCInst &NopInst) const override;
440 void PPCInstrInfo::getNoopForMachoTarget(MCInst &NopInst) const { in getNoopForMachoTarget()441 NopInst.setOpcode(PPC::NOP); in getNoopForMachoTarget()
160 void getNoopForMachoTarget(MCInst &NopInst) const override;
2754 void AArch64InstrInfo::getNoopForMachoTarget(MCInst &NopInst) const { in getNoopForMachoTarget()2755 NopInst.setOpcode(AArch64::HINT); in getNoopForMachoTarget()2756 NopInst.addOperand(MCOperand::createImm(0)); in getNoopForMachoTarget()
323 virtual void getNoopForMachoTarget(MCInst &NopInst) const;
3397 void X86InstrInfo::getNoopForMachoTarget(MCInst &NopInst) const { in getNoopForMachoTarget()3398 NopInst.setOpcode(X86::NOOP); in getNoopForMachoTarget()
525 virtual void getNoopForMachoTarget(MCInst &NopInst) const { in getNoopForMachoTarget() argument
424 void getNoopForMachoTarget(MCInst &NopInst) const override;
7074 void X86InstrInfo::getNoopForMachoTarget(MCInst &NopInst) const { in getNoopForMachoTarget()7075 NopInst.setOpcode(X86::NOOP); in getNoopForMachoTarget()
1071 virtual void getNoopForMachoTarget(MCInst &NopInst) const;
431 void TargetInstrInfo::getNoopForMachoTarget(MCInst &NopInst) const { in getNoopForMachoTarget()