Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core_AArch64/Include/
Dcmsis_gcc.h49 #ifndef __STRINGIFY
50 #define __STRINGIFY(x) #x macro
55 __asm volatile ("msr "__STRINGIFY(sysreg)", %0\n" : : "r"((uint64_t)(val)))
60 __asm volatile ("mrs %0, "__STRINGIFY(sysreg)"\n" : "=r"((*pVal)))
125 "hvc #" __STRINGIFY(imm) "\n\t" \
Dcache_armv8a.h32 __asm__ volatile ("dc " __STRINGIFY(op) ", %0" \