/external/compiler-rt/lib/ppc/ |
restFP.S | 23 lfd f14,-144(r1) 24 lfd f15,-136(r1) 25 lfd f16,-128(r1) 26 lfd f17,-120(r1) 27 lfd f18,-112(r1) 28 lfd f19,-104(r1) 29 lfd f20,-96(r1) 30 lfd f21,-88(r1) 31 lfd f22,-80(r1) 32 lfd f23,-72(r1 [all...] |
/frameworks/compile/libbcc/runtime/lib/ppc/ |
restFP.S | 23 lfd f14,-144(r1) 24 lfd f15,-136(r1) 25 lfd f16,-128(r1) 26 lfd f17,-120(r1) 27 lfd f18,-112(r1) 28 lfd f19,-104(r1) 29 lfd f20,-96(r1) 30 lfd f21,-88(r1) 31 lfd f22,-80(r1) 32 lfd f23,-72(r1 [all...] |
/external/libffi/src/powerpc/ |
aix.S | 158 lfd f1,-16-(13*8)(r28) 159 lfd f2,-16-(12*8)(r28) 160 lfd f3,-16-(11*8)(r28) 161 lfd f4,-16-(10*8)(r28) 163 lfd f5,-16-(9*8)(r28) 164 lfd f6,-16-(8*8)(r28) 165 lfd f7,-16-(7*8)(r28) 166 lfd f8,-16-(6*8)(r28) 168 lfd f9,-16-(5*8)(r28) 169 lfd f10,-16-(4*8)(r28 [all...] |
linux64.S | 87 lfd %f1, -32-(21*8)(%r28) 88 lfd %f2, -32-(20*8)(%r28) 89 lfd %f3, -32-(19*8)(%r28) 90 lfd %f4, -32-(18*8)(%r28) 91 lfd %f5, -32-(17*8)(%r28) 92 lfd %f6, -32-(16*8)(%r28) 93 lfd %f7, -32-(15*8)(%r28) 94 lfd %f8, -32-(14*8)(%r28) 95 lfd %f9, -32-(13*8)(%r28) 96 lfd %f10, -32-(12*8)(%r28 [all...] |
darwin.S | 111 lfd f1,-16-(13*8)(r28) 112 lfd f2,-16-(12*8)(r28) 113 lfd f3,-16-(11*8)(r28) 114 lfd f4,-16-(10*8)(r28) 116 lfd f5,-16-(9*8)(r28) 117 lfd f6,-16-(8*8)(r28) 118 lfd f7,-16-(7*8)(r28) 119 lfd f8,-16-(6*8)(r28) 121 lfd f9,-16-(5*8)(r28) 122 lfd f10,-16-(4*8)(r28 [all...] |
sysv.S | 88 lfd %f1,-16-(8*4)-(8*8)(%r28) 89 lfd %f2,-16-(8*4)-(7*8)(%r28) 90 lfd %f3,-16-(8*4)-(6*8)(%r28) 91 lfd %f4,-16-(8*4)-(5*8)(%r28) 93 lfd %f5,-16-(8*4)-(4*8)(%r28) 94 lfd %f6,-16-(8*4)-(3*8)(%r28) 95 lfd %f7,-16-(8*4)-(2*8)(%r28) 96 lfd %f8,-16-(8*4)-(1*8)(%r28)
|
darwin_closure.S | 157 lfd f1,0(r5) 164 lfd f1,0(r5) 165 lfd f2,8(r5)
|
linux64_closure.S | 133 lfd %f1, 112+0(%r1) 138 lfd %f1, 112+0(%r1) 140 lfd %f2, 112+8(%r1)
|
ppc_closure.S | 131 lfd %f1,112+0(%r1) 137 lfd %f1,112+0(%r1) 138 lfd %f2,112+8(%r1)
|
aix_closure.S | 195 lfd f1,0(r5)
|
/external/llvm/lib/Target/PowerPC/ |
PPCJITInfo.cpp | 126 "lfd f13, 168(r1)\n" "lfd f12, 160(r1)\n" 127 "lfd f11, 152(r1)\n" "lfd f10, 144(r1)\n" 128 "lfd f9, 136(r1)\n" "lfd f8, 128(r1)\n" 129 "lfd f7, 120(r1)\n" "lfd f6, 112(r1)\n" 130 "lfd f5, 104(r1)\n" "lfd f4, 96(r1)\n [all...] |
/external/qemu/slirp/ |
debug.h | 12 extern FILE *lfd;
|
/external/qemu/slirp-android/ |
debug.h | 12 extern FILE *lfd;
|
/external/valgrind/main/none/tests/ppc32/ |
test_gx.c | 14 "lfd %%f1, 0(%0)\n\t" 29 "lfd %%f1, 0(%0)\n\t" 44 "lfd %%f1, 0(%0)\n\t" 60 "lfd %%f1, 0(%0)\n\t"
|
test_fx.c | 10 "lfd %%f1, 0(%0)\n\t" 25 "lfd %%f1, 0(%0)\n\t"
|
mcrfs.c | 12 "lfd %%f0,0(%0)\n\t"
|
jm-fp.stdout.exp | [all...] |
/external/openssl/crypto/bn/asm/ |
ppc64-mont.pl | 317 lfd $ba,`$FRAME+0`($sp) 318 lfd $bb,`$FRAME+8`($sp) 319 lfd $bc,`$FRAME+16`($sp) 320 lfd $bd,`$FRAME+24`($sp) 321 lfd $na,`$FRAME+32`($sp) 322 lfd $nb,`$FRAME+40`($sp) 323 lfd $nc,`$FRAME+48`($sp) 324 lfd $nd,`$FRAME+56`($sp) 342 lfd $A0,`$FRAME+64`($sp) 343 lfd $A1,`$FRAME+72`($sp [all...] |
/system/core/adb/ |
file_sync_client.c | 212 int lfd, err = 0; local 214 lfd = adb_open(path, O_RDONLY); 215 if(lfd < 0) { 224 ret = adb_read(lfd, sbuf->data, SYNC_DATA_MAX); 243 adb_close(lfd); 314 int lfd; local 322 lfd = adb_open(lpath, O_RDONLY); 323 if(lfd < 0) { 328 size = adb_lseek(lfd, 0, SEEK_END); 329 if (size == -1 || -1 == adb_lseek(lfd, 0, SEEK_SET)) 445 int lfd = -1; local [all...] |
/external/valgrind/main/coregrind/m_dispatch/ |
dispatch-ppc32-linux.S | 463 lfd 31,488(1) 464 lfd 30,480(1) 465 lfd 29,472(1) 466 lfd 28,464(1) 467 lfd 27,456(1) 468 lfd 26,448(1) 469 lfd 25,440(1) 470 lfd 24,432(1) 471 lfd 23,424(1) 472 lfd 22,416(1 [all...] |
dispatch-ppc64-linux.S | 481 lfd 31,616(1) 482 lfd 30,608(1) 483 lfd 29,600(1) 484 lfd 28,592(1) 485 lfd 27,584(1) 486 lfd 26,576(1) 487 lfd 25,568(1) 488 lfd 24,560(1) 489 lfd 23,552(1) 490 lfd 22,544(1 [all...] |
/external/valgrind/main/none/tests/ppc64/ |
jm-fp.stdout.exp | [all...] |
/external/llvm/test/CodeGen/PowerPC/ |
2007-09-08-unaligned.ll | 3 ; RUN: llc < %s | grep lfd | count 2
|
/external/valgrind/main/auxprogs/ |
ppcfround.c | 138 "lfd %%f1, 0(%0)\n\t" /* a1 */ \ 139 "lfd %%f2, 8(%0)\n\t" /* a2 */ \ 140 "lfd %%f3, 16(%0)\n\t" /* a3 */ \
|
/external/linux-tools-perf/bench/ |
mem-memcpy.c | 166 printf(" %14lfd KB/Sec", x / K); \
|