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

1 2

  /external/linux-kselftest/tools/testing/selftests/powerpc/lib/
reg.S 62 lfs 0, 0*4(3)
63 lfs 1, 1*4(3)
64 lfs 2, 2*4(3)
65 lfs 3, 3*4(3)
66 lfs 4, 4*4(3)
67 lfs 5, 5*4(3)
68 lfs 6, 6*4(3)
69 lfs 7, 7*4(3)
70 lfs 8, 8*4(3)
71 lfs 9, 9*4(3
    [all...]
  /external/syslinux/com32/lua/test/
automenu.lua 19 local lfs = require "lfs"
32 for name in lfs.dir (params.dir) do
34 if lfs.attributes (path, "mode") == "file" then
39 if lfs.attributes (initrd, "size") then
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
linux64_closure.S 197 lfs %f1, RETVAL+0(%r1)
287 lfs %f1, RETVAL+0(%r1)
288 lfs %f2, RETVAL+4(%r1)
289 lfs %f3, RETVAL+8(%r1)
304 lfs %f4, RETVAL+12(%r1)
306 lfs %f5, RETVAL+16(%r1)
307 lfs %f6, RETVAL+20(%r1)
308 lfs %f7, RETVAL+24(%r1)
309 lfs %f8, RETVAL+28(%r1)
aix_closure.S 196 lfs f1, 112+0(r1)
369 lfs f1, 56+0(r1)
darwin_closure.S 237 lfs f1,0(r5)
386 lfs f1,0(r5) ; just one float in the struct.
ppc_closure.S 126 lfs %f1,112+0(%r1)
  /external/syslinux/com32/lua/src/
Makefile 31 MODULES += lfs.c32
  /external/valgrind/none/tests/ppc32/
jm-fp.stdout.exp     [all...]
  /external/valgrind/coregrind/m_dispatch/
dispatch-ppc32-linux.S 209 lfs 3,20(1)
271 lfs 3,0(1)
dispatch-ppc64be-linux.S 215 lfs 3,88(1)
269 lfs 3,0(1)
dispatch-ppc64le-linux.S 236 lfs 3,88(1)
295 lfs 3,0(1)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
common.s 91 lfs 19,0(1)
a2.s 280 lfs 20,-4(10)
281 lfs 20,4(10)
476.s 216 lfs 19,0(1)
common.d 99 160: (c2 61 00 00|00 00 61 c2) lfs f19,0\(r1\)
  /external/valgrind/none/tests/ppc64/
jm-fp.stdout.exp     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
ppc-darwin_closure.S 139 lfs f1,0(r5)
ppc64-darwin_closure.S 159 lfs f1,0(r5)
  /prebuilts/go/darwin-x86/src/compress/flate/
huffman_code.go 22 lfs byFreq // stored to avoid repeated allocation in generate
305 h.lfs.sort(list)
  /prebuilts/go/linux-x86/src/compress/flate/
huffman_code.go 22 lfs byFreq // stored to avoid repeated allocation in generate
305 h.lfs.sort(list)
  /external/elfutils/tests/
Makefile.am 124 elfshphehdr run-lfs-symbols.sh run-dwelfgnucompressed.sh \
314 run-lfs-symbols.sh lfs-symbols testfile-nolfs.bz2 \
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-fp.s 9 # CHECK-BE: lfs 2, 128(4) # encoding: [0xc0,0x44,0x00,0x80]
10 # CHECK-LE: lfs 2, 128(4) # encoding: [0x80,0x00,0x44,0xc0]
11 lfs 2, 128(4)
  /external/v8/src/ppc/
disasm-ppc.cc     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
opcode.s 349 lfs 0x90909090(%eax),%edx
560 lfs 0x90909090(%eax),%dx
intel.s 352 lfs edx, 0x90909090[eax]
565 lfs dx, 0x90909090[eax]

Completed in 183 milliseconds

1 2