Searched refs:low_sign_unext (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/parisc/net/ |
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()
|
/linux-6.12.1/arch/parisc/kernel/ |
D | module.c | 123 static inline int low_sign_unext(int x, int len) in low_sign_unext() function 454 stub->insns[0] |= low_sign_unext(d, 5) << 16; in get_stub()
|