Home
last modified time | relevance | path

Searched refs:unsigned_imm_check (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/arch/loongarch/kernel/
Dmodule.c178 if (!unsigned_imm_check(opr1, 12)) in apply_r_larch_sop_imm_field()
234 if (!unsigned_imm_check(opr1, 32)) in apply_r_larch_sop_imm_field()
/Linux-v6.6/arch/loongarch/net/
Dbpf_jit.h45 #define is_unsigned_imm12(val) unsigned_imm_check(val, 12)
/Linux-v6.6/arch/loongarch/include/asm/
Dinst.h500 static inline bool unsigned_imm_check(unsigned long val, unsigned int bit) in unsigned_imm_check() function