Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_ppc_toIR.c539 static UInt extend_s_8to32( UChar x ) in extend_s_8to32() function
17493 unop(Iop_Dup16x8, mkU16(extend_s_8to32(SIMM_8))) ); in dis_av_permute()
17499 unop(Iop_Dup32x4, mkU32(extend_s_8to32(SIMM_8))) ); in dis_av_permute()
Dguest_x86_toIR.c327 static UInt extend_s_8to32( UInt x ) in extend_s_8to32() function
403 return extend_s_8to32( (UInt) (guest_code[delta]) ); in getSDisp8()