Home
last modified time | relevance | path

Searched refs:I64x2GtS (Results 1 - 25 of 26) sorted by relevance

12

/third_party/node/deps/v8/src/compiler/
H A Dmachine-operator.h776 const Operator* I64x2GtS();
H A Dopcodes.h849 V(I64x2GtS) \
H A Dmachine-operator.cc482 V(I64x2GtS, Operator::kNoProperties, 2, 0, 1) \
H A Dwasm-compiler.cc4669 return graph()->NewNode(mcgraph()->machine()->I64x2GtS(), inputs[1], in SimdOp()
4675 return graph()->NewNode(mcgraph()->machine()->I64x2GtS(), inputs[0], in SimdOp()
/third_party/node/deps/v8/src/codegen/arm/
H A Dmacro-assembler-arm.h576 void I64x2GtS(QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2);
H A Dmacro-assembler-arm.cc2691 void TurboAssembler::I64x2GtS(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.h454 void I64x2GtS(XMMRegister dst, XMMRegister src0, XMMRegister src1,
H A Dmacro-assembler-shared-ia32-x64.cc856 void SharedTurboAssembler::I64x2GtS(XMMRegister dst, XMMRegister src0, in I64x2GtS() function in v8::internal::SharedTurboAssembler
/third_party/node/deps/v8/src/wasm/
H A Dwasm-opcodes.h488 V(I64x2GtS, 0xfdd9, s_ss) \
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h3146 // 1. AVX, or SSE4_2 no requirements (I64x2GtS takes care of aliasing). in emit_i64x2_gt_s()
3147 I64x2GtS(dst.fp(), lhs.fp(), rhs.fp(), liftoff::kScratchDoubleReg); in emit_i64x2_gt_s()
3153 I64x2GtS(tmp.fp(), lhs.fp(), rhs.fp(), liftoff::kScratchDoubleReg); in emit_i64x2_gt_s()
3156 I64x2GtS(dst.fp(), lhs.fp(), rhs.fp(), liftoff::kScratchDoubleReg); in emit_i64x2_gt_s()
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h2746 // 1. AVX, or SSE4_2 no requirements (I64x2GtS takes care of aliasing). in emit_i64x2_gt_s()
2747 I64x2GtS(dst.fp(), lhs.fp(), rhs.fp(), kScratchDoubleReg); in emit_i64x2_gt_s()
2751 I64x2GtS(liftoff::kScratchDoubleReg2, lhs.fp(), rhs.fp(), in emit_i64x2_gt_s()
2755 I64x2GtS(dst.fp(), lhs.fp(), rhs.fp(), kScratchDoubleReg); in emit_i64x2_gt_s()
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.h1305 V(I64x2GtS) \
H A Dmacro-assembler-s390.cc5305 V(I64x2GtS, vch, 0, 3) \ in CallRecordWriteStub()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc2219 V(I64x2GtS, kMipsI64x2GtS) \
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dinstruction-selector-ppc.cc2241 V(I64x2GtS) \
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc2448 V(I64x2GtS) \
H A Dcode-generator-s390.cc2619 V(I64x2GtS) \ in AssembleArchInstruction()
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h2295 V(i64x2_gt_s, I64x2GtS) \
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc2661 V(I64x2GtS, kArmI64x2GtS) \
H A Dcode-generator-arm.cc2389 __ I64x2GtS(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc2980 V(I64x2GtS, kMips64I64x2GtS) \
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc2042 __ I64x2GtS(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dinstruction-selector-loong64.cc2724 V(I64x2GtS, kLoong64I64x2GtS) \
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-selector-riscv64.cc2946 V(I64x2GtS, kRiscvI64x2GtS) \
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc3089 __ I64x2GtS(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction()

Completed in 131 milliseconds

12