Lines Matching refs:mnemonic
79 static void __init show_result(char *mnemonic, char *result) in show_result() argument
81 pr_info("%-14s : %s\n", mnemonic, result); in show_result()
84 static void __init show_result_with_descr(char *mnemonic, char *descr, in show_result_with_descr() argument
87 pr_info("%-14s : %-50s %s\n", mnemonic, descr, result); in show_result_with_descr()
634 char *mnemonic; member
651 .mnemonic = "nop",
663 .mnemonic = "add",
748 .mnemonic = "add.",
835 .mnemonic = "addc",
928 .mnemonic = "addc.",
1023 .mnemonic = "divde",
1053 .mnemonic = "divde.",
1083 .mnemonic = "divdeu",
1131 .mnemonic = "divdeu.",
1179 .mnemonic = "paddi",
1370 show_result(test->mnemonic, "SKIP (!CPU_FTR)"); in run_tests_compute()
1431 show_result_with_descr(test->mnemonic, in run_tests_compute()