Searched refs:rv_cs_insn (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/riscv/net/ |
| H A D | bpf_jit.h | 309 static inline u16 rv_cs_insn(u8 funct3, u32 imm_hi, u8 rs1, u32 imm_lo, u8 rs2, in rv_cs_insn() function 563 return rv_cs_insn(0x6, imm_hi, rs1, imm_lo, rs2, 0x0); in rvc_sw() 772 return rv_cs_insn(0x7, imm_hi, rs1, imm_lo, rs2, 0x0); in rvc_sd()
|