/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.h | 763 const Operator* I64x2Neg();
|
H A D | opcodes.h | 836 V(I64x2Neg) \
|
H A D | machine-operator.cc | 469 V(I64x2Neg, Operator::kNoProperties, 1, 0, 1) \
|
H A D | wasm-compiler.cc | 4632 return graph()->NewNode(mcgraph()->machine()->I64x2Neg(), inputs[0]); in SimdOp()
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
H A D | macro-assembler-shared-ia32-x64.h | 452 void I64x2Neg(XMMRegister dst, XMMRegister src, XMMRegister scratch);
|
H A D | macro-assembler-shared-ia32-x64.cc | 818 void SharedTurboAssembler::I64x2Neg(XMMRegister dst, XMMRegister src, in I64x2Neg() function in v8::internal::SharedTurboAssembler
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes.h | 472 V(I64x2Neg, 0xfdc1, s_s) \
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 1250 V(I64x2Neg) \
|
H A D | macro-assembler-s390.cc | 5274 V(I64x2Neg, vlc, 0, 0, 3) \ in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-selector-mips.cc | 2140 V(I64x2Neg, kMipsI64x2Neg) \
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | instruction-selector-ppc.cc | 2333 V(I64x2Neg) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 2557 V(I64x2Neg) \
|
H A D | code-generator-s390.cc | 2692 V(I64x2Neg, Simd128Register, Simd128Register) \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 2413 V(i64x2_neg, I64x2Neg, fp, fp, , void) \
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-selector-mips64.cc | 2899 V(I64x2Neg, kMips64I64x2Neg) \
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 3508 V(I64x2Neg, kArm64INeg, 64) \
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 1986 __ I64x2Neg(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | instruction-selector-loong64.cc | 2643 V(I64x2Neg, kLoong64I64x2Neg) \
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-selector-riscv64.cc | 2867 V(I64x2Neg, kRiscvI64x2Neg) \
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 3037 __ I64x2Neg(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 3799 I64x2Neg(dst.fp(), src.fp(), liftoff::kScratchDoubleReg);
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 3369 I64x2Neg(dst.fp(), src.fp(), kScratchDoubleReg); in emit_i64x2_neg()
|