Home
last modified time | relevance | path

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

/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c1691 emit(rv_lhu(rd, off, rs), ctx); in bpf_jit_emit_insn()
1702 emit(rv_lhu(rd, 0, RV_REG_T1), ctx); in bpf_jit_emit_insn()
H A Dbpf_jit.h549 static inline u32 rv_lhu(u8 rd, u16 imm11_0, u8 rs1) in rv_lhu() function
H A Dbpf_jit_comp32.c853 emit(rv_lhu(lo(rd), 0, RV_REG_T0), ctx); in emit_load_r64()