Home
last modified time | relevance | path

Searched refs:cpu_post_makecr (Results 1 – 11 of 11) sorted by relevance

/external/u-boot/post/lib_powerpc/
Dandi.c24 extern ulong cpu_post_makecr (long v);
87 (cr & 0xe0000000) == cpu_post_makecr (res) ? 0 : -1; in cpu_post_test_andi()
Dtwo.c27 extern ulong cpu_post_makecr (long v);
139 (cr & 0xe0000000) == cpu_post_makecr (res) ? 0 : -1; in cpu_post_test_two()
Dtwox.c27 extern ulong cpu_post_makecr (long v);
139 (cr & 0xe0000000) == cpu_post_makecr (res) ? 0 : -1; in cpu_post_test_twox()
Dsrawi.c24 extern ulong cpu_post_makecr (long v);
119 (cr & 0xe0000000) == cpu_post_makecr (res) ? 0 : -1; in cpu_post_test_srawi()
Drlwinm.c24 extern ulong cpu_post_makecr (long v);
118 (cr & 0xe0000000) == cpu_post_makecr (res) ? 0 : -1; in cpu_post_test_rlwinm()
Drlwnm.c25 extern ulong cpu_post_makecr (long v);
128 (cr & 0xe0000000) == cpu_post_makecr (res) ? 0 : -1; in cpu_post_test_rlwnm()
Drlwimi.c25 extern ulong cpu_post_makecr (long v);
125 (cr & 0xe0000000) == cpu_post_makecr (res) ? 0 : -1; in cpu_post_test_rlwimi()
Dthreex.c28 extern ulong cpu_post_makecr (long v);
192 (cr & 0xe0000000) == cpu_post_makecr (res) ? 0 : -1; in cpu_post_test_threex()
Dthree.c28 extern ulong cpu_post_makecr (long v);
222 (cr & 0xe0000000) == cpu_post_makecr (res) ? 0 : -1; in cpu_post_test_three()
Dcpu.c44 ulong cpu_post_makecr (long v) in cpu_post_makecr() function
Dthreei.c26 extern ulong cpu_post_makecr (long v);