Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_amd64_toIR.c23963 static IRTemp math_VPUNPCK_YMM ( IRTemp tL, IRType tR, IROp op ) in math_VPUNPCK_YMM() function
23979 return math_VPUNPCK_YMM( tL, tR, Iop_InterleaveLO8x16 ); in math_VPUNPCKLBW_YMM()
23985 return math_VPUNPCK_YMM( tL, tR, Iop_InterleaveLO16x8 ); in math_VPUNPCKLWD_YMM()
23991 return math_VPUNPCK_YMM( tL, tR, Iop_InterleaveLO32x4 ); in math_VPUNPCKLDQ_YMM()
23997 return math_VPUNPCK_YMM( tL, tR, Iop_InterleaveLO64x2 ); in math_VPUNPCKLQDQ_YMM()
24003 return math_VPUNPCK_YMM( tL, tR, Iop_InterleaveHI8x16 ); in math_VPUNPCKHBW_YMM()
24009 return math_VPUNPCK_YMM( tL, tR, Iop_InterleaveHI16x8 ); in math_VPUNPCKHWD_YMM()
24015 return math_VPUNPCK_YMM( tL, tR, Iop_InterleaveHI32x4 ); in math_VPUNPCKHDQ_YMM()
24021 return math_VPUNPCK_YMM( tL, tR, Iop_InterleaveHI64x2 ); in math_VPUNPCKHQDQ_YMM()
24027 return math_VPUNPCK_YMM( tL, tR, Iop_QNarrowBin16Sto8Sx16 ); in math_VPACKSSWB_YMM()
[all …]