Home
last modified time | relevance | path

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

/Linux-v5.10/arch/riscv/net/
Dbpf_jit_comp64.c210 static void emit_bcc(u8 cond, u8 rd, u8 rs, int rvoff, in emit_bcc() function
252 emit_bcc(cond, rd, rs, rvoff, ctx); in emit_branch()
269 emit_bcc(cond, rd, rs, 8, ctx); in emit_branch()
280 emit_bcc(cond, rd, rs, 12, ctx); in emit_branch()
Dbpf_jit_comp32.c652 static int emit_bcc(u8 op, u8 rd, u8 rs, int rvoff, struct rv_jit_context *ctx) in emit_bcc() function
736 if (emit_bcc(op, lo(rs1), lo(rs2), rvoff, ctx)) in emit_branch_r32()
799 emit_bcc(BPF_JGE, lo(idx_reg), RV_REG_T1, off, ctx); in emit_bpf_tail_call()
808 emit_bcc(BPF_JSLT, RV_REG_TCC, RV_REG_ZERO, off, ctx); in emit_bpf_tail_call()
822 emit_bcc(BPF_JEQ, RV_REG_T0, RV_REG_ZERO, off, ctx); in emit_bpf_tail_call()