Searched refs:ANDN (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | OPENSSL_ia32cap.pod | 91 =item bit #64+3 denoting availability of BMI1 instructions, e.g. ANDN;
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | OPENSSL_ia32cap.pod | 91 =item bit #64+3 denoting availability of BMI1 instructions, e.g. ANDN;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86SchedBroadwell.td | 662 def: InstRW<[BWWriteResGroup7], (instregex "ANDN(32|64)rr")>; 1001 def: InstRW<[BWWriteResGroup64], (instregex "ANDN(32|64)rm",
|
H A D | X86SchedSkylakeClient.td | 662 def: InstRW<[SKLWriteResGroup8], (instregex "ANDN(32|64)rr")>; 1027 def: InstRW<[SKLWriteResGroup75], (instregex "ANDN(32|64)rm",
|
H A D | X86SchedHaswell.td | 925 def: InstRW<[HWWriteResGroup8], (instregex "ANDN(32|64)rr")>; 1011 def: InstRW<[HWWriteResGroup16], (instregex "ANDN(32|64)rm",
|
H A D | X86SchedSkylakeServer.td | 677 def: InstRW<[SKXWriteResGroup8], (instregex "ANDN(32|64)rr")>; 1194 def: InstRW<[SKXWriteResGroup79], (instregex "ANDN(32|64)rm",
|
H A D | X86InstrArithmetic.td | 1438 // ANDN Instruction
|
H A D | X86InstrSSE.td | 2303 defm ANDN : sse12_fp_packed_logical<0x55, "andn", X86andnp, SchedWriteFLogic>;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoB.td | 202 def ANDN : ALU_rr<0b0100000, 0b111, "andn">, 717 def : Pat<(and GPR:$rs1, (not GPR:$rs2)), (ANDN GPR:$rs1, GPR:$rs2)>;
|
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/ |
H A D | sljitNativeSPARC_common.c | 127 #define ANDN (OPC1(0x2) | OPC3(0x05)) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mmix/ |
H A D | mmix.md | 1208 "ANDN %0,%2,%1")
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mmix/ |
H A D | mmix.md | 1216 "ANDN %0,%2,%1")
|