/external/u-boot/post/lib_powerpc/ |
D | two.c | 87 ASM_ADDI(stk, 1, -16), in cpu_post_test_two() 97 ASM_ADDI(1, stk, 16), in cpu_post_test_two() 104 ASM_ADDI(stk, 1, -16), in cpu_post_test_two() 114 ASM_ADDI(1, stk, 16), in cpu_post_test_two()
|
D | twox.c | 87 ASM_ADDI(stk, 1, -16), in cpu_post_test_twox() 97 ASM_ADDI(1, stk, 16), in cpu_post_test_twox() 104 ASM_ADDI(stk, 1, -16), in cpu_post_test_twox() 114 ASM_ADDI(1, stk, 16), in cpu_post_test_twox()
|
D | srawi.c | 67 ASM_ADDI(stk, 1, -16), in cpu_post_test_srawi() 77 ASM_ADDI(1, stk, 16), in cpu_post_test_srawi() 84 ASM_ADDI(stk, 1, -16), in cpu_post_test_srawi() 94 ASM_ADDI(1, stk, 16), in cpu_post_test_srawi()
|
D | rlwinm.c | 65 ASM_ADDI(stk, 1, -16), in cpu_post_test_rlwinm() 75 ASM_ADDI(1, stk, 16), in cpu_post_test_rlwinm() 82 ASM_ADDI(stk, 1, -16), in cpu_post_test_rlwinm() 93 ASM_ADDI(1, stk, 16), in cpu_post_test_rlwinm()
|
D | rlwnm.c | 67 ASM_ADDI(stk, 1, -24), in cpu_post_test_rlwnm() 81 ASM_ADDI(1, stk, 24), in cpu_post_test_rlwnm() 88 ASM_ADDI(stk, 1, -24), in cpu_post_test_rlwnm() 103 ASM_ADDI(1, stk, 24), in cpu_post_test_rlwnm()
|
D | rlwimi.c | 68 ASM_ADDI(stk, 1, -20), in cpu_post_test_rlwimi() 80 ASM_ADDI(1, stk, 20), in cpu_post_test_rlwimi() 87 ASM_ADDI(stk, 1, -20), in cpu_post_test_rlwimi() 100 ASM_ADDI(1, stk, 20), in cpu_post_test_rlwimi()
|
D | threex.c | 132 ASM_ADDI(stk, 1, -24), in cpu_post_test_threex() 146 ASM_ADDI(1, stk, 24), in cpu_post_test_threex() 153 ASM_ADDI(stk, 1, -24), in cpu_post_test_threex() 167 ASM_ADDI(1, stk, 24), in cpu_post_test_threex()
|
D | three.c | 162 ASM_ADDI(stk, 1, -24), in cpu_post_test_three() 176 ASM_ADDI(1, stk, 24), in cpu_post_test_three() 183 ASM_ADDI(stk, 1, -24), in cpu_post_test_three() 197 ASM_ADDI(1, stk, 24), in cpu_post_test_three()
|
D | andi.c | 67 ASM_ADDI(stk, 1, -16), in cpu_post_test_andi() 77 ASM_ADDI(1, stk, 16), in cpu_post_test_andi()
|
D | threei.c | 81 ASM_ADDI(stk, 1, -16), in cpu_post_test_threei() 91 ASM_ADDI(1, stk, 16), in cpu_post_test_threei()
|
D | cpu_asm.h | 182 #define ASM_ADDI(rd, rs, simm) ASM_11I(OP_ADDI, rd, rs, simm) macro 198 #define ASM_LI(rd, imm) ASM_ADDI(rd, 0, imm)
|