HomeSort by relevance Sort by last modified time
    Searched defs:fpsr (Results 1 - 24 of 24) sorted by null

  /bionic/libc/kernel/uapi/asm-arm64/asm/
sigcontext.h 41 __u32 fpsr; member in struct:fpsimd_context
ptrace.h 65 __u32 fpsr; member in struct:user_fpsimd_state
  /development/ndk/platforms/android-21/arch-arm64/include/asm/
sigcontext.h 41 __u32 fpsr; member in struct:fpsimd_context
ptrace.h 62 __u32 fpsr; member in struct:user_fpsimd_state
  /external/kernel-headers/original/uapi/asm-arm64/asm/
sigcontext.h 51 __u32 fpsr; member in struct:fpsimd_context
ptrace.h 78 __u32 fpsr; member in struct:user_fpsimd_state
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-arm64.c 106 { "fpsr", 6240, 32 },
220 /* The VEX ARM64 FPSR representation is not the same as the
223 VEX FPSR only models QC (bit 27), and uses a 64 bits to store
224 this FPSR QC bit. So, we need to transfer from/to the lowest
229 UInt fpsr = (UInt)fpsr64; local
230 VG_(transfer) (&fpsr, buf, dir, size, mod);
232 UInt fpsr; local
234 VG_(transfer) ((UInt*)&fpsr, buf, dir, size, mod);
235 fpsr64 = fpsr;
237 /* resync the cache with the part of fpsr that VEX represents. *
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/asm/
sigcontext.h 41 __u32 fpsr; member in struct:fpsimd_context
ptrace.h 62 __u32 fpsr; member in struct:user_fpsimd_state
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/asm/
sigcontext.h 41 __u32 fpsr; member in struct:fpsimd_context
ptrace.h 62 __u32 fpsr; member in struct:user_fpsimd_state
  /prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/asm/
sigcontext.h 41 __u32 fpsr; member in struct:fpsimd_context
ptrace.h 62 __u32 fpsr; member in struct:user_fpsimd_state
  /prebuilts/ndk/r11/platforms/android-23/arch-arm64/usr/include/asm/
sigcontext.h 41 __u32 fpsr; member in struct:fpsimd_context
ptrace.h 62 __u32 fpsr; member in struct:user_fpsimd_state
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/asm/
sigcontext.h 41 __u32 fpsr; member in struct:fpsimd_context
ptrace.h 62 __u32 fpsr; member in struct:user_fpsimd_state
  /external/google-breakpad/src/google_breakpad/common/
minidump_cpu_arm64.h 72 uint32_t fpsr; /* FPU status register */ member in struct:__anon19401
  /bionic/libm/arm64/
fenv.c 40 typedef __uint32_t fpu_status_t; // FPSR, Floating-point Status Register.
48 #define __get_fpsr(__fpsr) __get("fpsr", __fpsr)
55 #define __set_fpsr(__fpsr) __set("fpsr", __fpsr)
75 fpu_status_t fpsr; local
78 __get_fpsr(fpsr);
79 fpsr &= ~excepts;
80 __set_fpsr(fpsr);
85 fpu_status_t fpsr; local
88 __get_fpsr(fpsr);
89 *flagp = fpsr & excepts
94 fpu_status_t fpsr; local
112 fpu_status_t fpsr; local
141 fpu_status_t fpsr; local
163 fpu_status_t fpsr; local
    [all...]
  /external/valgrind/VEX/priv/
guest_arm64_helpers.c 1200 ULong fpsr = 0; local
    [all...]
host_arm64_isel.c 2803 HReg fpsr = newVRegI(env); local
3456 HReg fpsr = newVRegI(env); local
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
_regset.h 68 unsigned long fpsr; member in struct:_special
  /external/valgrind/include/vki/
vki-arm64-linux.h 508 __vki_u32 fpsr; member in struct:vki_user_fpsimd_state
vki-arm-linux.h 555 unsigned int fpsr:32; member in struct:vki_user_fp

Completed in 454 milliseconds