Searched refs:extend_s_8to32 (Results 1 – 2 of 2) sorted by relevance
539 static UInt extend_s_8to32( UChar x ) in extend_s_8to32() function17493 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()
327 static UInt extend_s_8to32( UInt x ) in extend_s_8to32() function403 return extend_s_8to32( (UInt) (guest_code[delta]) ); in getSDisp8()