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

/external/valgrind/VEX/priv/
H A Dguest_arm_toIR.c10331 IRTemp irt_res_sum = newTemp(Ity_I32); local
10351 armSignedSatQ( irt_sum, 0x10, &irt_res_sum, NULL );
10355 binop( Iop_Shl32, mkexpr(irt_res_sum), mkU8(16) ),
11577 IRTemp irt_res_sum = newTemp(Ity_I32); local
11597 armUnsignedSatQ( &irt_res_sum, NULL, irt_sum, 0x10 );
11601 binop( Iop_Shl32, mkexpr(irt_res_sum), mkU8(16) ),

Completed in 92 milliseconds