Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-value.h37 class Simd128 { in FOREACH_SIMD_TYPE()
39 Simd128() = default; in FOREACH_SIMD_TYPE()
42 explicit Simd128(sType val) { \ in FOREACH_SIMD_TYPE()
51 explicit Simd128(byte* bytes) { in FOREACH_SIMD_TYPE()
67 inline sType Simd128::to() const { \
89 V(s128, kWasmS128, Simd128)
Dvalue-type.h27 class Simd128; variable
40 V(S128, 4, S128, Simd128, 's', "s128") \
626 V(kS128, Simd128)
645 V(S128, , Simd128)
721 V(S128, , Simd128)
Dinit-expr-interface.cc149 return WasmValue(Simd128()); in DefaultValueForType()
Dwasm-module-builder.h185 void EmitS128Const(Simd128 val);
Dwasm-debug.cc638 return WasmValue(Simd128(ReadUnalignedValue<int16>(spilled_addr))); in GetValue()
657 return WasmValue(Simd128(ReadUnalignedValue<int16>(stack_address))); in GetValue()
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/
Dmachine-type.h66 ASSERT_CONSECUTIVE(Float64, Simd128)
201 constexpr static MachineType Simd128() { in Simd128() function
260 return MachineType::Simd128();
Dtnode.h126 static constexpr MachineType kMachineType = MachineType::Simd128();
/third_party/node/deps/v8/src/builtins/
Dconvert.tq407 Convert<I8X16, Simd128>(s: Simd128): I8X16 {
Dbase.tq120 type Simd128 generates 'TNode<Simd128T>';
121 type I8X16 extends Simd128 generates 'TNode<I8x16T>';
1952 extern macro LoadSimd128(intptr): Simd128;
/third_party/node/deps/v8/src/compiler/
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()
Dmachine-operator.cc655 V(Simd128) \
/third_party/node/deps/v8/src/debug/
Ddebug-wasm-objects.cc762 Handle<String> WasmSimd128ToString(Isolate* isolate, wasm::Simd128 s128) { in WasmSimd128ToString()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc2597 } else if (output.location.GetType() == MachineType::Simd128()) { in EmitPrepareResults()
/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc1386 } else if (output.location.GetType() == MachineType::Simd128()) { in EmitPrepareResults()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc2780 } else if (output.location.GetType() == MachineType::Simd128()) { in EmitPrepareResults()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc1722 } else if (output.location.GetType() == MachineType::Simd128()) { in EmitPrepareResults()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dinstruction-selector-arm.cc1766 } else if (output.location.GetType() == MachineType::Simd128()) { in EmitPrepareResults()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc1816 } else if (output.location.GetType() == MachineType::Simd128()) { in EmitPrepareResults()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc1510 } else if (output.location.GetType() == MachineType::Simd128()) { in EmitPrepareResults()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc2010 } else if (output.location.GetType() == MachineType::Simd128()) { in EmitPrepareResults()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc2139 } else if (output.location.GetType() == MachineType::Simd128()) { in EmitPrepareResults()