Home
last modified time | relevance | path

Searched defs:rs2 (Results 1 – 10 of 10) sorted by relevance

/linux/arch/sparc/kernel/
H A Dvisemul.c140 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
H A Dunaligned_32.c72 static inline void maybe_flush_windows(unsigned int rs1, unsigned int rs2, in maybe_flush_windows()
140 unsigned int rs2 = insn & 0x1f; in compute_effective_address() local
156 unsigned int rs2 = insn & 0x1f; in safe_compute_effective_address() local
H A Dunaligned_64.c104 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/arch/riscv/include/asm/
H A Dinsn-def.h84 #define __INSN_R(opcode, func3, func7, rd, rs1, rs2) \ argument
90 #define __INSN_S(opcode, func3, rs2, simm12, rs1) \ argument
139 #define __INSN_R(opcode, func3, func7, rd, rs1, rs2) \ argument
149 #define __INSN_S(opcode, func3, rs2, simm12, rs1) \ argument
158 #define INSN_R(opcode, func3, func7, rd, rs1, rs2) \ argument
166 #define INSN_S(opcode, func3, rs2, simm12, rs1) \ argument
/linux/arch/riscv/net/
H A Dbpf_jit_comp32.c572 const s8 *rs2 = bpf_get_reg64(src2, tmp2, ctx); in emit_branch_r64() local
730 const s8 *rs2 = bpf_get_reg32(src2, tmp2, ctx); in emit_branch_r32() local
/linux/arch/sparc/math-emu/
H A Dmath_32.c284 argp rs1 = NULL, rs2 = NULL, rd = NULL; in do_one_mathemu() local
H A Dmath_64.c359 argp rs1 = NULL, rs2 = NULL, rd = NULL; in do_mathemu() local
/linux/arch/sparc/net/
H A Dbpf_jit_comp_64.c1260 u32 opcode = 0, rs2; in build_insn() local
1300 u32 opcode = 0, rs2; in build_insn() local
1341 u32 opcode = 0, rs2; in build_insn() local
/linux/arch/parisc/net/
H A Dbpf_jit_comp32.c707 const s8 *rs2 = bpf_get_reg64(src2, tmp2, ctx); in emit_branch_r64() local
874 const s8 *rs2 = bpf_get_reg32(src2, tmp2, ctx); in emit_branch_r32() local
/linux/arch/arc/net/
H A Dbpf_jit_arcv2.c1138 static u8 arc_or_r(u8 *buf, u8 rd, u8 rs1, u8 rs2) in arc_or_r()
1196 static u8 arc_asl_r(u8 *buf, u8 rd, u8 rs1, u8 rs2) in arc_asl_r()
1214 static u8 arc_asr_r(u8 *buf, u8 rd, u8 rs1, u8 rs2) in arc_asr_r()
1232 static u8 arc_lsr_r(u8 *buf, u8 rd, u8 rs1, u8 rs2) in arc_lsr_r()