Home
last modified time | relevance | path

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

/Linux-v4.19/arch/riscv/include/asm/
Dasm.h18 #define __ASM_STR(x) x macro
20 #define __ASM_STR(x) #x macro
24 #define __REG_SEL(a, b) __ASM_STR(a)
26 #define __REG_SEL(a, b) __ASM_STR(b)
61 #define RISCV_INT __ASM_STR(.word)
62 #define RISCV_SZINT __ASM_STR(4)
63 #define RISCV_LGINT __ASM_STR(2)
69 #define RISCV_SHORT __ASM_STR(.half)
70 #define RISCV_SZSHORT __ASM_STR(2)
71 #define RISCV_LGSHORT __ASM_STR(1)