Searched refs:reg_mismatch (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | test_emulate_step.c | 1353 #define reg_mismatch(name, exp, got) \ macro 1415 reg_mismatch("LR", exp.link, got.link); in run_tests_compute() 1421 reg_mismatch("XER", exp.xer, got.xer); in run_tests_compute() 1427 reg_mismatch("CR", exp.ccr, got.ccr); in run_tests_compute()
|
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | test_emulate_step.c | 1648 #define reg_mismatch(name, exp, got) \ macro 1710 reg_mismatch("LR", exp.link, got.link); in run_tests_compute() 1716 reg_mismatch("XER", exp.xer, got.xer); in run_tests_compute() 1722 reg_mismatch("CR", exp.ccr, got.ccr); in run_tests_compute()
|
Completed in 3 milliseconds