Searched refs:low_sign_unext (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/arch/parisc/net/ |
H A D | bpf_jit.h | 213 hppa_t10_insn(0x03, b, low_sign_unext(im5,5), 0, 1<<2, 3<<1, target) 217 hppa_t10_insn(0x03, b, src, 0, 1<<2, 0xB<<1, low_sign_unext(im5,5)) 348 static inline unsigned low_sign_unext(unsigned x, unsigned len) in low_sign_unext() function 431 return ((opcode << 26) | (r << 21) | (t << 16) | low_sign_unext(im11, 11)); in hppa_t7_insn() 445 // ra = low_sign_unext(w,11) | (w & (1<<10) in hppa_t11_insn()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | module.c | 143 static inline int low_sign_unext(int x, int len) in low_sign_unext() function 483 stub->insns[0] |= low_sign_unext(d, 5) << 16; in get_stub()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | module.c | 124 static inline int low_sign_unext(int x, int len) in low_sign_unext() function 466 stub->insns[0] |= low_sign_unext(d, 5) << 16; in get_stub()
|
Completed in 4 milliseconds