Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/net/
H A 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()
807 emit_bcc(BPF_JSLT, RV_REG_TCC, RV_REG_ZERO, off, ctx); in emit_bpf_tail_call()
821 emit_bcc(BPF_JEQ, RV_REG_T0, RV_REG_ZERO, off, ctx); in emit_bpf_tail_call()
H A Dbpf_jit_comp64.c254 static void emit_bcc(u8 cond, u8 rd, u8 rs, int rvoff, in emit_bcc() function
296 emit_bcc(cond, rd, rs, rvoff, ctx); in emit_branch()
313 emit_bcc(cond, rd, rs, 8, ctx); in emit_branch()
324 emit_bcc(cond, rd, rs, 12, ctx); in emit_branch()
/openbmc/linux/arch/parisc/net/
H A Dbpf_jit_comp32.c789 static int emit_bcc(u8 op, u8 rd, u8 rs, int paoff, struct hppa_jit_context *ctx) in emit_bcc() function
880 if (emit_bcc(op, lo(rs1), lo(rs2), paoff, ctx)) in emit_branch_r32()