Lines Matching refs:isSub
182 bool isSub = NumBytes < 0; in emitT2RegPlusImmediate() local
183 if (isSub) NumBytes = -NumBytes; in emitT2RegPlusImmediate()
207 if (isSub) { in emitT2RegPlusImmediate()
240 Opc = isSub ? ARM::tSUBspi : ARM::tADDspi; in emitT2RegPlusImmediate()
248 Opc = isSub ? ARM::t2SUBri : ARM::t2ADDri; in emitT2RegPlusImmediate()
261 Opc = isSub ? ARM::t2SUBri : ARM::t2ADDri; in emitT2RegPlusImmediate()
265 Opc = isSub ? ARM::t2SUBri12 : ARM::t2ADDri12; in emitT2RegPlusImmediate()
394 bool isSub = false; in rewriteT2FrameIndex() local
420 isSub = true; in rewriteT2FrameIndex()
439 unsigned NewOpc = isSub ? ARM::t2SUBri12 : ARM::t2ADDri12; in rewriteT2FrameIndex()
497 isSub = true; in rewriteT2FrameIndex()
515 isSub = true; in rewriteT2FrameIndex()
533 if (isSub) { in rewriteT2FrameIndex()
547 if (isSub) { in rewriteT2FrameIndex()
562 Offset = (isSub) ? -Offset : Offset; in rewriteT2FrameIndex()