Searched refs:emit_jalr (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/mips/net/ |
| H A D | bpf_jit.c | 510 static inline void emit_jalr(unsigned int link, unsigned int reg, in emit_jalr() function 727 emit_jalr(MIPS_R_RA, r_s0, ctx); in build_body() 783 emit_jalr(MIPS_R_RA, r_s0, ctx); in build_body()
|
| /OK3568_Linux_fs/kernel/arch/riscv/net/ |
| H A D | bpf_jit.h | 805 static inline void emit_jalr(u8 rd, u8 rs, s32 imm, struct rv_jit_context *ctx) in emit_jalr() function
|
| H A D | bpf_jit_comp64.c | 205 emit_jalr(RV_REG_ZERO, is_tail_call ? RV_REG_T3 : RV_REG_RA, in __build_epilogue()
|