Home | History | Annotate | Download | only in priv

Lines Matching refs:ccIR

8931    IRTemp ccIR    = newTemp(Ity_I32);
8945 assign( ccIR, binop(Iop_CmpF64, mkexpr(frA), mkexpr(frB)) );
8957 // ccPPC32 = Shl(1, (~(ccIR>>5) & 2)
8958 // | ((ccIR ^ (ccIR>>6)) & 1)
8972 binop(Iop_Shr32, mkexpr(ccIR), mkU8(5))
8980 mkexpr(ccIR),
8981 binop(Iop_Shr32, mkexpr(ccIR), mkU8(6))
10989 IRTemp ccIR = newTemp( Ity_I32 );
11004 assign( ccIR, binop( Iop_CmpD64, mkexpr( frA ), mkexpr( frB ) ) );
11013 assign( ccIR, binop( Iop_CmpD128, mkexpr( frA ), mkexpr( frB ) ) );
11038 mkexpr( ccIR ),
11043 mkexpr( ccIR ),
11045 mkexpr( ccIR ),
11297 * The Io_CmpD64 is used below. The instruction sets the ccIR values.
11298 * The interpretation of the ccIR values is as follows:
11459 mkU32( 0x40 ) ) ), // ccIR code for Equal
11468 * depenent and was done above to get the ccIR value.
11476 mkU32( 0x40 ) ) ), // ccIR code for Equal
11480 mkU32( 0x1 ) ) ) ), // ccIR code for LT
13904 condcode = Shl(1, (~(ccIR>>5) & 2)
13905 | ((ccIR ^ (ccIR>>6)) & 1)
13911 IRTemp ccIR = newTemp( Ity_I32 );
13913 assign(ccIR, ccIR_expr);
13922 mkexpr( ccIR ),
13927 mkexpr( ccIR ),
13929 mkexpr( ccIR ),