Searched refs:signed_imm_check (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/arch/loongarch/net/ |
H A D | bpf_jit.h | 39 #define is_signed_imm12(val) signed_imm_check(val, 12) 40 #define is_signed_imm14(val) signed_imm_check(val, 14) 41 #define is_signed_imm16(val) signed_imm_check(val, 16) 42 #define is_signed_imm26(val) signed_imm_check(val, 26) 43 #define is_signed_imm32(val) signed_imm_check(val, 32) 44 #define is_signed_imm52(val) signed_imm_check(val, 52)
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | module.c | 185 if (!signed_imm_check(opr1, 12)) in apply_r_larch_sop_imm_field() 191 if (!signed_imm_check(opr1, 16)) in apply_r_larch_sop_imm_field() 200 if (!signed_imm_check(opr1, 18)) in apply_r_larch_sop_imm_field() 206 if (!signed_imm_check(opr1, 20)) in apply_r_larch_sop_imm_field() 215 if (!signed_imm_check(opr1, 23)) in apply_r_larch_sop_imm_field() 226 if (!signed_imm_check(opr1, 28)) in apply_r_larch_sop_imm_field() 299 if (!signed_imm_check(offset, 28)) { in apply_r_larch_b26()
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | module.c | 25 static inline bool signed_imm_check(long val, unsigned int bit) in signed_imm_check() function 196 if (!signed_imm_check(opr1, 12)) in apply_r_larch_sop_imm_field() 202 if (!signed_imm_check(opr1, 16)) in apply_r_larch_sop_imm_field() 211 if (!signed_imm_check(opr1, 18)) in apply_r_larch_sop_imm_field() 217 if (!signed_imm_check(opr1, 20)) in apply_r_larch_sop_imm_field() 226 if (!signed_imm_check(opr1, 23)) in apply_r_larch_sop_imm_field() 237 if (!signed_imm_check(opr1, 28)) in apply_r_larch_sop_imm_field() 310 if (!signed_imm_check(offset, 28)) { in apply_r_larch_b26()
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | inst.h | 495 static inline bool signed_imm_check(long val, unsigned int bit) in signed_imm_check() function
|
Completed in 4 milliseconds