Searched refs:TmpInstDSB (Results 1 – 2 of 2) sorted by relevance
2331 MCInst TmpInstDSB; in emitInstruction() local2332 TmpInstDSB.setOpcode(ARM::DSB); in emitInstruction()2333 TmpInstDSB.addOperand(MCOperand::createImm(0xf)); in emitInstruction()2334 EmitToStreamer(*OutStreamer, TmpInstDSB); in emitInstruction()2343 MCInst TmpInstDSB; in emitInstruction() local2344 TmpInstDSB.setOpcode(ARM::t2DSB); in emitInstruction()2345 TmpInstDSB.addOperand(MCOperand::createImm(0xf)); in emitInstruction()2346 TmpInstDSB.addOperand(MCOperand::createImm(ARMCC::AL)); in emitInstruction()2347 TmpInstDSB.addOperand(MCOperand::createReg(0)); in emitInstruction()2348 EmitToStreamer(*OutStreamer, TmpInstDSB); in emitInstruction()
2547 MCInst TmpInstDSB; in emitInstruction() local2548 TmpInstDSB.setOpcode(AArch64::DSB); in emitInstruction()2549 TmpInstDSB.addOperand(MCOperand::createImm(0xf)); in emitInstruction()2550 EmitToStreamer(*OutStreamer, TmpInstDSB); in emitInstruction()