Searched refs:cpu_post_exec_22 (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/post/lib_powerpc/ |
H A D | rlwnm.c | 23 extern void cpu_post_exec_22 (ulong *code, ulong *cr, ulong *res, ulong op1, 113 cpu_post_exec_22 (code, & cr, & res, test->op1, test->op2); in cpu_post_test_rlwnm() 125 cpu_post_exec_22 (codecr, & cr, & res, test->op1, test->op2); in cpu_post_test_rlwnm()
|
H A D | rlwimi.c | 23 extern void cpu_post_exec_22 (ulong *code, ulong *cr, ulong *res, ulong op1, 110 cpu_post_exec_22 (code, & cr, & res, test->op0, test->op1); in cpu_post_test_rlwimi() 122 cpu_post_exec_22 (codecr, & cr, & res, test->op0, test->op1); in cpu_post_test_rlwimi()
|
H A D | threex.c | 26 extern void cpu_post_exec_22 (ulong *code, ulong *cr, ulong *res, ulong op1, 177 cpu_post_exec_22 (code, & cr, & res, test->op1, test->op2); in cpu_post_test_threex() 189 cpu_post_exec_22 (codecr, & cr, & res, test->op1, test->op2); in cpu_post_test_threex()
|
H A D | three.c | 26 extern void cpu_post_exec_22 (ulong *code, ulong *cr, ulong *res, ulong op1, 207 cpu_post_exec_22 (code, & cr, & res, test->op1, test->op2); in cpu_post_test_three() 219 cpu_post_exec_22 (codecr, & cr, & res, test->op1, test->op2); in cpu_post_test_three()
|
H A D | asm.S | 135 .global cpu_post_exec_22 136 cpu_post_exec_22: label
|