Searched refs:emit_jmp_r (Results 1 – 4 of 4) sorted by relevance
/linux/arch/mips/net/ |
H A D | bpf_jit_comp.h | 204 void emit_jmp_r(struct jit_context *ctx, u8 dst, u8 src, s32 off, u8 op);
|
H A D | bpf_jit_comp64.c | 925 emit_jmp_r(ctx, MIPS_R_T4, MIPS_R_T5, rel, jmp); in build_insn() 960 emit_jmp_r(ctx, MIPS_R_T4, MIPS_R_T5, rel, jmp); in build_insn() 990 emit_jmp_r(ctx, dst, src, rel, jmp); in build_insn() 1024 emit_jmp_r(ctx, dst, MIPS_R_T4, rel, jmp); in build_insn()
|
H A D | bpf_jit_comp.c | 758 void emit_jmp_r(struct jit_context *ctx, u8 dst, u8 src, s32 off, u8 op) in emit_jmp_r() function
|
H A D | bpf_jit_comp32.c | 1767 emit_jmp_r(ctx, lo(dst), lo(src), rel, jmp); in build_insn() 1801 emit_jmp_r(ctx, lo(dst), MIPS_R_T6, rel, jmp); in build_insn()
|