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 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 …]
/linux/tools/testing/selftests/riscv/cfi/
H A Dcfi_rv_test.h60 #define __ASM_STR(x) x
62 #define __ASM_STR(x) #x macro
68 __asm__ __volatile__ ("csrr %0, " __ASM_STR(csr) \
77 __asm__ __volatile__ ("csrw " __ASM_STR(csr) ", %0" \