Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp2365 MCInst TmpInstDSB; in emitInstruction() local
2366 TmpInstDSB.setOpcode(ARM::DSB); in emitInstruction()
2367 TmpInstDSB.addOperand(MCOperand::createImm(0xf)); in emitInstruction()
2368 EmitToStreamer(*OutStreamer, TmpInstDSB); in emitInstruction()
2377 MCInst TmpInstDSB; in emitInstruction() local
2378 TmpInstDSB.setOpcode(ARM::t2DSB); in emitInstruction()
2379 TmpInstDSB.addOperand(MCOperand::createImm(0xf)); in emitInstruction()
2380 TmpInstDSB.addOperand(MCOperand::createImm(ARMCC::AL)); in emitInstruction()
2381 TmpInstDSB.addOperand(MCOperand::createReg(0)); in emitInstruction()
2382 EmitToStreamer(*OutStreamer, TmpInstDSB); in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp2995 MCInst TmpInstDSB; in emitInstruction() local
2996 TmpInstDSB.setOpcode(AArch64::DSB); in emitInstruction()
2997 TmpInstDSB.addOperand(MCOperand::createImm(0xf)); in emitInstruction()
2998 EmitToStreamer(*OutStreamer, TmpInstDSB); in emitInstruction()