Home
last modified time | relevance | path

Searched refs:func7 (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/arch/riscv/include/asm/
Dinsn-def.h19 .macro insn_r, opcode, func3, func7, rd, rs1, rs2
20 .insn r \opcode, \func3, \func7, \rd, \rs1, \rs2
27 .macro insn_r, opcode, func3, func7, rd, rs1, rs2
30 (\func7 << INSN_R_FUNC7_SHIFT) | \
44 #define __INSN_R(opcode, func3, func7, rd, rs1, rs2) \
45 ".insn r " opcode ", " func3 ", " func7 ", " rd ", " rs1 ", " rs2 "\n"
66 #define __INSN_R(opcode, func3, func7, rd, rs1, rs2) \
68 "insn_r " opcode ", " func3 ", " func7 ", " rd ", " rs1 ", " rs2 "\n" \
75 #define INSN_R(opcode, func3, func7, rd, rs1, rs2) \ argument
76 __INSN_R(RV_##opcode, RV_##func3, RV_##func7, \