Searched refs:is_uint10 (Results 1 – 2 of 2) sorted by relevance
1454 ASSERT(is_uint10(code)); in tge()1462 ASSERT(is_uint10(code)); in tgeu()1470 ASSERT(is_uint10(code)); in tlt()1478 ASSERT(is_uint10(code)); in tltu()1487 ASSERT(is_uint10(code)); in teq()1495 ASSERT(is_uint10(code)); in tne()
803 static inline bool is_uint10(int x) { return is_uintn(x, 10); } in is_uint10() function