Home
last modified time | relevance | path

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

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/include/
H A Dinstructions.h71 # define stringify_in_c(...) __VA_ARGS__
74 # define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " " macro
98 #define PREFIX_MLS(instr, t, a, r, d) stringify_in_c(.balign 64, , 4;) \
99 stringify_in_c(.long PPC_PREFIX_MLS | \
102 stringify_in_c(.long (instr) | \
107 #define PREFIX_8LS(instr, t, a, r, d) stringify_in_c(.balign 64, , 4;) \
108 stringify_in_c(.long PPC_PREFIX_8LS | \
111 stringify_in_c(.long (instr) | \
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/stringloops/asm/
H A Dppc-opcode.h12 # define stringify_in_c(...) __VA_ARGS__ macro
27 #define VCMPEQUD_RC(vrt, vra, vrb) stringify_in_c(.long PPC_INST_VCMPEQUD_RC | \
31 #define VCMPEQUB_RC(vrt, vra, vrb) stringify_in_c(.long PPC_INST_VCMPEQUB_RC | \
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dcopy-paste.h5 #define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " " macro
17 #define PPC_COPY(a, b) stringify_in_c(.long PPC_INST_COPY | \
19 #define PPC_PASTE(a, b) stringify_in_c(.long PPC_INST_PASTE | \
/aosp_15_r20/external/coreboot/src/arch/ppc64/
H A Dstages.c29 #define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " " in stage_entry() macro
31 #define PPC_SLBIA(IH) stringify_in_c(.long PPC_RAW_SLBIA(IH)) in stage_entry()