Searched defs:irt_res_sum (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
H A Dguest_arm_toIR.c10269 IRTemp irt_res_sum = newTemp(Ity_I32); local
10289 armSignedSatQ( irt_sum, 0x10, &irt_res_sum, NULL );
10293 binop( Iop_Shl32, mkexpr(irt_res_sum), mkU8(16) ),
11515 IRTemp irt_res_sum = newTemp(Ity_I32); local
11535 armUnsignedSatQ( &irt_res_sum, NULL, irt_sum, 0x10 );
11539 binop( Iop_Shl32, mkexpr(irt_res_sum), mkU8(16) ),

Completed in 144 milliseconds