Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dassembler-arm64.h291 static_assert(IsValidLaneCount(lane_count), "Invalid lane count"); in Create()
296 DCHECK(IsValidLaneCount(lane_count));
396 static constexpr bool IsValidLaneCount(int lane_count) { in IsValidLaneCount() function