Home
last modified time | relevance | path

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

/Linux-v5.4/arch/riscv/net/
Dbpf_jit_comp.c424 static u32 rv_sd(u8 rs1, u16 imm11_0, u8 rs2) in rv_sd() function
1348 emit(rv_sd(rd, off, RV_REG_T1), ctx); in emit_insn()
1354 emit(rv_sd(RV_REG_T2, 0, RV_REG_T1), ctx); in emit_insn()
1390 emit(rv_sd(rd, off, rs), ctx); in emit_insn()
1396 emit(rv_sd(RV_REG_T1, 0, rs), ctx); in emit_insn()
1459 emit(rv_sd(RV_REG_SP, store_offset, RV_REG_RA), ctx); in build_prologue()
1462 emit(rv_sd(RV_REG_SP, store_offset, RV_REG_FP), ctx); in build_prologue()
1465 emit(rv_sd(RV_REG_SP, store_offset, RV_REG_S1), ctx); in build_prologue()
1469 emit(rv_sd(RV_REG_SP, store_offset, RV_REG_S2), ctx); in build_prologue()
1473 emit(rv_sd(RV_REG_SP, store_offset, RV_REG_S3), ctx); in build_prologue()
[all …]