Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/net/
H A Dbpf_jit_comp32.c587 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 Dbpf_jit_comp64.c274 emit(rv_bne(rd, rs, rvoff >> 1), ctx); in emit_bcc()
557 emit(rv_bne(RV_REG_T2, r0, jmp_offset >> 1), ctx); in emit_atomic()
561 emit(rv_bne(RV_REG_T3, 0, jmp_offset >> 1), ctx); in emit_atomic()
972 insn = rv_bne(RV_REG_T1, RV_REG_ZERO, offset >> 1); in __arch_prepare_bpf_trampoline()
H A Dbpf_jit.h472 static inline u32 rv_bne(u8 rs1, u8 rs2, u16 imm12_1) in rv_bne() function