Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimd-scalar-lowering.cc216 case SimdType::kInt8x16: in MachineTypeFrom()
245 replacements_[node->id()].type = SimdType::kInt8x16; in SetLoweredType()
270 replacements_[node->id()].type = SimdType::kInt8x16; in SetLoweredType()
332 } else if (type == SimdType::kInt8x16) { in NumLanes()
536 input_rep_type == SimdType::kInt8x16); in LowerBinaryOpForSmallInt()
572 input_rep_type == SimdType::kInt8x16); in LowerSaturateBinaryOp()
648 } else if (type == SimdType::kInt8x16) { in LowerIntMinMax()
740 DCHECK_EQ(input_rep_type, SimdType::kInt8x16); in LowerConvertFromInt()
776 DCHECK(output_rep_type == SimdType::kInt8x16 && in LowerPack()
1122 LowerConvertFromInt(node, SimdType::kInt8x16, SimdType::kInt16x8, true, in LowerNode()
[all …]
Dsimd-scalar-lowering.h35 enum class SimdType : uint8_t { kFloat32x4, kInt32x4, kInt16x8, kInt8x16 }; enumerator