Lines Matching refs:zr
1107 Register zr = AppropriateZeroRegFor(rn); in cmn() local
1108 adds(zr, rn, operand); in cmn()
1127 Register zr = AppropriateZeroRegFor(rn); in cmp() local
1128 subs(zr, rn, operand); in cmp()
1133 Register zr = AppropriateZeroRegFor(rd); in neg() local
1134 sub(rd, zr, operand); in neg()
1139 Register zr = AppropriateZeroRegFor(rd); in negs() local
1140 subs(rd, zr, operand); in negs()
1173 Register zr = AppropriateZeroRegFor(rd); in ngc() local
1174 sbc(rd, zr, operand); in ngc()
1179 Register zr = AppropriateZeroRegFor(rd); in ngcs() local
1180 sbcs(rd, zr, operand); in ngcs()
1361 Register zr = AppropriateZeroRegFor(rd); in cset() local
1362 csinc(rd, zr, zr, NegateCondition(cond)); in cset()
1368 Register zr = AppropriateZeroRegFor(rd); in csetm() local
1369 csinv(rd, zr, zr, NegateCondition(cond)); in csetm()
1431 Register zr = AppropriateZeroRegFor(rn); in mul() local
1432 DataProcessing3Source(rd, rn, rm, zr, MADD); in mul()
1449 Register zr = AppropriateZeroRegFor(rn); in mneg() local
1450 DataProcessing3Source(rd, rn, rm, zr, MSUB); in mneg()