Home
last modified time | relevance | path

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

/arch/loongarch/net/
A Dbpf_jit.h45 #define is_signed_imm12(val) signed_imm_check(val, 12)
46 #define is_signed_imm14(val) signed_imm_check(val, 14)
47 #define is_signed_imm16(val) signed_imm_check(val, 16)
48 #define is_signed_imm26(val) signed_imm_check(val, 26)
49 #define is_signed_imm32(val) signed_imm_check(val, 32)
50 #define is_signed_imm52(val) signed_imm_check(val, 52)
/arch/loongarch/kernel/
A Dmodule.c186 if (!signed_imm_check(opr1, 12)) in apply_r_larch_sop_imm_field()
192 if (!signed_imm_check(opr1, 16)) in apply_r_larch_sop_imm_field()
201 if (!signed_imm_check(opr1, 18)) in apply_r_larch_sop_imm_field()
207 if (!signed_imm_check(opr1, 20)) in apply_r_larch_sop_imm_field()
216 if (!signed_imm_check(opr1, 23)) in apply_r_larch_sop_imm_field()
227 if (!signed_imm_check(opr1, 28)) in apply_r_larch_sop_imm_field()
300 if (!signed_imm_check(offset, 28)) { in apply_r_larch_b26()
/arch/loongarch/include/asm/
A Dinst.h518 static inline bool signed_imm_check(long val, unsigned int bit) in signed_imm_check() function

Completed in 10 milliseconds