Lines Matching +full:0 +full:x1234
40 0x1234,
41 0x5678,
42 0x1234 | 0x5678
46 0x1234,
47 0x5678,
48 0x1234 | ~0x5678
52 0x1234,
53 0x5678,
54 0x1234 ^ 0x5678
58 0x1234,
59 0x5678,
60 ~(0x1234 & 0x5678)
64 0x1234,
65 0x5678,
66 ~(0x1234 | 0x5678)
70 0x1234,
71 0x5678,
72 ~(0x1234 ^ 0x5678)
76 0x80,
78 0x800000
82 0x80,
84 0
88 0x800000,
90 0x80
94 0x800000,
96 0
100 0x80000000,
102 0xf0000000
106 0x8000,
108 0x1000
115 int ret = 0; in cpu_post_test_threex()
119 for (i = 0; i < cpu_post_threex_size && ret == 0; i++) in cpu_post_test_threex()
123 for (reg = 0; reg < 32 && ret == 0; reg++) in cpu_post_test_threex()
125 unsigned int reg0 = (reg + 0) % 32; in cpu_post_test_threex()
137 ASM_STW(reg2, stk, 0), in cpu_post_test_threex()
142 ASM_LWZ(reg2, stk, 0), in cpu_post_test_threex()
158 ASM_STW(reg2, stk, 0), in cpu_post_test_threex()
163 ASM_LWZ(reg2, stk, 0), in cpu_post_test_threex()
174 if (ret == 0) in cpu_post_test_threex()
176 cr = 0; in cpu_post_test_threex()
179 ret = res == test->res && cr == 0 ? 0 : -1; in cpu_post_test_threex()
181 if (ret != 0) in cpu_post_test_threex()
187 if (ret == 0) in cpu_post_test_threex()
192 (cr & 0xe0000000) == cpu_post_makecr (res) ? 0 : -1; in cpu_post_test_threex()
194 if (ret != 0) in cpu_post_test_threex()