Home | History | Annotate | Download | only in aarch64

Lines Matching refs:nzcv

1113                           StatusFlags nzcv,
1117 ConditionalCompareMacro(rn, -operand.GetImmediate(), nzcv, cond, CCMN);
1119 ConditionalCompareMacro(rn, operand, nzcv, cond, CCMP);
1126 StatusFlags nzcv,
1130 ConditionalCompareMacro(rn, -operand.GetImmediate(), nzcv, cond, CCMP);
1132 ConditionalCompareMacro(rn, operand, nzcv, cond, CCMN);
1139 StatusFlags nzcv,
1153 ConditionalCompare(rn, operand, nzcv, cond, op);
1160 ConditionalCompare(rn, temp, nzcv, cond, op);
2338 // preserved, but NZCV and the caller-saved registers may be clobbered.
2514 // Preserve all caller-saved registers as well as NZCV.
2548 // Preserve NZCV.
2550 Mrs(tmp, NZCV);
2556 // Restore NZCV.
2559 Msr(NZCV, tmp);