Searched defs:func3 (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/riscv/include/asm/ |
| H A D | insn-def.h | 84 #define __INSN_R(opcode, func3, func7, rd, rs1, rs2) \ argument 87 #define __INSN_I(opcode, func3, rd, rs1, simm12) \ argument 90 #define __INSN_S(opcode, func3, rs2, simm12, rs1) \ argument 139 #define __INSN_R(opcode, func3, func7, rd, rs1, rs2) \ argument 144 #define __INSN_I(opcode, func3, rd, rs1, simm12) \ argument 149 #define __INSN_S(opcode, func3, rs2, simm12, rs1) \ argument 158 #define INSN_R(opcode, func3, func7, rd, rs1, rs2) \ argument 162 #define INSN_I(opcode, func3, rd, rs1, simm12) \ argument 166 #define INSN_S(opcode, func3, rs2, simm12, rs1) \ argument
|