Home
last modified time | relevance | path

Searched refs:I64x2GeS (Results 1 – 25 of 26) sorted by relevance

12

/third_party/node/deps/v8/src/compiler/
Dmachine-operator.h777 const Operator* I64x2GeS(); in NON_EXPORTED_BASE()
Dopcodes.h850 V(I64x2GeS) \
Dmachine-operator.cc483 V(I64x2GeS, Operator::kNoProperties, 2, 0, 1) \
Dwasm-compiler.cc4672 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/
Dliftoff-assembler-x64.h2765 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/
Dmacro-assembler-arm.h577 void I64x2GeS(QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2);
Dmacro-assembler-arm.cc2698 void TurboAssembler::I64x2GeS(QwNeonRegister dst, QwNeonRegister src1, in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h3166 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/
Dwasm-opcodes.h490 V(I64x2GeS, 0xfddb, s_ss) \
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
Dmacro-assembler-shared-ia32-x64.h456 void I64x2GeS(XMMRegister dst, XMMRegister src0, XMMRegister src1,
Dmacro-assembler-shared-ia32-x64.cc890 void SharedTurboAssembler::I64x2GeS(XMMRegister dst, XMMRegister src0, in I64x2GeS() function in v8::internal::SharedTurboAssembler
/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.h1306 V(I64x2GeS) \ in SIMD_UNOP_LIST()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc2242 V(I64x2GeS) \
/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc2220 V(I64x2GeS, kMipsI64x2GeS) \
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc2449 V(I64x2GeS) \
Dcode-generator-s390.cc2620 V(I64x2GeS) \ in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc2725 V(I64x2GeS, kLoong64I64x2GeS) \
/third_party/node/deps/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h2296 V(i64x2_ge_s, I64x2GeS) \
/third_party/node/deps/v8/src/compiler/backend/arm/
Dinstruction-selector-arm.cc2662 V(I64x2GeS, kArmI64x2GeS) \
Dcode-generator-arm.cc2394 __ I64x2GeS(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc2981 V(I64x2GeS, kMips64I64x2GeS) \
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc2947 V(I64x2GeS, kRiscvI64x2GeS) \
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc2047 __ I64x2GeS(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc3094 __ I64x2GeS(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local
/third_party/node/deps/v8/src/wasm/baseline/arm/
Dliftoff-assembler-arm.h3814 I64x2GeS(liftoff::GetSimd128Register(dst), liftoff::GetSimd128Register(lhs), in emit_i64x2_ge_s()

12