Home | History | Annotate | Download | only in aarch64

Lines Matching refs:NZCV

1157                           StatusFlags nzcv,
1161 ConditionalCompareMacro(rn, -operand.GetImmediate(), nzcv, cond, CCMN);
1163 ConditionalCompareMacro(rn, operand, nzcv, cond, CCMP);
1170 StatusFlags nzcv,
1174 ConditionalCompareMacro(rn, -operand.GetImmediate(), nzcv, cond, CCMP);
1176 ConditionalCompareMacro(rn, operand, nzcv, cond, CCMN);
1183 StatusFlags nzcv,
1197 ConditionalCompare(rn, operand, nzcv, cond, op);
1204 ConditionalCompare(rn, temp, nzcv, cond, op);
2450 // preserved, but NZCV and the caller-saved registers may be clobbered.
2626 // Preserve all caller-saved registers as well as NZCV.
2660 // Preserve NZCV.
2662 Mrs(tmp, NZCV);
2668 // Restore NZCV.
2671 Msr(NZCV, tmp);