Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dasm.h10 #define __ASM_STR(x) x
12 #define __ASM_STR(x) #x macro
22 #define __REG_SEL(a, b) __ASM_STR(a)
24 #define __REG_SEL(a, b) __ASM_STR(b)
63 #define RISCV_INT __ASM_STR(.word)
64 #define RISCV_SZINT __ASM_STR(4)
65 #define RISCV_LGINT __ASM_STR(2)
71 #define RISCV_SHORT __ASM_STR(.half)
72 #define RISCV_SZSHORT __ASM_STR(2)
73 #define RISCV_LGSHORT __ASM_STR(1)
H A Dinsn-def.h170 #define RV_OPCODE(v) __ASM_STR(v)
171 #define RV_FUNC3(v) __ASM_STR(v)
172 #define RV_FUNC7(v) __ASM_STR(v)
173 #define RV_SIMM12(v) __ASM_STR(v)
174 #define RV_RD(v) __ASM_STR(v)
175 #define RV_RS1(v) __ASM_STR(v)
176 #define RV_RS2(v) __ASM_STR(v)
177 #define __RV_REG(v) __ASM_STR(x ## v)
209 __ASM_STR(.error "hlv.d requires 64-bit support")
278 __ASM_STR(.error "ld.aq requires 64-bit support")
[all …]