/third_party/node/deps/v8/src/compiler/ |
D | machine-operator.h | 777 const Operator* I64x2GeS(); in NON_EXPORTED_BASE()
|
D | opcodes.h | 850 V(I64x2GeS) \
|
D | machine-operator.cc | 483 V(I64x2GeS, Operator::kNoProperties, 2, 0, 1) \
|
D | wasm-compiler.cc | 4672 return graph()->NewNode(mcgraph()->machine()->I64x2GeS(), inputs[1], in SimdOp() 4678 return graph()->NewNode(mcgraph()->machine()->I64x2GeS(), inputs[0], in SimdOp()
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 2765 I64x2GeS(dst.fp(), lhs.fp(), rhs.fp(), kScratchDoubleReg); in emit_i64x2_ge_s() 2769 I64x2GeS(liftoff::kScratchDoubleReg2, lhs.fp(), rhs.fp(), in emit_i64x2_ge_s() 2773 I64x2GeS(dst.fp(), lhs.fp(), rhs.fp(), kScratchDoubleReg); in emit_i64x2_ge_s() 2778 I64x2GeS(liftoff::kScratchDoubleReg2, lhs.fp(), rhs.fp(), in emit_i64x2_ge_s() 2782 I64x2GeS(dst.fp(), lhs.fp(), rhs.fp(), kScratchDoubleReg); in emit_i64x2_ge_s()
|
/third_party/node/deps/v8/src/codegen/arm/ |
D | macro-assembler-arm.h | 577 void I64x2GeS(QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2);
|
D | macro-assembler-arm.cc | 2698 void TurboAssembler::I64x2GeS(QwNeonRegister dst, QwNeonRegister src1, in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 3166 I64x2GeS(dst.fp(), lhs.fp(), rhs.fp(), liftoff::kScratchDoubleReg); in emit_i64x2_ge_s() 3173 I64x2GeS(tmp.fp(), lhs.fp(), rhs.fp(), liftoff::kScratchDoubleReg); in emit_i64x2_ge_s() 3176 I64x2GeS(dst.fp(), lhs.fp(), rhs.fp(), liftoff::kScratchDoubleReg); in emit_i64x2_ge_s() 3183 I64x2GeS(tmp.fp(), lhs.fp(), rhs.fp(), liftoff::kScratchDoubleReg); in emit_i64x2_ge_s() 3186 I64x2GeS(dst.fp(), lhs.fp(), rhs.fp(), liftoff::kScratchDoubleReg); in emit_i64x2_ge_s()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-opcodes.h | 490 V(I64x2GeS, 0xfddb, s_ss) \
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
D | macro-assembler-shared-ia32-x64.h | 456 void I64x2GeS(XMMRegister dst, XMMRegister src0, XMMRegister src1,
|
D | macro-assembler-shared-ia32-x64.cc | 890 void SharedTurboAssembler::I64x2GeS(XMMRegister dst, XMMRegister src0, in I64x2GeS() function in v8::internal::SharedTurboAssembler
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | macro-assembler-s390.h | 1306 V(I64x2GeS) \ in SIMD_UNOP_LIST()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | instruction-selector-ppc.cc | 2242 V(I64x2GeS) \
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | instruction-selector-mips.cc | 2220 V(I64x2GeS, kMipsI64x2GeS) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | instruction-selector-s390.cc | 2449 V(I64x2GeS) \
|
D | code-generator-s390.cc | 2620 V(I64x2GeS) \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
D | instruction-selector-loong64.cc | 2725 V(I64x2GeS, kLoong64I64x2GeS) \
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 2296 V(i64x2_ge_s, I64x2GeS) \
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
D | instruction-selector-arm.cc | 2662 V(I64x2GeS, kArmI64x2GeS) \
|
D | code-generator-arm.cc | 2394 __ I64x2GeS(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | instruction-selector-mips64.cc | 2981 V(I64x2GeS, kMips64I64x2GeS) \
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
D | instruction-selector-riscv64.cc | 2947 V(I64x2GeS, kRiscvI64x2GeS) \
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 2047 __ I64x2GeS(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 3094 __ I64x2GeS(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
D | liftoff-assembler-arm.h | 3814 I64x2GeS(liftoff::GetSimd128Register(dst), liftoff::GetSimd128Register(lhs), in emit_i64x2_ge_s()
|