Searched refs:rv_bne (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/arch/riscv/net/ |
D | bpf_jit_comp32.c | 587 emit(rv_bne(hi(rs1), hi(rs2), NO_JUMP(1)), ctx); in emit_branch_r64() 588 emit(rv_bne(lo(rs1), lo(rs2), NO_JUMP(0)), ctx); in emit_branch_r64() 611 emit(rv_bne(hi(rs1), hi(rs2), JUMP(1)), ctx); in emit_branch_r64() 636 emit(rv_bne(RV_REG_T0, RV_REG_ZERO, JUMP(2)), ctx); in emit_branch_r64() 693 emit(rv_bne(rd, rs, off), ctx); in emit_bcc()
|
D | bpf_jit_comp64.c | 246 emit(rv_bne(rd, rs, rvoff >> 1), ctx); in emit_bcc() 532 emit(rv_bne(RV_REG_T2, r0, jmp_offset >> 1), ctx); in emit_atomic() 536 emit(rv_bne(RV_REG_T3, 0, jmp_offset >> 1), ctx); in emit_atomic()
|
D | bpf_jit.h | 458 static inline u32 rv_bne(u8 rs1, u8 rs2, u16 imm12_1) in rv_bne() function
|