Home
last modified time | relevance | path

Searched refs:F64x2ConvertLowI32x4S (Results 1 – 22 of 22) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmachine-operator.h723 const Operator* F64x2ConvertLowI32x4S(); in NON_EXPORTED_BASE()
Dopcodes.h796 V(F64x2ConvertLowI32x4S) \
Dmachine-operator.cc436 V(F64x2ConvertLowI32x4S, Operator::kNoProperties, 1, 0, 1) \
Dwasm-compiler.cc4525 return graph()->NewNode(mcgraph()->machine()->F64x2ConvertLowI32x4S(), in SimdOp()
/third_party/node/deps/v8/src/codegen/arm/
Dmacro-assembler-arm.h580 void F64x2ConvertLowI32x4S(QwNeonRegister dst, QwNeonRegister src);
Dmacro-assembler-arm.cc2759 void TurboAssembler::F64x2ConvertLowI32x4S(QwNeonRegister dst, in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/wasm/
Dwasm-opcodes.h523 V(F64x2ConvertLowI32x4S, 0xfdfe, s_s) \
/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.h1236 V(F64x2ConvertLowI32x4S) \
Dmacro-assembler-s390.cc5619 void TurboAssembler::F64x2ConvertLowI32x4S(Simd128Register dst, in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc2318 V(F64x2ConvertLowI32x4S) \
/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc2137 V(F64x2ConvertLowI32x4S, kMipsF64x2ConvertLowI32x4S) \
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc2540 V(F64x2ConvertLowI32x4S) \
Dcode-generator-s390.cc3028 __ F64x2ConvertLowI32x4S(i.OutputSimd128Register(), in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc2645 V(F64x2ConvertLowI32x4S, kLoong64F64x2ConvertLowI32x4S) \
/third_party/node/deps/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h2730 F64x2ConvertLowI32x4S(dst.fp(), src.fp()); in emit_f64x2_convert_low_i32x4_s()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc2901 V(F64x2ConvertLowI32x4S, kMips64F64x2ConvertLowI32x4S) \
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc2365 V(F64x2ConvertLowI32x4S) \
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc2860 V(F64x2ConvertLowI32x4S, kRiscvF64x2ConvertLowI32x4S) \
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc3144 V(F64x2ConvertLowI32x4S) \ in VISIT_ATOMIC_BINOP()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc3470 V(F64x2ConvertLowI32x4S, kArm64F64x2ConvertLowI32x4S) \
/third_party/node/deps/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc2030 __ F64x2ConvertLowI32x4S(i.OutputSimd128Register(), in AssembleArchInstruction() local
/third_party/node/deps/v8/src/wasm/baseline/arm/
Dliftoff-assembler-arm.h2631 F64x2ConvertLowI32x4S(liftoff::GetSimd128Register(dst), in emit_f64x2_convert_low_i32x4_s()