Searched refs:hppa64_std_im16 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit_comp64.c | 59 #define EXIT_PTR_STORE(reg) hppa64_std_im16(reg, -FRAME_SIZE, HPPA_REG_SP) 587 emit(hppa64_std_im16(rs, off, dstreg), ctx); in emit_store() 1153 emit(hppa64_std_im16(HPPA_REG_RP, -2*REG_SIZE, HPPA_REG_SP), ctx); in bpf_jit_build_prologue() 1159 emit(hppa64_std_im16(HPPA_R(i), -REG_SIZE * i, HPPA_REG_SP), ctx); in bpf_jit_build_prologue()
|
H A D | bpf_jit.h | 218 #define hppa64_std_im16(src, im16, b) \ macro
|