Searched refs:rv_jal (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/arch/riscv/net/ |
D | bpf_jit_comp32.c | 233 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()
|
D | bpf_jit_comp64.c | 286 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()
|
D | bpf_jit.h | 444 static inline u32 rv_jal(u8 rd, u32 imm20_1) in rv_jal() function
|