Lines Matching refs:show_result

78 static void __init show_result(char *mnemonic, char *result)
102 show_result("ld", "PASS");
104 show_result("ld", "FAIL");
114 show_result("pld", "SKIP (!CPU_FTR_ARCH_31)");
125 show_result("pld", "PASS");
127 show_result("pld", "FAIL");
143 show_result("lwz", "PASS");
145 show_result("lwz", "FAIL");
155 show_result("plwz", "SKIP (!CPU_FTR_ARCH_31)");
167 show_result("plwz", "PASS");
169 show_result("plwz", "FAIL");
186 show_result("lwzx", "PASS");
188 show_result("lwzx", "FAIL");
204 show_result("std", "PASS");
206 show_result("std", "FAIL");
216 show_result("pstd", "SKIP (!CPU_FTR_ARCH_31)");
227 show_result("pstd", "PASS");
229 show_result("pstd", "FAIL");
258 show_result("ldarx / stdcx.", "FAIL (ldarx)");
280 show_result("ldarx / stdcx.", "PASS");
282 show_result("ldarx / stdcx.", "FAIL (stdcx.)");
311 show_result("lfsx", "PASS");
313 show_result("lfsx", "FAIL");
324 show_result("stfsx", "PASS");
326 show_result("stfsx", "FAIL");
340 show_result("pld", "SKIP (!CPU_FTR_ARCH_31)");
358 show_result("plfs", "PASS");
360 show_result("plfs", "FAIL");
371 show_result("pstfs", "PASS");
373 show_result("pstfs", "FAIL");
401 show_result("lfdx", "PASS");
403 show_result("lfdx", "FAIL");
414 show_result("stfdx", "PASS");
416 show_result("stfdx", "FAIL");
430 show_result("pld", "SKIP (!CPU_FTR_ARCH_31)");
448 show_result("plfd", "PASS");
450 show_result("plfd", "FAIL");
461 show_result("pstfd", "PASS");
463 show_result("pstfd", "FAIL");
468 show_result("lfsx", "SKIP (CONFIG_PPC_FPU is not set)");
469 show_result("stfsx", "SKIP (CONFIG_PPC_FPU is not set)");
474 show_result("plfs", "SKIP (CONFIG_PPC_FPU is not set)");
475 show_result("pstfs", "SKIP (CONFIG_PPC_FPU is not set)");
480 show_result("lfdx", "SKIP (CONFIG_PPC_FPU is not set)");
481 show_result("stfdx", "SKIP (CONFIG_PPC_FPU is not set)");
486 show_result("plfd", "SKIP (CONFIG_PPC_FPU is not set)");
487 show_result("pstfd", "SKIP (CONFIG_PPC_FPU is not set)");
519 show_result("lvx", "PASS");
521 show_result("lvx", "FAIL");
536 show_result("stvx", "PASS");
538 show_result("stvx", "FAIL");
543 show_result("lvx", "SKIP (CONFIG_ALTIVEC is not set)");
544 show_result("stvx", "SKIP (CONFIG_ALTIVEC is not set)");
576 show_result("lxvd2x", "PASS");
579 show_result("lxvd2x", "PASS (!CPU_FTR_VSX)");
581 show_result("lxvd2x", "FAIL");
598 show_result("stxvd2x", "PASS");
601 show_result("stxvd2x", "PASS (!CPU_FTR_VSX)");
603 show_result("stxvd2x", "FAIL");
609 show_result("lxvd2x", "SKIP (CONFIG_VSX is not set)");
610 show_result("stxvd2x", "SKIP (CONFIG_VSX is not set)");
626 show_result("lxvp", "SKIP (!CPU_FTR_ARCH_31)");
627 show_result("stxvp", "SKIP (!CPU_FTR_ARCH_31)");
654 show_result("lxvp", "PASS");
657 show_result("lxvp", "PASS (!CPU_FTR_VSX)");
659 show_result("lxvp", "FAIL");
685 show_result("stxvp", "PASS");
688 show_result("stxvp", "PASS (!CPU_FTR_VSX)");
690 show_result("stxvp", "FAIL");
696 show_result("lxvp", "SKIP (CONFIG_VSX is not set)");
697 show_result("stxvp", "SKIP (CONFIG_VSX is not set)");
713 show_result("lxvpx", "SKIP (!CPU_FTR_ARCH_31)");
714 show_result("stxvpx", "SKIP (!CPU_FTR_ARCH_31)");
742 show_result("lxvpx", "PASS");
745 show_result("lxvpx", "PASS (!CPU_FTR_VSX)");
747 show_result("lxvpx", "FAIL");
773 show_result("stxvpx", "PASS");
776 show_result("stxvpx", "PASS (!CPU_FTR_VSX)");
778 show_result("stxvpx", "FAIL");
784 show_result("lxvpx", "SKIP (CONFIG_VSX is not set)");
785 show_result("stxvpx", "SKIP (CONFIG_VSX is not set)");
802 show_result("plxvp", "SKIP (!CPU_FTR_ARCH_31)");
803 show_result("pstxvp", "SKIP (!CPU_FTR_ARCH_31)");
830 show_result("plxvp", "PASS");
833 show_result("plxvp", "PASS (!CPU_FTR_VSX)");
835 show_result("plxvp", "FAIL");
863 show_result("pstxvp", "PASS");
866 show_result("pstxvp", "PASS (!CPU_FTR_VSX)");
868 show_result("pstxvp", "FAIL");
874 show_result("plxvp", "SKIP (CONFIG_VSX is not set)");
875 show_result("pstxvp", "SKIP (CONFIG_VSX is not set)");
1665 show_result(test->mnemonic, "SKIP (!CPU_FTR)");