Lines Matching refs:res
38 extern void cpu_post_exec_11 (ulong *code, ulong *res, ulong op1);
68 ulong res; member
92 ulong res; member
238 ulong res; in cpu_post_test_cr() local
247 cpu_post_exec_11 (code, &res, cr); in cpu_post_test_cr()
249 ret = res == cr ? 0 : -1; in cpu_post_test_cr()
260 ulong res; in cpu_post_test_cr() local
272 cpu_post_exec_21x (code, &res, &xer, test->xer); in cpu_post_test_cr()
274 ret = xer == 0 && ((res << (4 * test->cr)) & 0xe0000000) == test->xer ? in cpu_post_test_cr()
286 ulong res; in cpu_post_test_cr() local
296 cpu_post_exec_11 (code, &res, test->cr); in cpu_post_test_cr()
298 ret = res == test->res ? 0 : -1; in cpu_post_test_cr()
309 ulong res; in cpu_post_test_cr() local
319 cpu_post_exec_11 (code, &res, test->cr); in cpu_post_test_cr()
321 ret = res == test->res ? 0 : -1; in cpu_post_test_cr()