Home
last modified time | relevance | path

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

/Linux-v5.4/arch/riscv/net/
Dbpf_jit_comp.c13 RV_REG_ZERO = 0, /* The constant value 0 */ enumerator
529 emit(rv_addi(rd, RV_REG_ZERO, lower), ctx); in emit_imm()
600 emit(rv_jalr(RV_REG_ZERO, reg, 0), ctx); in __build_epilogue()
641 emit(rv_blt(RV_REG_T1, RV_REG_ZERO, off >> 1), ctx); in emit_bpf_tail_call()
656 emit(rv_beq(RV_REG_T2, RV_REG_ZERO, off >> 1), ctx); in emit_bpf_tail_call()
827 emit(is64 ? rv_sub(rd, RV_REG_ZERO, rd) : in emit_insn()
828 rv_subw(rd, RV_REG_ZERO, rd), ctx); in emit_insn()
843 emit(rv_addi(RV_REG_T2, RV_REG_ZERO, 0), ctx); in emit_insn()
1010 emit(rv_jal(RV_REG_ZERO, rvoff >> 1), ctx); in emit_insn()
1101 emit(rv_bne(RV_REG_T1, RV_REG_ZERO, rvoff >> 1), ctx); in emit_insn()
[all …]