Lines Matching +full:- +full:12 +full:v
1 /* SPDX-License-Identifier: GPL-2.0-only */
11 #define INSN_R_FUNC3_SHIFT 12
17 #define INSN_I_FUNC3_SHIFT 12
24 #define INSN_S_FUNC3_SHIFT 12
46 #include <asm/gpr-num.h>
96 #include <asm/gpr-num.h>
170 #define RV_OPCODE(v) __ASM_STR(v) argument
171 #define RV_FUNC3(v) __ASM_STR(v) argument
172 #define RV_FUNC7(v) __ASM_STR(v) argument
173 #define RV_SIMM12(v) __ASM_STR(v) argument
174 #define RV_RD(v) __ASM_STR(v) argument
175 #define RV_RS1(v) __ASM_STR(v) argument
176 #define RV_RS2(v) __ASM_STR(v) argument
177 #define __RV_REG(v) __ASM_STR(x ## v) argument
178 #define RV___RD(v) __RV_REG(v) argument
179 #define RV___RS1(v) __RV_REG(v) argument
180 #define RV___RS2(v) __RV_REG(v) argument
208 __ASM_STR(.error "hlv.d requires 64-bit support")
216 INSN_R(OPCODE_SYSTEM, FUNC3(0), FUNC7(12), \
220 INSN_R(OPCODE_SYSTEM, FUNC3(0), FUNC7(12), \