Home
last modified time | relevance | path

Searched defs:SHUF (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/base64/base64/lib/arch/neon64/
H A Denc_loop_asm.c15 #define SHUF(A, B, C) \ macro
/third_party/node/deps/base64/base64/lib/arch/avx/
H A Denc_loop_asm.c14 #define SHUF(R0, R1, R2) \ macro
/third_party/node/deps/base64/base64/lib/arch/avx2/
H A Denc_loop_asm.c15 #define SHUF(R0, R1, R2) \ macro
/third_party/node/deps/base64/base64/lib/arch/ssse3/
H A Denc_loop_asm.c14 #define SHUF(R0, R1) \ macro
/third_party/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.h214 #define SHUF(_x,_y,_z,_w) (((_x)<<0) | ((_y)<<2) | ((_z)<<4) | ((_w)<<6)) macro

Completed in 3 milliseconds