Searched refs:RV_EXTRACT_FUNCT3 (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/riscv/kernel/probes/ | ||
| H A D | simulate-insn.c | 129 switch (RV_EXTRACT_FUNCT3(opcode)) { in simulate_branch() |
| /linux/arch/riscv/include/asm/ | ||
| H A D | insn.h | 457 #define RV_EXTRACT_FUNCT3(x) \ macro |