| /Linux-v5.4/arch/riscv/net/ | 
| D | bpf_jit_comp.c | 162 static u32 rv_r_insn(u8 funct7, u8 rs2, u8 rs1, u8 funct3, u8 rd, u8 opcode)  in rv_r_insn()174 static u32 rv_s_insn(u16 imm11_0, u8 rs2, u8 rs1, u8 funct3, u8 opcode)  in rv_s_insn()
 182 static u32 rv_sb_insn(u16 imm12_1, u8 rs2, u8 rs1, u8 funct3, u8 opcode)  in rv_sb_insn()
 206 static u32 rv_amo_insn(u8 funct5, u8 aq, u8 rl, u8 rs2, u8 rs1,  in rv_amo_insn()
 224 static u32 rv_addw(u8 rd, u8 rs1, u8 rs2)  in rv_addw()
 229 static u32 rv_add(u8 rd, u8 rs1, u8 rs2)  in rv_add()
 234 static u32 rv_subw(u8 rd, u8 rs1, u8 rs2)  in rv_subw()
 239 static u32 rv_sub(u8 rd, u8 rs1, u8 rs2)  in rv_sub()
 244 static u32 rv_and(u8 rd, u8 rs1, u8 rs2)  in rv_and()
 249 static u32 rv_or(u8 rd, u8 rs1, u8 rs2)  in rv_or()
 [all …]
 
 | 
| /Linux-v5.4/arch/sparc/kernel/ | 
| D | visemul.c | 140 static inline void maybe_flush_windows(unsigned int rs1, unsigned int rs2,  in maybe_flush_windows()296 	unsigned long orig_rs1, rs1, orig_rs2, rs2, rd_val;  in edge()  local
 374 	unsigned long rs1, rs2, rd_val;  in array()  local
 408 	unsigned long rs1, rs2, rd_val, gsr;  in bmask()  local
 425 	unsigned long rs1, rs2, rd_val;  in bshuffle()  local
 451 	unsigned long rs1, rs2, *rd, rd_val;  in pdist()  local
 480 	unsigned long rs1, rs2, gsr, scale, rd_val;  in pformat()  local
 592 	unsigned long rs1, rs2, rd_val;  in pmul()  local
 708 	unsigned long rs1, rs2, rd_val, i;  in pcmp()  local
 
 | 
| D | unaligned_32.c | 71 static inline void maybe_flush_windows(unsigned int rs1, unsigned int rs2,  in maybe_flush_windows()139 	unsigned int rs2 = insn & 0x1f;  in compute_effective_address()  local
 155 	unsigned int rs2 = insn & 0x1f;  in safe_compute_effective_address()  local
 
 | 
| D | unaligned_64.c | 104 static inline void maybe_flush_windows(unsigned int rs1, unsigned int rs2,  in maybe_flush_windows()174 	unsigned int rs2 = insn & 0x1f;  in compute_effective_address()  local
 
 | 
| /Linux-v5.4/arch/sparc/math-emu/ | 
| D | math_32.c | 284 	argp rs1 = NULL, rs2 = NULL, rd = NULL;  in do_one_mathemu()  local
 | 
| D | math_64.c | 359 		argp rs1 = NULL, rs2 = NULL, rd = NULL;  in do_mathemu()  local
 | 
| /Linux-v5.4/arch/sparc/net/ | 
| D | bpf_jit_comp_64.c | 1260 		u32 opcode = 0, rs2;  in build_insn()  local1297 		u32 opcode = 0, rs2;  in build_insn()  local
 1338 		u32 opcode = 0, rs2;  in build_insn()  local
 
 |