Home | History | Annotate | Download | only in priv

Lines Matching full:nzcv

1496 /* Generate an APSR value, from the NZCV thunk, and
1501 // Get NZCV
1541 set the NZCV thunk, the Q flag, and the GE flags. */
1547 // Do NZCV
2506 IRTemp nzcv = newTemp(Ity_I32);
2511 4 bits of 'nzcv'. */
2512 /* Map compare result from IR to ARM(nzcv) */
2514 FP cmp result | IR | ARM(nzcv)
2527 into an almost correct value NZCV value (incredibly), except
2566 assign(nzcv, binop(Iop_Sub32, mkexpr(termL), mkexpr(termR)));
2567 return nzcv;
11676 IRTemp nzcv = IRTemp_INVALID;
11683 bottom 4 bits of 'nzcv'. */
11684 /* Map compare result from IR to ARM(nzcv) */
11686 FP cmp result | IR | ARM(nzcv)
11693 nzcv = mk_convert_IRCmpF64Result_to_NZCV(irRes);
11700 binop(Iop_Shl32, mkexpr(nzcv), mkU8(28))));
12144 IRTemp nzcv = IRTemp_INVALID;
12151 bottom 4 bits of 'nzcv'. */
12152 /* Map compare result from IR to ARM(nzcv) */
12154 FP cmp result | IR | ARM(nzcv)
12161 nzcv = mk_convert_IRCmpF64Result_to_NZCV(irRes);
12168 binop(Iop_Shl32, mkexpr(nzcv), mkU8(28))));
19082 nzcv values. See handling of FCMPD et al above. */