Home
last modified time | relevance | path

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

/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c1689 emit(rv_lh(rd, off, rs), ctx); in bpf_jit_emit_insn()
1700 emit(rv_lh(rd, 0, RV_REG_T1), ctx); in bpf_jit_emit_insn()
H A Dbpf_jit.h534 static inline u32 rv_lh(u8 rd, u16 imm11_0, u8 rs1) in rv_lh() function