HomeSort by relevance Sort by last modified time
    Searched refs:fpscr (Results 1 - 20 of 20) sorted by null

  /bionic/libc/kernel/arch-arm/asm/
fpstate.h 23 __u32 fpscr; member in struct:vfp_hard_struct
ptrace.h 71 unsigned long fpscr; member in struct:user_vfp
  /external/kernel-headers/original/asm-arm/
fpstate.h 19 * - FPEXC, FPSCR, FPINST and FPINST2.
32 __u32 fpscr; member in struct:vfp_hard_struct
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/
fpstate.h 23 __u32 fpscr; member in struct:vfp_hard_struct
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/
fpstate.h 23 __u32 fpscr; member in struct:vfp_hard_struct
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/
fpstate.h 23 __u32 fpscr; member in struct:vfp_hard_struct
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/
fpstate.h 23 __u32 fpscr; member in struct:vfp_hard_struct
  /bionic/libc/arch-sh/bionic/
_setjmp.S 55 sts fpscr, r1
57 lds r0, fpscr
68 lds r1, fpscr
103 lds r0, fpscr
115 lds.l @r4+, fpscr
setjmp.S 70 sts fpscr, r1
73 lds r0, fpscr
84 lds r1, fpscr
141 lds r0, fpscr
153 lds.l @r4+, fpscr
sigsetjmp.S 66 sts fpscr, r1
69 lds r0, fpscr
80 lds r1, fpscr
140 lds r0, fpscr
152 lds.l @r4+, fpscr
  /external/qemu/
gdbstub.c 669 GET_REG32(0); /* fpscr */
714 /* fpscr */
1094 GET_REGL(env->fregs[(n - 25) + ((env->fpscr & FPSCR_FR) ? 16 : 0)]);
1109 case 24: GET_REGL(env->fpscr);
1134 env->fregs[(n - 25) + ((env->fpscr & FPSCR_FR) ? 16 : 0)] = tmp;
1151 case 24: env->fpscr = tmp;
    [all...]
cpu-exec.c     [all...]
  /external/qemu/target-arm/
helper.c 2295 uint32_t fpscr; local
    [all...]
  /system/core/debuggerd/
debuggerd.c 304 _LOG(tfd, only_in_tombstone, " scr %08lx\n\n", vfp_regs.fpscr);
  /dalvik/vm/mterp/armv5te/
footer.S     [all...]
  /dalvik/vm/mterp/out/
InterpAsm-armv4t.S     [all...]
InterpAsm-armv5te-vfp.S     [all...]
InterpAsm-armv5te.S     [all...]
InterpAsm-armv7-a-neon.S     [all...]
InterpAsm-armv7-a.S     [all...]

Completed in 517 milliseconds