Lines Matching refs:mnemonic
85 static void __init show_result(char *mnemonic, char *result) in show_result() argument
87 pr_info("%-14s : %s\n", mnemonic, result); in show_result()
90 static void __init show_result_with_descr(char *mnemonic, char *descr, in show_result_with_descr() argument
93 pr_info("%-14s : %-50s %s\n", mnemonic, descr, result); in show_result_with_descr()
459 char *mnemonic; member
470 .mnemonic = "nop",
482 .mnemonic = "add",
567 .mnemonic = "add.",
654 .mnemonic = "addc",
747 .mnemonic = "addc.",
951 show_result_with_descr(test->mnemonic, in run_tests_compute()