Home | History | Annotate | Download | only in priv

Lines Matching refs:ccIR

8501    IRTemp ccIR    = newTemp(Ity_I32);
8515 assign( ccIR, binop(Iop_CmpF64, mkexpr(frA), mkexpr(frB)) );
8527 // ccPPC32 = Shl(1, (~(ccIR>>5) & 2)
8528 // | ((ccIR ^ (ccIR>>6)) & 1)
8542 binop(Iop_Shr32, mkexpr(ccIR), mkU8(5))
8550 mkexpr(ccIR),
8551 binop(Iop_Shr32, mkexpr(ccIR), mkU8(6))
10559 IRTemp ccIR = newTemp( Ity_I32 );
10574 assign( ccIR, binop( Iop_CmpD64, mkexpr( frA ), mkexpr( frB ) ) );
10583 assign( ccIR, binop( Iop_CmpD128, mkexpr( frA ), mkexpr( frB ) ) );
10608 mkexpr( ccIR ),
10613 mkexpr( ccIR ),
10615 mkexpr( ccIR ),
10867 * The Io_CmpD64 is used below. The instruction sets the ccIR values.
10868 * The interpretation of the ccIR values is as follows:
11029 mkU32( 0x40 ) ) ), // ccIR code for Equal
11038 * depenent and was done above to get the ccIR value.
11046 mkU32( 0x40 ) ) ), // ccIR code for Equal
11050 mkU32( 0x1 ) ) ) ), // ccIR code for LT
13474 condcode = Shl(1, (~(ccIR>>5) & 2)
13475 | ((ccIR ^ (ccIR>>6)) & 1)
13481 IRTemp ccIR = newTemp( Ity_I32 );
13483 assign(ccIR, ccIR_expr);
13492 mkexpr( ccIR ),
13497 mkexpr( ccIR ),
13499 mkexpr( ccIR ),