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

/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c9270 IRTemp irt_Q_hi = newTemp(Ity_I32); local
9284 armSignedSatQ( irt_regN_hi, sat_imm, &irt_res_hi, &irt_Q_hi );
9285 or_into_QFLAG32( mkexpr(irt_Q_hi), condT );
9332 IRTemp irt_Q_hi = newTemp(Ity_I32); local
9345 armUnsignedSatQ( &irt_res_hi, &irt_Q_hi, irt_regN_hi, sat_imm );
9346 or_into_QFLAG32( mkexpr(irt_Q_hi), condT );

Completed in 60 milliseconds