[wasm-simd] Add pmin/pmax instructions to fuzzer
Bug: v8:10180 Bug: v8:10501 Change-Id: I92700c2367aecb9eb5adf2a7c8d863815bbfe6ec Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2404459 Reviewed-by: Bill Budge <bbudge@chromium.org> Commit-Queue: Zhi An Ng <zhin@chromium.org> Cr-Commit-Position: refs/heads/master@{#69857}
This commit is contained in:
parent
e4d77e9ce6
commit
c128b08bab
@ -1443,6 +1443,10 @@ void WasmGenerator::Generate<ValueType::kS128>(DataRange* data) {
|
||||
ValueType::kS128>,
|
||||
&WasmGenerator::op_with_prefix<kExprF32x4Max, ValueType::kS128,
|
||||
ValueType::kS128>,
|
||||
&WasmGenerator::op_with_prefix<kExprF32x4Pmin, ValueType::kS128,
|
||||
ValueType::kS128>,
|
||||
&WasmGenerator::op_with_prefix<kExprF32x4Pmax, ValueType::kS128,
|
||||
ValueType::kS128>,
|
||||
|
||||
&WasmGenerator::op_with_prefix<kExprF64x2Splat, ValueType::kF64>,
|
||||
&WasmGenerator::op_with_prefix<kExprF64x2Eq, ValueType::kS128,
|
||||
@ -1472,6 +1476,10 @@ void WasmGenerator::Generate<ValueType::kS128>(DataRange* data) {
|
||||
ValueType::kS128>,
|
||||
&WasmGenerator::op_with_prefix<kExprF64x2Max, ValueType::kS128,
|
||||
ValueType::kS128>,
|
||||
&WasmGenerator::op_with_prefix<kExprF64x2Pmin, ValueType::kS128,
|
||||
ValueType::kS128>,
|
||||
&WasmGenerator::op_with_prefix<kExprF64x2Pmax, ValueType::kS128,
|
||||
ValueType::kS128>,
|
||||
|
||||
&WasmGenerator::op_with_prefix<kExprI32x4SConvertF32x4, ValueType::kS128>,
|
||||
&WasmGenerator::op_with_prefix<kExprI32x4UConvertF32x4, ValueType::kS128>,
|
||||
|
Loading…
Reference in New Issue
Block a user