Home
last modified time | relevance | path

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

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