Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/riscv/net/
H A Dbpf_jit_comp64.c325 emit_slli(RV_REG_T2, RV_REG_A2, 3, ctx); in emit_bpf_tail_call()
326 emit_add(RV_REG_T2, RV_REG_T2, RV_REG_A1, ctx); in emit_bpf_tail_call()
330 emit_ld(RV_REG_T2, off, RV_REG_T2, ctx); in emit_bpf_tail_call()
332 emit_branch(BPF_JEQ, RV_REG_T2, RV_REG_ZERO, off, ctx); in emit_bpf_tail_call()
338 emit_ld(RV_REG_T3, off, RV_REG_T2, ctx); in emit_bpf_tail_call()
367 emit_mv(RV_REG_T2, *rd, ctx); in emit_zext_32_rd_rs()
368 emit_zext_32(RV_REG_T2, ctx); in emit_zext_32_rd_rs()
371 *rd = RV_REG_T2; in emit_zext_32_rd_rs()
377 emit_addiw(RV_REG_T2, *rd, 0, ctx); in emit_sext_32_rd_rs()
379 *rd = RV_REG_T2; in emit_sext_32_rd_rs()
[all …]
H A Dbpf_jit.h29 RV_REG_T2 = 7, enumerator
H A Dbpf_jit_comp32.c97 [TMP_REG_1] = {RV_REG_T3, RV_REG_T2},