HomeSort by relevance Sort by last modified time
    Searched refs:lfd (Results 1 - 25 of 34) sorted by null

1 2

  /external/compiler-rt/lib/builtins/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...]
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_ppc64x.S 111 lfd %f14, -144(%r1)
112 lfd %f15, -136(%r1)
113 lfd %f16, -128(%r1)
114 lfd %f17, -120(%r1)
115 lfd %f18, -112(%r1)
116 lfd %f19, -104(%r1)
117 lfd %f20, -96(%r1)
118 lfd %f21, -88(%r1)
119 lfd %f22, -80(%r1)
120 lfd %f23, -72(%r1
    [all...]
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_ppc64x.S 111 lfd %f14, -144(%r1)
112 lfd %f15, -136(%r1)
113 lfd %f16, -128(%r1)
114 lfd %f17, -120(%r1)
115 lfd %f18, -112(%r1)
116 lfd %f19, -104(%r1)
117 lfd %f20, -96(%r1)
118 lfd %f21, -88(%r1)
119 lfd %f22, -80(%r1)
120 lfd %f23, -72(%r1
    [all...]
  /external/valgrind/coregrind/m_dispatch/
dispatch-ppc32-linux.S 309 lfd 31,488(1)
310 lfd 30,480(1)
311 lfd 29,472(1)
312 lfd 28,464(1)
313 lfd 27,456(1)
314 lfd 26,448(1)
315 lfd 25,440(1)
316 lfd 24,432(1)
317 lfd 23,424(1)
318 lfd 22,416(1
    [all...]
dispatch-ppc64be-linux.S 337 lfd 31,616(1)
338 lfd 30,608(1)
339 lfd 29,600(1)
340 lfd 28,592(1)
341 lfd 27,584(1)
342 lfd 26,576(1)
343 lfd 25,568(1)
344 lfd 24,560(1)
345 lfd 23,552(1)
346 lfd 22,544(1
    [all...]
dispatch-ppc64le-linux.S 363 lfd 31,616(1)
364 lfd 30,608(1)
365 lfd 29,600(1)
366 lfd 28,592(1)
367 lfd 27,584(1)
368 lfd 26,576(1)
369 lfd 25,568(1)
370 lfd 24,560(1)
371 lfd 23,552(1)
372 lfd 22,544(1
    [all...]
  /external/toybox/toys/other/
losetup.c 64 int lfd = -1, ffd = ffd; local
67 // Open file (ffd) and loop device (lfd)
84 if (device) lfd = open(device, TT.openflags);
88 if (-1 == lfd || ioctl(lfd, LOOP_GET_STATUS64, loop)) {
103 if (ioctl(lfd, (flags & FLAG_c) ? 0x4C07 : LOOP_CLR_FD, 0)) {
112 if (ioctl(lfd, LOOP_SET_FD, ffd)) perror_exit("%s=%s", device, file);
117 if (ioctl(lfd, LOOP_SET_STATUS64, loop)) perror_exit("%s=%s", device, file);
131 if (lfd != -1) close(lfd);
    [all...]
  /external/libunwind_llvm/src/
UnwindRegistersRestore.S 141 lfd f0, 160(r3)
142 lfd f1, 168(r3)
143 lfd f2, 176(r3)
144 lfd f3, 184(r3)
145 lfd f4, 192(r3)
146 lfd f5, 200(r3)
147 lfd f6, 208(r3)
148 lfd f7, 216(r3)
149 lfd f8, 224(r3)
150 lfd f9, 232(r3
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindRegistersRestore.S 141 lfd f0, 160(r3)
142 lfd f1, 168(r3)
143 lfd f2, 176(r3)
144 lfd f3, 184(r3)
145 lfd f4, 192(r3)
146 lfd f5, 200(r3)
147 lfd f6, 208(r3)
148 lfd f7, 216(r3)
149 lfd f8, 224(r3)
150 lfd f9, 232(r3
    [all...]
  /external/toybox/toys/lsb/
umount.c 84 int lfd = open(dev, O_RDONLY); local
86 if (lfd != -1) {
88 if (!ioctl(lfd, 0x4C01) && (toys.optflags & FLAG_v))
90 close(lfd);
  /system/core/adb/
file_sync_client.cpp 224 int lfd = adb_open(lpath, O_RDONLY); local
225 if (lfd < 0) {
233 int bytes_read = adb_read(lfd, sbuf.data, max);
236 adb_close(lfd);
256 adb_close(lfd);
529 int lfd = adb_creat(lpath, 0644); local
530 if (lfd < 0) {
539 adb_close(lfd);
547 adb_close(lfd);
555 adb_close(lfd);
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-gap-resolver-ppc.cc 155 __ lfd(kScratchDoubleReg, cgen_->ToMemOperand(source));
253 __ lfd(cgen_->ToDoubleRegister(destination), source_operand);
273 __ lfd(kScratchDoubleReg, source_operand);
  /external/valgrind/none/tests/ppc32/
jm-fp.stdout.exp     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
test1elf32.d 74 4: (ca fe ba be|be ba fe ca) lfd f23,-17730\(r30\)
common.s 87 lfd 21,8(1)
a2.s 271 lfd 20,-8(10)
272 lfd 20,8(10)
476.s 211 lfd 21,8(1)
test1xcoff32.d 112 6c: ca fe ba be lfd f23,-17730\(r30\)
  /external/v8/test/cctest/
test-disasm-ppc.cc 130 COMPARE(lfd(d0, MemOperand(sp, 128)), "c8010080 lfd d0, 128(sp)");
  /external/valgrind/none/tests/ppc64/
jm-fp.stdout.exp     [all...]
  /external/dhcpcd-6.8.2/
control.c 153 control_handle1(struct dhcpcd_ctx *ctx, int lfd, unsigned int fd_flags)
161 if ((fd = accept(lfd, (struct sockaddr *)&run, &len)) == -1)
  /external/v8/src/ppc/
deoptimizer-ppc.cc 200 __ lfd(d0, MemOperand(sp, src_offset));
277 __ lfd(dreg, MemOperand(r4, src_offset));
macro-assembler-ppc.cc 271 lfd(dreg, MemOperand(location, stack_offset));
    [all...]
  /external/netcat/
netcat.c 765 int lfd = fileno(stdout); local
800 if (atomicio(vwrite, lfd, buf, n) != n)
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-fp.s 21 # CHECK-BE: lfd 2, 128(4) # encoding: [0xc8,0x44,0x00,0x80]
22 # CHECK-LE: lfd 2, 128(4) # encoding: [0x80,0x00,0x44,0xc8]
23 lfd 2, 128(4)

Completed in 768 milliseconds

1 2