Searched refs:PXOR (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/x86/ |
D | mmx_blend.S | 271 PXOR ( MM0, MM0 ) /* 0x0000 | 0x0000 | 0x0000 | 0x0000 */ 328 PXOR ( MM7, MM3 ) /* unsigned -> signed */ ;\ 329 PXOR ( MM7, MM4 ) /* unsigned -> signed */ ;\ 360 PXOR ( MM7, MM3 ) /* unsigned -> signed */ ;\ 361 PXOR ( MM7, MM4 ) /* unsigned -> signed */ ;\ 383 PXOR ( MM0, MM0 ) /* 0x0000 | 0x0000 | 0x0000 | 0x0000 */ ;\
|
D | 3dnow_xform3.S | 169 PXOR ( MM7, MM7 ) /* 0 | 0 */
|
D | 3dnow_xform4.S | 165 PXOR ( MM7, MM7 ) /* 0 | 0 */
|
D | assyntax.h | 1586 #define PXOR(a, b) pxor P_ARG2(a, b) macro
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSSE.td | 2858 defm PXOR : PDI_binop_all<0xEF, "pxor", xor, v2i64, v4i64,
|