Home
last modified time | relevance | path

Searched refs:Simd128 (Results 1 - 20 of 20) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-value.h37 class Simd128 { class
39 Simd128() = default;
42 explicit Simd128(sType val) { \
51 explicit Simd128(byte* bytes) { in Simd128() function in v8::internal::wasm::Simd128
67 inline sType Simd128::to() const { \
89 V(s128, kWasmS128, Simd128)
H A Dvalue-type.h27 class Simd128;
40 V(S128, 4, S128, Simd128, 's', "s128") \
626 V(kS128, Simd128)
645 V(S128, , Simd128)
721 V(S128, , Simd128)
H A Dinit-expr-interface.cc149 return WasmValue(Simd128()); in DefaultValueForType()
H A Dwasm-module-builder.h185 void EmitS128Const(Simd128 val);
H A Dwasm-debug.cc638 return WasmValue(Simd128(ReadUnalignedValue<int16>(spilled_addr))); in GetValue()
657 return WasmValue(Simd128(ReadUnalignedValue<int16>(stack_address))); in GetValue()
H A Dwasm-objects.cc1554 using wasm::Simd128; in GetGlobalValue()
1570 using wasm::Simd128; in GetFieldValue()
1599 using wasm::Simd128; in GetElement()
/third_party/node/deps/v8/src/codegen/
H A Dmachine-type.h66 ASSERT_CONSECUTIVE(Float64, Simd128)
201 constexpr static MachineType Simd128() { in Simd128() function in v8::internal::MachineRepresentation::MachineType
260 return MachineType::Simd128(); in TypeForRepresentation()
H A Dtnode.h126 static constexpr MachineType kMachineType = MachineType::Simd128();
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc4297 MachineType type = MachineType::Simd128(); in BuildF64x2Ceil()
4303 MachineType type = MachineType::Simd128(); in BuildF64x2Floor()
4309 MachineType type = MachineType::Simd128(); in BuildF64x2Trunc()
4315 MachineType type = MachineType::Simd128(); in BuildF64x2NearestInt()
4321 MachineType type = MachineType::Simd128(); in BuildF32x4Ceil()
4327 MachineType type = MachineType::Simd128(); in BuildF32x4Floor()
4333 MachineType type = MachineType::Simd128(); in BuildF32x4Trunc()
4339 MachineType type = MachineType::Simd128(); in BuildF32x4NearestInt()
H A Dmachine-operator.cc655 V(Simd128) \
/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.cc762 Handle<String> WasmSimd128ToString(Isolate* isolate, wasm::Simd128 s128) { in WasmSimd128ToString()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc1386 } else if (output.location.GetType() == MachineType::Simd128()) { in EmitPrepareResults()
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dinstruction-selector-ppc.cc2597 } else if (output.location.GetType() == MachineType::Simd128()) { in EmitPrepareResults()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc2780 } else if (output.location.GetType() == MachineType::Simd128()) { in EmitPrepareResults()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc1766 } else if (output.location.GetType() == MachineType::Simd128()) { in EmitPrepareResults()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc1816 } else if (output.location.GetType() == MachineType::Simd128()) { in EmitPrepareResults()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc2010 } else if (output.location.GetType() == MachineType::Simd128()) { in EmitPrepareResults()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc2081 // kSystemPointerSize, e.g. Simd128, will span across multiple arguments. in EmitPrepareArguments()
2110 // TODO(arm): Support consecutive Simd128 parameters. in EmitPrepareArguments()
2139 } else if (output.location.GetType() == MachineType::Simd128()) { in EmitPrepareResults()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dinstruction-selector-ia32.cc1510 } else if (output.location.GetType() == MachineType::Simd128()) { in EmitPrepareResults()
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dinstruction-selector-loong64.cc1722 } else if (output.location.GetType() == MachineType::Simd128()) { in EmitPrepareResults()

Completed in 79 milliseconds