Home
last modified time | relevance | path

Searched refs:ANDN (Results 1 – 23 of 23) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DREADME.SIMD.rst58 holds for ANDN, OR, and XOR.
/external/llvm/lib/Target/X86/
DX86SchedHaswell.td882 // 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")>;
DX86InstrArithmetic.td1267 // ANDN Instruction
DX86InstrSSE.td2933 defm ANDN : sse12_fp_packed_logical<0x55, "andn", X86andnp>;
/external/llvm-project/llvm/test/tools/llvm-mca/X86/SandyBridge/
Dzero-idioms.s7 # - ANDN variants
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Broadwell/
Dzero-idioms.s7 # - ANDN variants
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Haswell/
Dzero-idioms.s7 # - ANDN variants
/external/llvm-project/llvm/test/tools/llvm-mca/X86/SkylakeClient/
Dzero-idioms.s7 # - ANDN variants
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVInstrInfoB.td202 def ANDN : ALU_rr<0b0100000, 0b111, "andn">, Sched<[]>;
703 def : Pat<(and GPR:$rs1, (not GPR:$rs2)), (ANDN GPR:$rs1, GPR:$rs2)>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86SchedBroadwell.td658 def: InstRW<[BWWriteResGroup7], (instregex "ANDN(32|64)rr")>;
997 def: InstRW<[BWWriteResGroup64], (instregex "ANDN(32|64)rm",
DX86SchedSkylakeClient.td658 def: InstRW<[SKLWriteResGroup8], (instregex "ANDN(32|64)rr")>;
1023 def: InstRW<[SKLWriteResGroup75], (instregex "ANDN(32|64)rm",
DX86SchedHaswell.td921 def: InstRW<[HWWriteResGroup8], (instregex "ANDN(32|64)rr")>;
1007 def: InstRW<[HWWriteResGroup16], (instregex "ANDN(32|64)rm",
DX86SchedSkylakeServer.td671 def: InstRW<[SKXWriteResGroup8], (instregex "ANDN(32|64)rr")>;
1182 def: InstRW<[SKXWriteResGroup79], (instregex "ANDN(32|64)rm",
DX86InstrArithmetic.td1271 // ANDN Instruction
DX86InstrSSE.td2296 defm ANDN : sse12_fp_packed_logical<0x55, "andn", X86andnp, SchedWriteFLogic>;
/external/llvm-project/llvm/lib/Target/X86/
DX86SchedBroadwell.td661 def: InstRW<[BWWriteResGroup7], (instregex "ANDN(32|64)rr")>;
1000 def: InstRW<[BWWriteResGroup64], (instregex "ANDN(32|64)rm",
DX86SchedHaswell.td924 def: InstRW<[HWWriteResGroup8], (instregex "ANDN(32|64)rr")>;
1010 def: InstRW<[HWWriteResGroup16], (instregex "ANDN(32|64)rm",
DX86SchedSkylakeClient.td661 def: InstRW<[SKLWriteResGroup8], (instregex "ANDN(32|64)rr")>;
1026 def: InstRW<[SKLWriteResGroup75], (instregex "ANDN(32|64)rm",
DX86SchedSkylakeServer.td676 def: InstRW<[SKXWriteResGroup8], (instregex "ANDN(32|64)rr")>;
1193 def: InstRW<[SKXWriteResGroup79], (instregex "ANDN(32|64)rm",
DX86InstrArithmetic.td1438 // ANDN Instruction
DX86InstrSSE.td2301 defm ANDN : sse12_fp_packed_logical<0x55, "andn", X86andnp, SchedWriteFLogic>;
/external/pcre/dist2/src/sljit/
DsljitNativeSPARC_common.c136 #define ANDN (OPC1(0x2) | OPC3(0x05)) macro
/external/llvm-project/llvm/test/tools/llvm-mca/X86/SkylakeServer/
Dzero-idioms.s7 # - ANDN variants