Searched refs:is_uint5 (Results 1 – 7 of 7) sorted by relevance
524 static inline bool is_uint5(int x) { return is_uintn(x, 5); } in is_uint5() function
1094 ASSERT(is_uint5(imm8)); // illegal shift count in rcl()1109 ASSERT(is_uint5(imm8)); // illegal shift count in sar()1149 ASSERT(is_uint5(imm8)); // illegal shift count in shl()1181 ASSERT(is_uint5(imm8)); // illegal shift count in shr()
245 ASSERT(is_uint5(shift_imm)); in Operand()287 ASSERT(is_uint5(shift_imm)); in MemOperand()
225 ASSERT(is_uint5(shift_imm)); in Operand()267 ASSERT(is_uint5(shift_imm)); in MemOperand()
462 ASSERT(rd.is_valid() && rs.is_valid() && rt.is_valid() && is_uint5(sa)); in GenInstrRegister()
692 ASSERT(is_uint5(shift_amount.value_)); // illegal shift count in shift_32()
1112 ASSERT(is_uint5(shift_value)); in SmiShiftArithmeticRightConstant()