Searched defs:SHUF (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/base64/base64/lib/arch/neon64/ |
H A D | enc_loop_asm.c | 15 #define SHUF(A, B, C) \ macro
|
/third_party/node/deps/base64/base64/lib/arch/avx/ |
H A D | enc_loop_asm.c | 14 #define SHUF(R0, R1, R2) \ macro
|
/third_party/node/deps/base64/base64/lib/arch/avx2/ |
H A D | enc_loop_asm.c | 15 #define SHUF(R0, R1, R2) \ macro
|
/third_party/node/deps/base64/base64/lib/arch/ssse3/ |
H A D | enc_loop_asm.c | 14 #define SHUF(R0, R1) \ macro
|
/third_party/mesa3d/src/gallium/auxiliary/rtasm/ |
H A D | rtasm_x86sse.h | 214 #define SHUF(_x,_y,_z,_w) (((_x)<<0) | ((_y)<<2) | ((_z)<<4) | ((_w)<<6)) macro
|
Completed in 3 milliseconds