Searched refs:TmpInstDSB (Results 1 – 2 of 2) sorted by relevance
2365 MCInst TmpInstDSB; in emitInstruction() local2366 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() local2378 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()
2995 MCInst TmpInstDSB; in emitInstruction() local2996 TmpInstDSB.setOpcode(AArch64::DSB); in emitInstruction()2997 TmpInstDSB.addOperand(MCOperand::createImm(0xf)); in emitInstruction()2998 EmitToStreamer(*OutStreamer, TmpInstDSB); in emitInstruction()