Searched refs:is_uint6 (Results 1 – 6 of 6) sorted by relevance
836 inline bool is_uint6(int x) { return is_uintn(x, 6); } in is_uint6() function
1029 inline bool is_uint6(int x) { return is_uintn(x, 6); } in is_uint6() function
2058 ASSERT(is_uint6(shift)); in SmiToIndex()2076 ASSERT(is_uint6(shift)); in SmiToNegativeIndex()
791 ASSERT(is_uint6(shift_amount.value_)); // illegal shift count in shift()
2198 ASSERT(is_uint6(shift)); in SmiToIndex()2216 ASSERT(is_uint6(shift)); in SmiToNegativeIndex()
689 ASSERT(is_uint6(shift_amount.value_)); // illegal shift count in shift()