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

1 2

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
vfp-bad.s 4 fstd d0, [r0], #8
5 fstd d0, [r0, #-8]!
vfp-bad_t2.s 7 fstd d0, [r0], #8
8 fstd d0, [r0, #-8]!
vfp-bad.l 2 [^:]*:4: Error: instruction does not support writeback -- `fstd d0,\[r0\],#8'
3 [^:]*:5: Error: instruction does not support writeback -- `fstd d0,\[r0,#-8\]!'
vfp-bad_t2.l 2 [^:]*:7: Error: instruction does not support writeback -- `fstd d0,\[r0\],#8'
3 [^:]*:8: Error: instruction does not support writeback -- `fstd d0,\[r0,#-8\]!'
vfpv3xd.s 5 fstd d0, [r0]
group-reloc-ldc-parsing-bad.s 52 ldctest2 fstd d0
vfpv3-32drs.s 18 fstd d21,[r10,#4]
group-reloc-ldc-encoding-bad.s 146 @ FLDD/FSTD
148 vfp_test fldd fstd d0 0x1
149 vfp_test fldd fstd d0 0x808
vfp1.s 38 fstd d0, [r0]
172 fstd d12, [r12, #804]
vfp1_t2.s 41 fstd d0, [r0]
175 fstd d12, [r12, #804]
group-reloc-ldc-parsing-bad.l 97 [^:]*:52: Error: this group relocation is not allowed on this instruction -- `fstd d0,\[r0,#:pc_g0_nc:\(sym\)\]'
98 [^:]*:52: Error: this group relocation is not allowed on this instruction -- `fstd d0,\[r0,#:pc_g1_nc:\(sym\)\]'
99 [^:]*:52: Error: this group relocation is not allowed on this instruction -- `fstd d0,\[r0,#:sb_g0_nc:\(sym\)\]'
100 [^:]*:52: Error: this group relocation is not allowed on this instruction -- `fstd d0,\[r0,#:sb_g1_nc:\(sym\)\]'
101 [^:]*:52: Error: unknown group relocation -- `fstd d0,\[r0,#:foo:\(sym\)\]'
group-reloc-ldc.s 135 @ FLDD/FSTD
137 vfp_test fldd fstd d0
  /art/runtime/interpreter/mterp/arm/
fbinopWide2addr.S 20 fstd d2, [r9] @ vAA<- d2
funopWider.S 17 fstd d0, [r9] @ vA<- d0
fbinopWide.S 22 fstd d2, [r9] @ vAA<- d2
  /external/libffi/src/pa/
ffi.c 49 #define fstd(fpreg, addr) \ macro
50 __asm__ volatile ("fstd %%" #fpreg "L, 0(%0)" : : "r"(addr))
490 case 1: fstd(fr5, (void *)(stack - slot)); break;
491 case 3: fstd(fr7, (void *)(stack - slot)); break;
hpux32.S 135 fstd %fr4,0(%r20)
linux.S 128 fstd %fr4,0(%r20)
  /external/python/cpython2/Modules/_ctypes/libffi/src/pa/
ffi.c 49 #define fstd(fpreg, addr) \ macro
50 __asm__ volatile ("fstd %%" #fpreg "L, 0(%0)" : : "r"(addr))
490 case 1: fstd(fr5, (void *)(stack - slot)); break;
491 case 3: fstd(fr7, (void *)(stack - slot)); break;
hpux32.S 135 fstd %fr4,0(%r20)
linux.S 128 fstd %fr4,0(%r20)
  /external/python/cpython3/Modules/_ctypes/libffi/src/pa/
ffi.c 49 #define fstd(fpreg, addr) \ macro
50 __asm__ volatile ("fstd %%" #fpreg "L, 0(%0)" : : "r"(addr))
490 case 1: fstd(fr5, (void *)(stack - slot)); break;
491 case 3: fstd(fr7, (void *)(stack - slot)); break;
hpux32.S 135 fstd %fr4,0(%r20)
linux.S 128 fstd %fr4,0(%r20)
  /art/runtime/interpreter/mterp/out/
mterp_arm.S     [all...]

Completed in 427 milliseconds

1 2