Searched refs:idx_LT64 (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c3945 IRTemp idx_LT64 = newTemp( Ity_I1 ); local
3950 assign( idx_LT64,
3955 mkexpr(idx_LT64) ),
3957 /* If idx_LT64 == 0, we must force the perm bit to '0'. Below, we se idx
3959 * that bit to the MSB position. We AND that with a 64-bit-ized idx_LT64
3963 unop( Iop_32Uto64, unop( Iop_1Uto32, mkexpr(idx_LT64 ) ) ) );

Completed in 143 milliseconds