Lines Matching refs:isSub
217 bool isSub = NumBytes < 0; in emitT2RegPlusImmediate() local
218 if (isSub) NumBytes = -NumBytes; in emitT2RegPlusImmediate()
242 if (isSub) { in emitT2RegPlusImmediate()
275 Opc = isSub ? ARM::tSUBspi : ARM::tADDspi; in emitT2RegPlusImmediate()
283 Opc = isSub ? ARM::t2SUBri : ARM::t2ADDri; in emitT2RegPlusImmediate()
296 Opc = isSub ? ARM::t2SUBri : ARM::t2ADDri; in emitT2RegPlusImmediate()
300 Opc = isSub ? ARM::t2SUBri12 : ARM::t2ADDri12; in emitT2RegPlusImmediate()
429 bool isSub = false; in rewriteT2FrameIndex() local
455 isSub = true; in rewriteT2FrameIndex()
474 unsigned NewOpc = isSub ? ARM::t2SUBri12 : ARM::t2ADDri12; in rewriteT2FrameIndex()
532 isSub = true; in rewriteT2FrameIndex()
550 isSub = true; in rewriteT2FrameIndex()
558 isSub = true; in rewriteT2FrameIndex()
577 if (isSub) { in rewriteT2FrameIndex()
591 if (isSub) { in rewriteT2FrameIndex()
606 Offset = (isSub) ? -Offset : Offset; in rewriteT2FrameIndex()