Searched refs:unsigned_imm_check (Results 1 – 3 of 3) sorted by relevance
179 if (!unsigned_imm_check(opr1, 12)) in apply_r_larch_sop_imm_field()235 if (!unsigned_imm_check(opr1, 32)) in apply_r_larch_sop_imm_field()
45 #define is_unsigned_imm12(val) unsigned_imm_check(val, 12)
520 static inline bool unsigned_imm_check(unsigned long val, unsigned int bit) in unsigned_imm_check() function