Home
last modified time | relevance | path

Searched refs:S128Not (Results 1 – 24 of 24) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmachine-operator.h904 const Operator* S128Not(); in NON_EXPORTED_BASE()
Dopcodes.h978 V(S128Not) \
Dmachine-operator.cc593 V(S128Not, Operator::kNoProperties, 1, 0, 1) \
Dwasm-compiler.cc5028 return graph()->NewNode(mcgraph()->machine()->S128Not(), inputs[0]); in SimdOp()
/third_party/node/deps/v8/src/wasm/
Dwasm-opcodes.h376 V(S128Not, 0xfd4d, s_s) \
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
Dmacro-assembler-shared-ia32-x64.h470 void S128Not(XMMRegister dst, XMMRegister src, XMMRegister scratch);
Dmacro-assembler-shared-ia32-x64.cc1109 void SharedTurboAssembler::S128Not(XMMRegister dst, XMMRegister src, in S128Not() function in v8::internal::SharedTurboAssembler
/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.h1266 V(S128Not) \
Dmacro-assembler-s390.cc5241 void TurboAssembler::S128Not(Simd128Register dst, Simd128Register src) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc2361 V(S128Not)
/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc2182 V(S128Not, kMipsS128Not) \
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc2594 V(S128Not) \
Dcode-generator-s390.cc2714 V(S128Not, Simd128Register, Simd128Register) in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc2687 V(S128Not, kLoong64S128Not) \
/third_party/node/deps/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h2435 V(s128_not, S128Not, fp, fp, , void)
/third_party/node/deps/v8/src/compiler/backend/arm/
Dinstruction-selector-arm.cc2609 V(S128Not, kArmS128Not) \
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc2943 V(S128Not, kMips64S128Not) \
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc2392 V(S128Not)
Dcode-generator-ia32.cc2997 __ S128Not(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc2912 V(S128Not, kRiscvS128Not) \
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc3178 V(S128Not) in VISIT_ATOMIC_BINOP()
Dcode-generator-x64.cc3797 __ S128Not(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc3490 V(S128Not, kArm64S128Not) \
/third_party/node/deps/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h2847 S128Not(dst.fp(), src.fp(), kScratchDoubleReg); in emit_s128_not()