Searched refs:__INSN_R (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/riscv/include/asm/ |
D | insn-def.h | 56 #define __INSN_R(...) insn_r __VA_ARGS__ 63 #define __INSN_R(opcode, func3, func7, rd, rs1, rs2) \ macro 101 #define __INSN_R(opcode, func3, func7, rd, rs1, rs2) \ macro 116 __INSN_R(RV_##opcode, RV_##func3, RV_##func7, \
|