Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DREADME.SIMD.rst58 holds for ANDN, OR, and XOR.
/third_party/node/deps/v8/src/codegen/loong64/
Dconstants-loong64.h347 ANDN = 0x2dU << 15, enumerator
1085 case ANDN: in InstructionType()
Dassembler-loong64.cc1126 GenRegister(ANDN, rk, rj, rd); in andn()
/third_party/openssl/doc/man3/
DOPENSSL_ia32cap.pod91 =item bit #64+3 denoting availability of BMI1 instructions, e.g. ANDN;
/third_party/node/deps/v8/src/diagnostics/loong64/
Ddisasm-loong64.cc1064 case ANDN: in DecodeTypekOp17()
/third_party/skia/third_party/externals/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",
DX86SchedHaswell.td921 def: InstRW<[HWWriteResGroup8], (instregex "ANDN(32|64)rr")>;
1007 def: InstRW<[HWWriteResGroup16], (instregex "ANDN(32|64)rm",
DX86SchedSkylakeClient.td658 def: InstRW<[SKLWriteResGroup8], (instregex "ANDN(32|64)rr")>;
1023 def: InstRW<[SKLWriteResGroup75], (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>;
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.cc3525 case ANDN: in DecodeTypeOp17()