Searched refs:ANDN (Results 1 – 4 of 4) sorted by relevance
882 // ANDN.884 def : InstRW<[WriteP15], (instregex "ANDN(32|64)rr")>;886 def : InstRW<[WriteP15Ld], (instregex "ANDN(32|64)rm")>;2110 // AND, ANDN, OR, XOR PS/PD.2112 def : InstRW<[WriteP5], (instregex "(V?)(AND|ANDN|OR|XOR)P(S|D)(Y?)rr")>;2115 (instregex "(V?)(AND|ANDN|OR|XOR)P(S|D)(Y?)rm")>;
1267 // ANDN Instruction
3010 defm ANDN : sse12_fp_packed_logical<0x55, "andn", X86andnp>;
121 #define ANDN (OPC1(0x2) | OPC3(0x05)) macro