Lines Matching +full:0 +full:x0000ffff

43     0xaaaaaaaa,
44 0x55555555,
54 0xa0000000,
58 0x40000000,
72 0x01234567,
73 0,
75 0x01230567
78 0x01234567,
80 0,
81 0x71234567
97 0x0000ffff,
98 0,
100 0,
101 0x0000ffff
105 0x0000ffff,
108 0,
109 0x8000ffff
113 0x0000ffff,
114 0,
116 0,
117 0x0000ffff
121 0x0000ffff,
123 0,
124 0,
125 0x8000ffff
129 0x0000ffff,
130 0,
132 0,
133 0x8000ffff
137 0x0000ffff,
138 0,
140 0,
141 0x0000ffff
145 0x0000ffff,
146 0,
148 0,
149 0x0000ffff
153 0x0000ffff,
154 0,
155 0,
156 0,
157 0x8000ffff
161 0x0000ffff,
162 0,
163 0,
164 0,
165 0x0000ffff
169 0x0000ffff,
170 0,
172 0,
173 0x8000ffff
177 0x0000ffff,
178 0,
180 0,
181 0x8000ffff
185 0x0000ffff,
188 0,
189 0x0000ffff
193 0x0000ffff,
194 0,
196 0,
197 0x0000ffff
201 0x0000ffff,
202 0,
204 0,
205 0x8000ffff
209 0x0000ffff,
210 0,
211 0,
212 0,
213 0x8000ffff
217 0x0000ffff,
218 0,
220 0,
221 0x0000ffff
228 int ret = 0; in cpu_post_test_cr()
233 asm ( "mfcr %0" : "=r" (cr_sav) : ); in cpu_post_test_cr()
235 for (i = 0; i < cpu_post_cr_size1 && ret == 0; i++) in cpu_post_test_cr()
249 ret = res == cr ? 0 : -1; in cpu_post_test_cr()
251 if (ret != 0) in cpu_post_test_cr()
257 for (i = 0; i < cpu_post_cr_size2 && ret == 0; i++) in cpu_post_test_cr()
274 ret = xer == 0 && ((res << (4 * test->cr)) & 0xe0000000) == test->xer ? in cpu_post_test_cr()
275 0 : -1; in cpu_post_test_cr()
277 if (ret != 0) in cpu_post_test_cr()
283 for (i = 0; i < cpu_post_cr_size3 && ret == 0; i++) in cpu_post_test_cr()
298 ret = res == test->res ? 0 : -1; in cpu_post_test_cr()
300 if (ret != 0) in cpu_post_test_cr()
306 for (i = 0; i < cpu_post_cr_size4 && ret == 0; i++) in cpu_post_test_cr()
321 ret = res == test->res ? 0 : -1; in cpu_post_test_cr()
323 if (ret != 0) in cpu_post_test_cr()
329 asm ( "mtcr %0" : : "r" (cr_sav)); in cpu_post_test_cr()