Lines Matching refs:jmp_offset
218 #define jmp_offset (out_offset - (cur_offset))
230 /* bgeu $a2, $t1, jmp_offset */
231 if (emit_tailcall_jmp(ctx, BPF_JGE, a2, t1, jmp_offset) < 0)
239 if (emit_tailcall_jmp(ctx, BPF_JSLT, REG_TCC, LOONGARCH_GPR_ZERO, jmp_offset) < 0)
250 /* beq $t2, $zero, jmp_offset */
251 if (emit_tailcall_jmp(ctx, BPF_JEQ, t2, LOONGARCH_GPR_ZERO, jmp_offset) < 0)
274 #undef jmp_offset
455 int ret, jmp_offset;
752 jmp_offset = bpf2la_offset(i, off, ctx);
762 if (emit_cond_jmp(ctx, cond, t1, t2, jmp_offset) < 0)
787 jmp_offset = bpf2la_offset(i, off, ctx);
803 if (emit_cond_jmp(ctx, cond, t2, tm, jmp_offset) < 0)
810 jmp_offset = bpf2la_offset(i, off, ctx);
813 if (emit_cond_jmp(ctx, cond, t1, LOONGARCH_GPR_ZERO, jmp_offset) < 0)
820 jmp_offset = bpf2la_offset(i, off, ctx);
824 if (emit_cond_jmp(ctx, cond, t1, LOONGARCH_GPR_ZERO, jmp_offset) < 0)
830 jmp_offset = bpf2la_offset(i, off, ctx);
831 if (emit_uncond_jmp(ctx, jmp_offset) < 0)
860 jmp_offset = epilogue_offset(ctx);
861 if (emit_uncond_jmp(ctx, jmp_offset) < 0)