Searched refs:TmpInstSB (Results 1 – 2 of 2) sorted by relevance
2393 MCInst TmpInstSB; in emitInstruction() local2394 TmpInstSB.setOpcode(ARM::SB); in emitInstruction()2395 EmitToStreamer(*OutStreamer, TmpInstSB); in emitInstruction()2400 MCInst TmpInstSB; in emitInstruction() local2401 TmpInstSB.setOpcode(ARM::t2SB); in emitInstruction()2402 EmitToStreamer(*OutStreamer, TmpInstSB); in emitInstruction()
3007 MCInst TmpInstSB; in emitInstruction() local3008 TmpInstSB.setOpcode(AArch64::SB); in emitInstruction()3009 EmitToStreamer(*OutStreamer, TmpInstSB); in emitInstruction()