Home
last modified time | relevance | path

Searched refs:tcc_reg (Results 1 – 1 of 1) sorted by relevance

/arch/mips/net/
Debpf_jit.c607 int tcc_reg; in emit_bpf_tail_call() local
624 tcc_reg = (ctx->flags & EBPF_TCC_IN_V1) ? MIPS_R_V1 : MIPS_R_S4; in emit_bpf_tail_call()
625 emit_instr(ctx, daddiu, MIPS_R_T5, tcc_reg, -1); in emit_bpf_tail_call()
627 emit_instr(ctx, bltz, tcc_reg, b_off); in emit_bpf_tail_call()