/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-value.h | 37 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 D | value-type.h | 27 class Simd128; 40 V(S128, 4, S128, Simd128, 's', "s128") \ 626 V(kS128, Simd128) 645 V(S128, , Simd128) 721 V(S128, , Simd128)
|
H A D | init-expr-interface.cc | 149 return WasmValue(Simd128()); in DefaultValueForType()
|
H A D | wasm-module-builder.h | 185 void EmitS128Const(Simd128 val);
|
H A D | wasm-debug.cc | 638 return WasmValue(Simd128(ReadUnalignedValue<int16>(spilled_addr))); in GetValue() 657 return WasmValue(Simd128(ReadUnalignedValue<int16>(stack_address))); in GetValue()
|
H A D | wasm-objects.cc | 1554 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 D | machine-type.h | 66 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 D | tnode.h | 126 static constexpr MachineType kMachineType = MachineType::Simd128();
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.cc | 4297 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 D | machine-operator.cc | 655 V(Simd128) \
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-wasm-objects.cc | 762 Handle<String> WasmSimd128ToString(Isolate* isolate, wasm::Simd128 s128) { in WasmSimd128ToString()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-selector-mips.cc | 1386 } else if (output.location.GetType() == MachineType::Simd128()) { in EmitPrepareResults()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | instruction-selector-ppc.cc | 2597 } else if (output.location.GetType() == MachineType::Simd128()) { in EmitPrepareResults()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 2780 } else if (output.location.GetType() == MachineType::Simd128()) { in EmitPrepareResults()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | instruction-selector-arm.cc | 1766 } else if (output.location.GetType() == MachineType::Simd128()) { in EmitPrepareResults()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-selector-mips64.cc | 1816 } else if (output.location.GetType() == MachineType::Simd128()) { in EmitPrepareResults()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | instruction-selector-x64.cc | 2010 } else if (output.location.GetType() == MachineType::Simd128()) { in EmitPrepareResults()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 2081 // 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 D | instruction-selector-ia32.cc | 1510 } else if (output.location.GetType() == MachineType::Simd128()) { in EmitPrepareResults()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | instruction-selector-loong64.cc | 1722 } else if (output.location.GetType() == MachineType::Simd128()) { in EmitPrepareResults()
|