Searched refs:rv_jal (Results 1 – 3 of 3) sorted by relevance
/linux/arch/riscv/net/ |
H A 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()
|
H A D | bpf_jit_comp64.c | 340 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 D | bpf_jit.h | 469 static inline u32 rv_jal(u8 rd, u32 imm20_1) in rv_jal() function
|