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

Completed in 117 milliseconds

12