Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp2243 MCInst TmpInstISB; in emitInstruction() local
2244 TmpInstISB.setOpcode(ARM::ISB); in emitInstruction()
2245 TmpInstISB.addOperand(MCOperand::createImm(0xf)); in emitInstruction()
2246 EmitToStreamer(*OutStreamer, TmpInstISB); in emitInstruction()
2257 MCInst TmpInstISB; in emitInstruction() local
2258 TmpInstISB.setOpcode(ARM::t2ISB); in emitInstruction()
2259 TmpInstISB.addOperand(MCOperand::createImm(0xf)); in emitInstruction()
2260 TmpInstISB.addOperand(MCOperand::createImm(ARMCC::AL)); in emitInstruction()
2261 TmpInstISB.addOperand(MCOperand::createReg(0)); in emitInstruction()
2262 EmitToStreamer(*OutStreamer, TmpInstISB); in emitInstruction()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1433 MCInst TmpInstISB; in emitInstruction() local
1434 TmpInstISB.setOpcode(AArch64::ISB); in emitInstruction()
1435 TmpInstISB.addOperand(MCOperand::createImm(0xf)); in emitInstruction()
1436 EmitToStreamer(*OutStreamer, TmpInstISB); in emitInstruction()