Home
last modified time | relevance | path

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

/arch/powerpc/lib/
Dtest_emulate_step.c85 static void __init show_result(char *mnemonic, char *result) in show_result() function
109 show_result("ld", "PASS"); in test_ld()
111 show_result("ld", "FAIL"); in test_ld()
127 show_result("lwz", "PASS"); in test_lwz()
129 show_result("lwz", "FAIL"); in test_lwz()
146 show_result("lwzx", "PASS"); in test_lwzx()
148 show_result("lwzx", "FAIL"); in test_lwzx()
164 show_result("std", "PASS"); in test_std()
166 show_result("std", "FAIL"); in test_std()
195 show_result("ldarx / stdcx.", "FAIL (ldarx)"); in test_ldarx_stdcx()
[all …]