Home
last modified time | relevance | path

Searched refs:rv_bleu (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/riscv/net/
Dbpf_jit_comp32.c593 emit(rv_bleu(lo(rs1), lo(rs2), NO_JUMP(0)), ctx); in emit_branch_r64()
617 emit(rv_bleu(lo(rs1), lo(rs2), NO_JUMP(0)), ctx); in emit_branch_r64()
690 emit(rv_bleu(rd, rs, off), ctx); in emit_bcc()
Dbpf_jit.h478 static inline u32 rv_bleu(u8 rs1, u8 rs2, u16 imm12_1) in rv_bleu() function