Home
last modified time | relevance | path

Searched refs:F64x2PromoteLowF32x4 (Results 1 – 20 of 20) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmachine-operator.h725 const Operator* F64x2PromoteLowF32x4(); in NON_EXPORTED_BASE()
Dopcodes.h798 V(F64x2PromoteLowF32x4) \
Dmachine-operator.cc438 V(F64x2PromoteLowF32x4, Operator::kNoProperties, 1, 0, 1) \
Dwasm-compiler.cc4531 return graph()->NewNode(mcgraph()->machine()->F64x2PromoteLowF32x4(), in SimdOp()
/third_party/node/deps/v8/src/codegen/arm/
Dmacro-assembler-arm.h582 void F64x2PromoteLowF32x4(QwNeonRegister dst, QwNeonRegister src);
Dmacro-assembler-arm.cc2769 void TurboAssembler::F64x2PromoteLowF32x4(QwNeonRegister dst, in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/wasm/
Dwasm-opcodes.h384 V(F64x2PromoteLowF32x4, 0xfd5f, s_s) \
/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.h1178 void F64x2PromoteLowF32x4(Simd128Register dst, Simd128Register src,
Dmacro-assembler-s390.cc5841 void TurboAssembler::F64x2PromoteLowF32x4(Simd128Register dst, in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc2320 V(F64x2PromoteLowF32x4) \
/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc2139 V(F64x2PromoteLowF32x4, kMipsF64x2PromoteLowF32x4) \
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc2542 V(F64x2PromoteLowF32x4) \
Dcode-generator-s390.cc3038 __ F64x2PromoteLowF32x4(i.OutputSimd128Register(), in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc2647 V(F64x2PromoteLowF32x4, kLoong64F64x2PromoteLowF32x4) \
/third_party/node/deps/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h2740 F64x2PromoteLowF32x4(dst.fp(), src.fp(), kScratchDoubleReg, r0, r1, ip); in emit_f64x2_promote_low_f32x4()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc2903 V(F64x2PromoteLowF32x4, kMips64F64x2PromoteLowF32x4) \
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc2862 V(F64x2PromoteLowF32x4, kRiscvF64x2PromoteLowF32x4) \
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc3472 V(F64x2PromoteLowF32x4, kArm64F64x2PromoteLowF32x4) \
/third_party/node/deps/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc2040 __ F64x2PromoteLowF32x4(i.OutputSimd128Register(), in AssembleArchInstruction() local
/third_party/node/deps/v8/src/wasm/baseline/arm/
Dliftoff-assembler-arm.h2643 F64x2PromoteLowF32x4(liftoff::GetSimd128Register(dst), in emit_f64x2_promote_low_f32x4()