Lines Matching +full:0 +full:x1234
41 0x1234,
42 0x5678,
43 0x1234 | 0x5678
47 0x1234,
48 0x5678,
49 0x1234 | ~0x5678
53 0x1234,
54 0x5678,
55 0x1234 ^ 0x5678
59 0x1234,
60 0x5678,
61 ~(0x1234 & 0x5678)
65 0x1234,
66 0x5678,
67 ~(0x1234 | 0x5678)
71 0x1234,
72 0x5678,
73 ~(0x1234 ^ 0x5678)
77 0x80,
79 0x800000
83 0x80,
85 0
89 0x800000,
91 0x80
95 0x800000,
97 0
101 0x80000000,
103 0xf0000000
107 0x8000,
109 0x1000
116 int ret = 0; in cpu_post_test_threex()
120 for (i = 0; i < cpu_post_threex_size && ret == 0; i++) in cpu_post_test_threex()
124 for (reg = 0; reg < 32 && ret == 0; reg++) in cpu_post_test_threex()
126 unsigned int reg0 = (reg + 0) % 32; in cpu_post_test_threex()
138 ASM_STW(reg2, stk, 0), in cpu_post_test_threex()
143 ASM_LWZ(reg2, stk, 0), in cpu_post_test_threex()
159 ASM_STW(reg2, stk, 0), in cpu_post_test_threex()
164 ASM_LWZ(reg2, stk, 0), in cpu_post_test_threex()
175 if (ret == 0) in cpu_post_test_threex()
177 cr = 0; in cpu_post_test_threex()
180 ret = res == test->res && cr == 0 ? 0 : -1; in cpu_post_test_threex()
182 if (ret != 0) in cpu_post_test_threex()
188 if (ret == 0) in cpu_post_test_threex()
193 (cr & 0xe0000000) == cpu_post_makecr (res) ? 0 : -1; in cpu_post_test_threex()
195 if (ret != 0) in cpu_post_test_threex()