Home
last modified time | relevance | path

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

/linux-5.19.10/arch/riscv/net/
Dbpf_jit.h493 static inline u32 rv_bge(u8 rs1, u8 rs2, u16 imm12_1) in rv_bge() function
500 return rv_bge(rs2, rs1, imm12_1); in rv_ble()
Dbpf_jit_comp64.c255 emit(rv_bge(rd, rs, rvoff >> 1), ctx); in emit_bcc()
258 emit(rv_bge(rs, rd, rvoff >> 1), ctx); in emit_bcc()
Dbpf_jit_comp32.c702 emit(rv_bge(rd, rs, off), ctx); in emit_bcc()