Home | History | Annotate | Download | only in priv

Lines Matching defs:ca

1814    IRExpr* ca;
1816 ca = binop(Iop_And8, e, mkU8(1));
1817 stmt( IRStmt_Put( OFFB_XER_CA, ca ) );
1850 IRExpr* ca = IRExpr_Get( OFFB_XER_CA, Ity_I8 );
1851 return binop( Iop_And32, unop(Iop_8Uto32, ca ), mkU32(1) );
2139 /* RES is the result of doing OP on ARGL and ARGR with the old %XER.CA
2140 value being OLDCA. Set %XER.CA accordingly. */
2202 If it is <= 31, behave like SRAWI; else XER.CA is the sign
2232 xer.ca == 1 iff the following is nonzero:
2321 If it is <= 31, behave like SRAWI; else XER.CA is the sign
2352 xer.ca == 1 iff the following is nonzero:
2375 If it is <= 63, behave like SRADI; else XER.CA is the sign
2407 xer.ca == 1 iff the following is nonzero:
3021 mkSzImm(ty, 0)/*old xer.ca, which is ignored*/ );
3030 mkSzImm(ty, 0)/*old xer.ca, which is ignored*/ );
3080 mkSzImm(ty, 0)/*old xer.ca, which is ignored*/ );
3108 mkSzImm(ty, 0)/*old xer.ca, which is ignored*/ );
3120 // rD = rA + rB + XER[CA]
3145 // rD = rA + (-1) + XER[CA]
3171 // rD = rA + (0) + XER[CA]
3357 mkSzImm(ty, 0)/*old xer.ca, which is ignored*/ );
3369 // rD = (log not)rA + rB + XER[CA]
3395 // rD = (log not)rA + (-1) + XER[CA]
3422 // rD = (log not)rA + (0) + XER[CA]
6075 XER.CA = amt > 31 ? sign-of-rS : (computation as per srawi)
6175 XER.CA = amt > 63 ? sign-of-rS : (computation as per srawi)