Lines Matching refs:jmp_offset
230 #define jmp_offset (out_offset - (cur_offset))
242 /* bgeu $a2, $t1, jmp_offset */
243 emit_tailcall_jump(ctx, BPF_JGE, a2, tmp1, jmp_offset);
250 emit_tailcall_jump(ctx, BPF_JSLT, tcc, LOONGARCH_GPR_ZERO, jmp_offset);
261 /* beq $t2, $zero, jmp_offset */
262 emit_tailcall_jump(ctx, BPF_JEQ, tmp2, LOONGARCH_GPR_ZERO, jmp_offset);
281 #undef jmp_offset
296 int jmp_offset;
553 jmp_offset = bpf2la_offset(i, off, ctx);
554 emit_cond_jump(ctx, cond, dst, src, jmp_offset);
568 jmp_offset = bpf2la_offset(i, off, ctx);
570 emit_cond_jump(ctx, cond, dst, tmp, jmp_offset);
575 jmp_offset = bpf2la_offset(i, off, ctx);
577 emit_cond_jump(ctx, cond, tmp, LOONGARCH_GPR_ZERO, jmp_offset);
581 jmp_offset = bpf2la_offset(i, off, ctx);
584 emit_cond_jump(ctx, cond, tmp, LOONGARCH_GPR_ZERO, jmp_offset);
589 jmp_offset = bpf2la_offset(i, off, ctx);
590 emit_uncond_jump(ctx, jmp_offset, false);
623 jmp_offset = epilogue_offset(ctx);
624 emit_uncond_jump(ctx, jmp_offset, true);