Searched refs:emit_jmp_i (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/mips/net/ |
H A D | bpf_jit_comp.h | 201 void emit_jmp_i(struct jit_context *ctx, u8 dst, s32 imm, s32 off, u8 op);
|
H A D | bpf_jit_comp64.c | 956 emit_jmp_i(ctx, MIPS_R_T4, imm, rel, jmp); in build_insn() 1020 emit_jmp_i(ctx, dst, imm, rel, jmp); in build_insn()
|
H A D | bpf_jit_comp.c | 698 void emit_jmp_i(struct jit_context *ctx, u8 dst, s32 imm, s32 off, u8 op) in emit_jmp_i() function
|
H A D | bpf_jit_comp32.c | 1797 emit_jmp_i(ctx, lo(dst), imm, rel, jmp); in build_insn()
|