Home
last modified time | relevance | path

Searched refs:F32x4Splat (Results 1 - 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dmachine-operator.h727 const Operator* F32x4Splat();
H A Dopcodes.h799 V(F32x4Splat) \
H A Dmachine-operator.cc439 V(F32x4Splat, Operator::kNoProperties, 1, 0, 1) \
H A Dwasm-compiler.cc4534 return graph()->NewNode(mcgraph()->machine()->F32x4Splat(), inputs[0]); in SimdOp()
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
H A Dmacro-assembler-shared-ia32-x64.h409 void F32x4Splat(XMMRegister dst, DoubleRegister src);
H A Dmacro-assembler-shared-ia32-x64.cc314 void SharedTurboAssembler::F32x4Splat(XMMRegister dst, DoubleRegister src) { in F32x4Splat() function in v8::internal::SharedTurboAssembler
/third_party/node/deps/v8/src/wasm/
H A Dwasm-opcodes.h332 V(F32x4Splat, 0xfd13, s_f) \
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.h1110 void F32x4Splat(Simd128Register dst, Simd128Register src);
H A Dmacro-assembler-s390.cc5119 void TurboAssembler::F32x4Splat(Simd128Register dst, Simd128Register src) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc2556 V(F32x4Splat) \
H A Dcode-generator-s390.cc2682 V(F32x4Splat, Simd128Register, DoubleRegister) \ in AssembleArchInstruction()
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h2404 V(f32x4_splat, F32x4Splat, fp, fp, , void) \
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc3502 V(F32x4Splat, kArm64FSplat, 32) \
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc2099 __ F32x4Splat(i.OutputSimd128Register(), i.InputDoubleRegister(0)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc2857 __ F32x4Splat(i.OutputSimd128Register(), i.InputDoubleRegister(0)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h2943 F32x4Splat(dst.fp(), src.fp()); in emit_f32x4_splat()
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h2543 F32x4Splat(dst.fp(), src.fp()); in emit_f32x4_splat()

Completed in 84 milliseconds