Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOPENSSL_ia32cap.pod91 =item bit #64+3 denoting availability of BMI1 instructions, e.g. ANDN;
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DOPENSSL_ia32cap.pod91 =item bit #64+3 denoting availability of BMI1 instructions, e.g. ANDN;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86SchedBroadwell.td662 def: InstRW<[BWWriteResGroup7], (instregex "ANDN(32|64)rr")>;
1001 def: InstRW<[BWWriteResGroup64], (instregex "ANDN(32|64)rm",
H A DX86SchedSkylakeClient.td662 def: InstRW<[SKLWriteResGroup8], (instregex "ANDN(32|64)rr")>;
1027 def: InstRW<[SKLWriteResGroup75], (instregex "ANDN(32|64)rm",
H A DX86SchedHaswell.td925 def: InstRW<[HWWriteResGroup8], (instregex "ANDN(32|64)rr")>;
1011 def: InstRW<[HWWriteResGroup16], (instregex "ANDN(32|64)rm",
H A DX86SchedSkylakeServer.td677 def: InstRW<[SKXWriteResGroup8], (instregex "ANDN(32|64)rr")>;
1194 def: InstRW<[SKXWriteResGroup79], (instregex "ANDN(32|64)rm",
H A DX86InstrArithmetic.td1438 // ANDN Instruction
H A DX86InstrSSE.td2303 defm ANDN : sse12_fp_packed_logical<0x55, "andn", X86andnp, SchedWriteFLogic>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoB.td202 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 DsljitNativeSPARC_common.c127 #define ANDN (OPC1(0x2) | OPC3(0x05)) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mmix/
H A Dmmix.md1208 "ANDN %0,%2,%1")
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mmix/
H A Dmmix.md1216 "ANDN %0,%2,%1")