Searched defs:SHL_L (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/
H A Dassyntax.h645 #define SHL_L(a, b) CHOICE(shll ARG2(a,b), shll ARG2(a,b), _LTOG shl ARG2(b,a)) macro
1358 #define SHL_L(a, b) shl L_(b), B_(a) macro
/xsrc/external/mit/MesaLib/dist/src/mesa/x86/
H A Dassyntax.h645 #define SHL_L(a, b) CHOICE(shll ARG2(a,b), shll ARG2(a,b), _LTOG shl ARG2(b,a)) macro
1358 #define SHL_L(a, b) shl L_(b), B_(a) macro

Completed in 11 milliseconds