Home
last modified time | relevance | path

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

/Linux-v5.4/arch/riscv/net/
Dbpf_jit_comp.c19 RV_REG_T1 = 6, enumerator
628 emit(rv_lwu(RV_REG_T1, off, RV_REG_A1), ctx); in emit_bpf_tail_call()
632 emit(rv_bgeu(RV_REG_A2, RV_REG_T1, off >> 1), ctx); in emit_bpf_tail_call()
637 emit(rv_addi(RV_REG_T1, tcc, -1), ctx); in emit_bpf_tail_call()
641 emit(rv_blt(RV_REG_T1, RV_REG_ZERO, off >> 1), ctx); in emit_bpf_tail_call()
664 emit(rv_addi(RV_REG_TCC, RV_REG_T1, 0), ctx); in emit_bpf_tail_call()
701 emit(rv_addi(RV_REG_T1, *rs, 0), ctx); in emit_zext_32_rd_rs()
702 emit_zext_32(RV_REG_T1, ctx); in emit_zext_32_rd_rs()
704 *rs = RV_REG_T1; in emit_zext_32_rd_rs()
710 emit(rv_addiw(RV_REG_T1, *rs, 0), ctx); in emit_sext_32_rd_rs()
[all …]