Lines Matching refs:mnemonic
81 static void __init show_result(char *mnemonic, char *result) in show_result() argument
83 pr_info("%-14s : %s\n", mnemonic, result); in show_result()
86 static void __init show_result_with_descr(char *mnemonic, char *descr, in show_result_with_descr() argument
89 pr_info("%-14s : %-50s %s\n", mnemonic, descr, result); in show_result_with_descr()
904 char *mnemonic; member
921 .mnemonic = "nop",
933 .mnemonic = "setb",
960 .mnemonic = "add",
1045 .mnemonic = "add.",
1132 .mnemonic = "addc",
1225 .mnemonic = "addc.",
1320 .mnemonic = "divde",
1350 .mnemonic = "divde.",
1380 .mnemonic = "divdeu",
1428 .mnemonic = "divdeu.",
1476 .mnemonic = "paddi",
1668 show_result(test->mnemonic, "SKIP (!CPU_FTR)"); in run_tests_compute()
1729 show_result_with_descr(test->mnemonic, in run_tests_compute()