Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp2184 MCInst TmpInstDSB; in emitInstruction() local
2185 TmpInstDSB.setOpcode(ARM::DSB); in emitInstruction()
2186 TmpInstDSB.addOperand(MCOperand::createImm(0xf)); in emitInstruction()
2187 EmitToStreamer(*OutStreamer, TmpInstDSB); in emitInstruction()
2196 MCInst TmpInstDSB; in emitInstruction() local
2197 TmpInstDSB.setOpcode(ARM::t2DSB); in emitInstruction()
2198 TmpInstDSB.addOperand(MCOperand::createImm(0xf)); in emitInstruction()
2199 TmpInstDSB.addOperand(MCOperand::createImm(ARMCC::AL)); in emitInstruction()
2200 TmpInstDSB.addOperand(MCOperand::createReg(0)); in emitInstruction()
2201 EmitToStreamer(*OutStreamer, TmpInstDSB); in emitInstruction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp1267 MCInst TmpInstDSB; in emitInstruction() local
1268 TmpInstDSB.setOpcode(AArch64::DSB); in emitInstruction()
1269 TmpInstDSB.addOperand(MCOperand::createImm(0xf)); in emitInstruction()
1270 EmitToStreamer(*OutStreamer, TmpInstDSB); in emitInstruction()