Searched refs:rv_bne (Results 1 – 3 of 3) sorted by relevance
/linux/arch/riscv/net/ |
H A 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()
|
H A D | bpf_jit_comp64.c | 300 emit(rv_bne(rd, rs, rvoff >> 1), ctx); in emit_bcc() 552 emit(rv_bne(RV_REG_T2, r0, jmp_offset >> 1), ctx); in emit_atomic() 556 emit(rv_bne(RV_REG_T3, 0, jmp_offset >> 1), ctx); in emit_atomic() 1000 insn = rv_bne(RV_REG_T1, RV_REG_ZERO, offset >> 1); in __arch_prepare_bpf_trampoline()
|
H A D | bpf_jit.h | 484 static inline u32 rv_bne(u8 rs1, u8 rs2, u16 imm12_1) in rv_bne() function
|