Home
last modified time | relevance | path

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

/linux-6.1.9/arch/loongarch/kernel/
Dmodule.c174 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()
/linux-6.1.9/arch/loongarch/net/
Dbpf_jit.h43 #define is_unsigned_imm12(val) unsigned_imm_check(val, 12)
/linux-6.1.9/arch/loongarch/include/asm/
Dinst.h343 static inline bool unsigned_imm_check(unsigned long val, unsigned int bit) in unsigned_imm_check() function