Searched defs:SHL_L (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
D | assyntax.h | 645 #define SHL_L(a, b) CHOICE(shll ARG2(a,b), shll ARG2(a,b), _LTOG shl ARG2(b,a)) macro 1366 #define SHL_L(a, b) shl L_(b), B_(a) macro
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 645 #define SHL_L(a, b) CHOICE(shll ARG2(a,b), shll ARG2(a,b), _LTOG shl ARG2(b,a)) macro 1366 #define SHL_L(a, b) shl L_(b), B_(a) macro
|