Home
last modified time | relevance | path

Searched refs:kInt32x4 (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dsimd-scalar-lowering.cc47 replacements_[graph()->end()->id()].type = SimdType::kInt32x4; in LowerGraph()
212 case SimdType::kInt32x4: in MachineTypeFrom()
229 replacements_[node->id()].type = SimdType::kInt32x4; in SetLoweredType()
237 replacements_[node->id()].type = SimdType::kInt32x4; in SetLoweredType()
254 replacements_[node->id()].type = SimdType::kInt32x4; in SetLoweredType()
280 replacements_[node->id()].type = SimdType::kInt32x4; in SetLoweredType()
328 if (type == SimdType::kFloat32x4 || type == SimdType::kInt32x4) { in NumLanes()
644 if (type == SimdType::kInt32x4) { in LowerIntMinMax()
736 DCHECK_EQ(output_rep_type, SimdType::kInt32x4); in LowerConvertFromInt()
766 DCHECK(input_rep_type == SimdType::kInt32x4); in LowerPack()
[all …]
Dsimd-scalar-lowering.h35 enum class SimdType : uint8_t { kFloat32x4, kInt32x4, kInt16x8, kInt8x16 }; enumerator