Home
last modified time | relevance | path

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

/tools/testing/selftests/powerpc/stringloops/asm/
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 | \
/tools/testing/selftests/powerpc/nx-gzip/include/
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 | \
/tools/testing/selftests/powerpc/include/
A Dinstructions.h71 # define stringify_in_c(...) __VA_ARGS__ macro
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) | \

Completed in 8 milliseconds