/third_party/node/deps/v8/src/compiler/ |
D | machine-operator.h | 709 const Operator* F64x2Max(); in NON_EXPORTED_BASE()
|
D | opcodes.h | 783 V(F64x2Max) \
|
D | machine-operator.cc | 423 V(F64x2Max, Operator::kCommutative, 2, 0, 1) \
|
D | wasm-compiler.cc | 4469 return graph()->NewNode(mcgraph()->machine()->F64x2Max(), inputs[0], in SimdOp()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-opcodes.h | 514 V(F64x2Max, 0xfdf5, s_ss) \
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
D | macro-assembler-shared-ia32-x64.h | 407 void F64x2Max(XMMRegister dst, XMMRegister lhs, XMMRegister rhs,
|
D | macro-assembler-shared-ia32-x64.cc | 274 void SharedTurboAssembler::F64x2Max(XMMRegister dst, XMMRegister lhs, in F64x2Max() function in v8::internal::SharedTurboAssembler
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | macro-assembler-s390.h | 1282 V(F64x2Max) \ in SIMD_UNOP_LIST()
|
D | macro-assembler-s390.cc | 5331 V(F64x2Max, vfmax, 1, 0, 3) \ in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | instruction-selector-ppc.cc | 2221 V(F64x2Max) \
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | instruction-selector-mips.cc | 2209 V(F64x2Max, kMipsF64x2Max) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | instruction-selector-s390.cc | 2424 V(F64x2Max) \
|
D | code-generator-s390.cc | 2596 V(F64x2Max) \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
D | instruction-selector-loong64.cc | 2714 V(F64x2Max, kLoong64F64x2Max) \
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 2272 V(f64x2_max, F64x2Max) \
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
D | instruction-selector-arm.cc | 2636 V(F64x2Max, kArmF64x2Max) \
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | instruction-selector-mips64.cc | 2970 V(F64x2Max, kMips64F64x2Max) \
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
D | instruction-selector-riscv64.cc | 2939 V(F64x2Max, kRiscvF64x2Max) \
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | instruction-selector-arm64.cc | 3549 V(F64x2Max, kArm64FMax, 64) \
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | instruction-selector-x64.cc | 3125 V(F64x2Max) \ in VISIT_ATOMIC_BINOP()
|
D | code-generator-x64.cc | 2790 __ F64x2Max(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 1812 __ F64x2Max(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 3654 F64x2Max(dst.fp(), lhs.fp(), rhs.fp(), kScratchDoubleReg); in emit_f64x2_max()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 4093 F64x2Max(dst.fp(), lhs.fp(), rhs.fp(), liftoff::kScratchDoubleReg); in emit_f64x2_max()
|