Home
last modified time | relevance | path

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

/linux/arch/riscv/net/
H A Dbpf_jit_comp32.c233 emit(rv_jal(rd, rvoff >> 1), ctx); in emit_jump_and_link()
463 emit(rv_jal(RV_REG_ZERO, 16), ctx); in emit_alu_r64()
477 emit(rv_jal(RV_REG_ZERO, 16), ctx); in emit_alu_r64()
491 emit(rv_jal(RV_REG_ZERO, 16), ctx); in emit_alu_r64()
H A Dbpf_jit_comp64.c340 emit(rv_jal(RV_REG_ZERO, rvoff >> 1), ctx); in emit_branch()
433 emit(rv_jal(rd, rvoff >> 1), ctx); in emit_jump_and_link()
H A Dbpf_jit.h469 static inline u32 rv_jal(u8 rd, u32 imm20_1) in rv_jal() function