Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dcopy-paste.h19 #define PPC_PASTE(a, b) stringify_in_c(.long PPC_INST_PASTE | \ macro
49 asm volatile(PPC_PASTE(%1, %2)";" in vas_paste()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dcopy-paste.h34 asm volatile(PPC_PASTE(%1, %2)";" in vas_paste()
/openbmc/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h610 #define PPC_PASTE(a, b) stringify_in_c(.long PPC_RAW_PASTE(a, b)) macro