Searched refs:func7 (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/riscv/include/asm/ |
D | insn-def.h | 25 .macro insn_r, opcode, func3, func7, rd, rs1, rs2 26 .insn r \opcode, \func3, \func7, \rd, \rs1, \rs2 37 .macro insn_r, opcode, func3, func7, rd, rs1, rs2 40 (\func7 << INSN_R_FUNC7_SHIFT) | \ 63 #define __INSN_R(opcode, func3, func7, rd, rs1, rs2) \ argument 64 ".insn r " opcode ", " func3 ", " func7 ", " rd ", " rs1 ", " rs2 "\n" 101 #define __INSN_R(opcode, func3, func7, rd, rs1, rs2) \ argument 103 "insn_r " opcode ", " func3 ", " func7 ", " rd ", " rs1 ", " rs2 "\n" \ 115 #define INSN_R(opcode, func3, func7, rd, rs1, rs2) \ argument 116 __INSN_R(RV_##opcode, RV_##func3, RV_##func7, \
|