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

/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c481 static UInt extend_s_8to32( UChar x ) function
16975 unop(Iop_Dup16x8, mkU16(extend_s_8to32(SIMM_8))) );
16981 unop(Iop_Dup32x4, mkU32(extend_s_8to32(SIMM_8))) );
H A Dguest_x86_toIR.c327 static UInt extend_s_8to32( UInt x ) function
403 return extend_s_8to32( (UInt) (guest_code[delta]) );

Completed in 992 milliseconds