Searched refs:RV_REG_T2 (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/riscv/net/ |
| D | bpf_jit_comp.c | 20 RV_REG_T2 = 7, enumerator 647 emit(rv_slli(RV_REG_T2, RV_REG_A2, 3), ctx); in emit_bpf_tail_call() 648 emit(rv_add(RV_REG_T2, RV_REG_T2, RV_REG_A1), ctx); in emit_bpf_tail_call() 652 emit(rv_ld(RV_REG_T2, off, RV_REG_T2), ctx); in emit_bpf_tail_call() 656 emit(rv_beq(RV_REG_T2, RV_REG_ZERO, off >> 1), ctx); in emit_bpf_tail_call() 662 emit(rv_ld(RV_REG_T3, off, RV_REG_T2), ctx); in emit_bpf_tail_call() 699 emit(rv_addi(RV_REG_T2, *rd, 0), ctx); in emit_zext_32_rd_rs() 700 emit_zext_32(RV_REG_T2, ctx); in emit_zext_32_rd_rs() 703 *rd = RV_REG_T2; in emit_zext_32_rd_rs() 709 emit(rv_addiw(RV_REG_T2, *rd, 0), ctx); in emit_sext_32_rd_rs() [all …]
|