Searched refs:TmpInstDSB (Results 1 – 2 of 2) sorted by relevance
2184 MCInst TmpInstDSB; in emitInstruction() local2185 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() local2197 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()
1267 MCInst TmpInstDSB; in emitInstruction() local1268 TmpInstDSB.setOpcode(AArch64::DSB); in emitInstruction()1269 TmpInstDSB.addOperand(MCOperand::createImm(0xf)); in emitInstruction()1270 EmitToStreamer(*OutStreamer, TmpInstDSB); in emitInstruction()