Searched refs:emit_bcc (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/arch/riscv/net/ |
D | bpf_jit_comp32.c | 652 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()
|
D | bpf_jit_comp64.c | 254 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()
|
/Linux-v6.6/arch/parisc/net/ |
D | bpf_jit_comp32.c | 789 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()
|