Searched refs:cpu_post_makecr (Results 1 – 11 of 11) sorted by relevance
25 extern ulong cpu_post_makecr (long v);88 (cr & 0xe0000000) == cpu_post_makecr (res) ? 0 : -1; in cpu_post_test_andi()
25 extern ulong cpu_post_makecr (long v);120 (cr & 0xe0000000) == cpu_post_makecr (res) ? 0 : -1; in cpu_post_test_srawi()
28 extern ulong cpu_post_makecr (long v);140 (cr & 0xe0000000) == cpu_post_makecr (res) ? 0 : -1; in cpu_post_test_two()
28 extern ulong cpu_post_makecr (long v);140 (cr & 0xe0000000) == cpu_post_makecr (res) ? 0 : -1; in cpu_post_test_twox()
25 extern ulong cpu_post_makecr (long v);119 (cr & 0xe0000000) == cpu_post_makecr (res) ? 0 : -1; in cpu_post_test_rlwinm()
26 extern ulong cpu_post_makecr (long v);129 (cr & 0xe0000000) == cpu_post_makecr (res) ? 0 : -1; in cpu_post_test_rlwnm()
29 extern ulong cpu_post_makecr (long v);193 (cr & 0xe0000000) == cpu_post_makecr (res) ? 0 : -1; in cpu_post_test_threex()
26 extern ulong cpu_post_makecr (long v);126 (cr & 0xe0000000) == cpu_post_makecr (res) ? 0 : -1; in cpu_post_test_rlwimi()
29 extern ulong cpu_post_makecr (long v);223 (cr & 0xe0000000) == cpu_post_makecr (res) ? 0 : -1; in cpu_post_test_three()
45 ulong cpu_post_makecr (long v) in cpu_post_makecr() function
27 extern ulong cpu_post_makecr (long v);
Completed in 9 milliseconds