Home
last modified time | relevance | path

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

/Linux-v6.1/arch/riscv/net/
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()
Dbpf_jit_comp64.c286 emit(rv_jal(RV_REG_ZERO, rvoff >> 1), ctx); in emit_branch()
418 emit(rv_jal(rd, rvoff >> 1), ctx); in emit_jump_and_link()
Dbpf_jit.h444 static inline u32 rv_jal(u8 rd, u32 imm20_1) in rv_jal() function