Searched refs:cpu_post_exec_22 (Results 1 – 5 of 5) sorted by relevance
/u-boot/post/lib_powerpc/ |
A D | rlwnm.c | 24 extern void cpu_post_exec_22 (ulong *code, ulong *cr, ulong *res, ulong op1, 114 cpu_post_exec_22 (code, & cr, & res, test->op1, test->op2); in cpu_post_test_rlwnm() 126 cpu_post_exec_22 (codecr, & cr, & res, test->op1, test->op2); in cpu_post_test_rlwnm()
|
A D | threex.c | 27 extern void cpu_post_exec_22 (ulong *code, ulong *cr, ulong *res, ulong op1, 178 cpu_post_exec_22 (code, & cr, & res, test->op1, test->op2); in cpu_post_test_threex() 190 cpu_post_exec_22 (codecr, & cr, & res, test->op1, test->op2); in cpu_post_test_threex()
|
A D | rlwimi.c | 24 extern void cpu_post_exec_22 (ulong *code, ulong *cr, ulong *res, ulong op1, 111 cpu_post_exec_22 (code, & cr, & res, test->op0, test->op1); in cpu_post_test_rlwimi() 123 cpu_post_exec_22 (codecr, & cr, & res, test->op0, test->op1); in cpu_post_test_rlwimi()
|
A D | three.c | 27 extern void cpu_post_exec_22 (ulong *code, ulong *cr, ulong *res, ulong op1, 208 cpu_post_exec_22 (code, & cr, & res, test->op1, test->op2); in cpu_post_test_three() 220 cpu_post_exec_22 (codecr, & cr, & res, test->op1, test->op2); in cpu_post_test_three()
|
A D | asm.S | 135 .global cpu_post_exec_22 136 cpu_post_exec_22: label
|
Completed in 4 milliseconds