Searched refs:shuffle3 (Results 1 – 4 of 4) sorted by relevance
/external/libhevc/common/x86/ |
D | ihevc_tables_x86_intr.c | 116 const WORD32 shuffle3[4] = { 0x80808080, 0x0b0a0908, 0x0f0e0d0c, 0x80808080 }; variable
|
D | ihevc_deblk_ssse3_intr.c | 509 tmp1_const_8x16b = _mm_load_si128((__m128i *)shuffle3); in ihevc_deblk_luma_vert_ssse3()
|
/external/libhevc/common/ |
D | ihevc_tables_x86_intr.h | 64 extern MEM_ALIGN16 const WORD32 shuffle3[4];
|
/external/llvm/test/CodeGen/X86/ |
D | MergeConsecutiveStores.ll | 483 …%shuffle3 = shufflevector <8 x float> %v2, <8 x float> undef, <4 x i32> <i32 4, i32 5, i32 6, i32 … 487 store <4 x float> %shuffle3, <4 x float>* %idx3, align 16
|