Home | History | Annotate | Download | only in priv

Lines Matching refs:nzcv

1502 /* Generate an APSR value, from the NZCV thunk, and
1507 // Get NZCV
1547 set the NZCV thunk, the Q flag, and the GE flags. */
1553 // Do NZCV
2499 IRTemp nzcv = newTemp(Ity_I32);
2504 4 bits of 'nzcv'. */
2505 /* Map compare result from IR to ARM(nzcv) */
2507 FP cmp result | IR | ARM(nzcv)
2520 into an almost correct value NZCV value (incredibly), except
2559 assign(nzcv, binop(Iop_Sub32, mkexpr(termL), mkexpr(termR)));
2560 return nzcv;
13614 IRTemp nzcv = IRTemp_INVALID;
13621 bottom 4 bits of 'nzcv'. */
13622 /* Map compare result from IR to ARM(nzcv) */
13624 FP cmp result | IR | ARM(nzcv)
13631 nzcv = mk_convert_IRCmpF64Result_to_NZCV(irRes);
13638 binop(Iop_Shl32, mkexpr(nzcv), mkU8(28))));
14125 IRTemp nzcv = IRTemp_INVALID;
14132 bottom 4 bits of 'nzcv'. */
14133 /* Map compare result from IR to ARM(nzcv) */
14135 FP cmp result | IR | ARM(nzcv)
14142 nzcv = mk_convert_IRCmpF64Result_to_NZCV(irRes);
14149 binop(Iop_Shl32, mkexpr(nzcv), mkU8(28))));
22135 nzcv values. See handling of FCMPD et al above. */