Home | History | Annotate | Download | only in s390x

Lines Matching refs:cc

23 #define D2L(insn, initial, type, round, cc)                             \
30 :"=d" (target), "=d" (cc) :"f"(source):"cc"); \
34 #define D2I(insn, initial, type, round, cc) \
41 :"=d" (target), "=d" (cc) :"f"(source):"cc"); \
86 #define DO_PRINT_D2L(insn, d, type, round, cc) \
90 printf(" -> %lu ", D2L(insn, d, type, round, cc)); \
91 printf("cc=%d\n", cc); \
96 int cc; \
99 DO_PRINT_D2L(insn, d, type, round, cc); \
101 DO_PRINT_D2L(insn, d, type, round, cc); \
103 DO_PRINT_D2L(insn, d, type, round, cc); \
105 DO_PRINT_D2L(insn, d, type, round, cc); \
107 DO_PRINT_D2L(insn, d, type, round, cc); \
109 DO_PRINT_D2L(insn, d, type, round, cc); \
111 DO_PRINT_D2L(insn, d, type, round, cc); \
113 DO_PRINT_D2L(insn, d, type, round, cc); \
115 DO_PRINT_D2L(insn, d, type, round, cc); \
117 DO_PRINT_D2L(insn, d, type, round, cc); \
119 DO_PRINT_D2L(insn, d, type, round, cc); \
121 DO_PRINT_D2L(insn, d, type, round, cc); \
123 DO_PRINT_D2L(insn, d, type, round, cc); \
125 DO_PRINT_D2L(insn, d, type, round, cc); \
127 DO_PRINT_D2L(insn, d, type, round, cc); \
129 DO_PRINT_D2L(insn, d, type, round, cc); \
131 DO_PRINT_D2L(insn, d, type, round, cc); \
134 #define DO_PRINT_D2I(insn, d, type, round, cc) \
138 printf(" -> %d ", D2I(insn, d, type, round, cc)); \
139 printf("cc=%d\n", cc); \
144 int cc; \
147 DO_PRINT_D2I(insn, d, type, round, cc); \
149 DO_PRINT_D2I(insn, d, type, round, cc); \
151 DO_PRINT_D2I(insn, d, type, round, cc); \
153 DO_PRINT_D2I(insn, d, type, round, cc); \
155 DO_PRINT_D2I(insn, d, type, round, cc); \
157 DO_PRINT_D2I(insn, d, type, round, cc); \
159 DO_PRINT_D2I(insn, d, type, round, cc); \
161 DO_PRINT_D2I(insn, d, type, round, cc); \
163 DO_PRINT_D2I(insn, d, type, round, cc); \
165 DO_PRINT_D2I(insn, d, type, round, cc); \
167 DO_PRINT_D2I(insn, d, type, round, cc); \
169 DO_PRINT_D2I(insn, d, type, round, cc); \
171 DO_PRINT_D2I(insn, d, type, round, cc); \
173 DO_PRINT_D2I(insn, d, type, round, cc); \
175 DO_PRINT_D2I(insn, d, type, round, cc); \
177 DO_PRINT_D2I(insn, d, type, round, cc); \
179 DO_PRINT_D2I(insn, d, type, round, cc); \