Searched refs:stringify_in_c (Results 1 – 8 of 8) sorted by relevance
/arch/powerpc/include/asm/ |
D | asm-compat.h | 8 # define stringify_in_c(...) __VA_ARGS__ 13 # define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " " macro 22 #define PPC_LL stringify_in_c(ld) 23 #define PPC_STL stringify_in_c(std) 24 #define PPC_STLU stringify_in_c(stdu) 25 #define PPC_LCMPI stringify_in_c(cmpdi) 26 #define PPC_LONG stringify_in_c(.llong) 27 #define PPC_LONG_ALIGN stringify_in_c(.balign 8) 28 #define PPC_TLNEI stringify_in_c(tdnei) 30 #define PPC_STLCX stringify_in_c(stdcx.) [all …]
|
D | ppc-opcode.h | 296 #define PPC_DCBAL(a, b) stringify_in_c(.long PPC_INST_DCBAL | \ 298 #define PPC_DCBZL(a, b) stringify_in_c(.long PPC_INST_DCBZL | \ 300 #define PPC_LDARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LDARX | \ 303 #define PPC_LOGMPP(b) stringify_in_c(.long PPC_INST_LOGMPP | \ 305 #define PPC_LWARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LWARX | \ 308 #define PPC_MSGSND(b) stringify_in_c(.long PPC_INST_MSGSND | \ 310 #define PPC_MSGSNDP(b) stringify_in_c(.long PPC_INST_MSGSNDP | \ 312 #define PPC_POPCNTB(a, s) stringify_in_c(.long PPC_INST_POPCNTB | \ 314 #define PPC_POPCNTD(a, s) stringify_in_c(.long PPC_INST_POPCNTD | \ 316 #define PPC_POPCNTW(a, s) stringify_in_c(.long PPC_INST_POPCNTW | \ [all …]
|
D | synch.h | 45 #define PPC_ACQUIRE_BARRIER "\n" stringify_in_c(__PPC_ACQUIRE_BARRIER) 46 #define PPC_RELEASE_BARRIER stringify_in_c(LWSYNC) "\n" 47 #define PPC_ATOMIC_ENTRY_BARRIER "\n" stringify_in_c(LWSYNC) "\n" 48 #define PPC_ATOMIC_EXIT_BARRIER "\n" stringify_in_c(sync) "\n"
|
D | feature-fixups.h | 150 stringify_in_c(BEGIN_FTR_SECTION) \ 152 stringify_in_c(FTR_SECTION_ELSE) \ 154 stringify_in_c(ALT_FTR_SECTION_END((msk), (val))) 163 stringify_in_c(BEGIN_MMU_FTR_SECTION) \ 165 stringify_in_c(MMU_FTR_SECTION_ELSE) \ 167 stringify_in_c(ALT_MMU_FTR_SECTION_END((msk), (val)))
|
D | barrier.h | 48 #define __lwsync() __asm__ __volatile__ (stringify_in_c(LWSYNC) : : :"memory") 52 #define smp_wmb() __asm__ __volatile__ (stringify_in_c(SMPWMB) : : :"memory")
|
D | jump_label.h | 18 #define JUMP_ENTRY_TYPE stringify_in_c(FTR_ENTRY_LONG)
|
D | bitops.h | 66 stringify_in_c(op) "%0,%0,%2\n" \ 112 stringify_in_c(op) "%1,%0,%2\n" \
|
/arch/microblaze/include/asm/ |
D | asm-compat.h | 7 # define stringify_in_c(...) __VA_ARGS__ 12 # define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " " macro
|