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