OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shufx
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_tri.c
344
__m128i
shufx
, shufy;
local
358
shufx
= _mm_shuffle_epi32(vertx, _MM_SHUFFLE(3,0,2,1));
362
dcdy = _mm_sub_epi32(vertx,
shufx
);
/external/llvm/test/CodeGen/AArch64/
arm64-vabs.ll
151
%rdx.
shufx
= shufflevector <16 x i16> %bin1.rdx, <16 x i16> undef, <16 x i32> <i32 4, i32 5, i32 6, i32 7, i32 undef, i32 undef, i32 undef, i32 undef, i32 undef, i32 undef, i32 undef, i32 undef, i32 undef, i32 undef, i32 undef, i32 undef>
152
%bin.rdx = add <16 x i16> %bin1.rdx, %rdx.
shufx
[
all
...]
Completed in 3469 milliseconds