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