Home
last modified time | relevance | path

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

/linux/arch/riscv/net/
H A Dbpf_jit_comp32.c657 static int emit_bcc(u8 op, u8 rd, u8 rs, int rvoff, struct rv_jit_context *ctx) in emit_bcc() function
741 if (emit_bcc(op, lo(rs1), lo(rs2), rvoff, ctx)) in emit_branch_r32()
804 emit_bcc(BPF_JGE, lo(idx_reg), RV_REG_T1, off, ctx); in emit_bpf_tail_call()
812 emit_bcc(BPF_JSLT, RV_REG_TCC, RV_REG_ZERO, off, ctx); in emit_bpf_tail_call()
825 emit_bcc(BPF_JEQ, RV_REG_T0, RV_REG_ZERO, off, ctx); in emit_bpf_tail_call()
H A Dbpf_jit_comp64.c247 static void emit_bcc(u8 cond, u8 rd, u8 rs, int rvoff, in emit_bcc() function
289 emit_bcc(cond, rd, rs, rvoff, ctx); in emit_branch()
306 emit_bcc(cond, rd, rs, 8, ctx); in emit_branch()
317 emit_bcc(cond, rd, rs, 12, ctx); in emit_branch()
/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()