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

  /external/lldb/source/Plugins/Process/POSIX/
RegisterContext_i386.h 121 uint16_t fcw; member in struct:RegisterContext_i386::FPU
RegisterContext_x86_64.h 237 uint16_t fcw; member in struct:RegisterContext_x86_64::FXSAVE
RegisterContext_x86_64.cpp 397 DEFINE_FPR(fcw, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, gdb_fpu_fcw),
739 value = m_fpr.xstate.fxsave.fcw;
832 m_fpr.xstate.fxsave.fcw = value.GetAsUInt16();
    [all...]
RegisterContext_i386.cpp 212 DEFINE_FPR(fcw, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, gdb_fcw),
  /external/lldb/source/Plugins/Process/Utility/
RegisterContextDarwin_i386.h 97 uint16_t fcw; member in struct:RegisterContextDarwin_i386::FPU
RegisterContextDarwin_x86_64.h 101 uint16_t fcw; // "fctrl" member in struct:RegisterContextDarwin_x86_64::FPU
RegisterContextDarwin_i386.cpp 252 { DEFINE_FPU_UINT(fcw) , { LLDB_INVALID_REGNUM , LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM , gdb_fcw , fpu_fcw }, NULL, NULL},
594 value = fpu.fcw;
714 fpu.fcw = value.GetAsUInt16();
RegisterContextDarwin_x86_64.cpp 280 { DEFINE_FPU_UINT(fcw) , { LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM , gdb_fpu_fcw , fpu_fcw }, NULL, NULL},
641 value = fpu.fcw;
769 fpu.fcw = value.GetAsUInt16();
    [all...]
  /bionic/libc/kernel/uapi/asm-x86/asm/
kvm.h 174 __u16 fcw; member in struct:kvm_fpu
  /development/ndk/platforms/android-L/arch-x86/include/asm/
kvm.h 174 __u16 fcw; member in struct:kvm_fpu
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
kvm.h 174 __u16 fcw; member in struct:kvm_fpu
  /external/kernel-headers/original/uapi/asm-x86/asm/
kvm.h 154 __u16 fcw; member in struct:kvm_fpu
  /external/linux-tools-perf/perf-3.12.0/arch/x86/include/uapi/asm/
kvm.h 154 __u16 fcw; member in struct:kvm_fpu
  /external/qemu/android/config/linux-x86/asm/
kvm.h 131 __u16 fcw; member in struct:kvm_fpu
  /external/qemu/android/config/linux-x86_64/asm/
kvm.h 131 __u16 fcw; member in struct:kvm_fpu
  /external/qemu/target-i386/
hax-interface.h 24 uint16_t fcw; member in struct:fx_layout
hax-all.c 1000 env->fpuc = fpu.fcw;
1020 fpu.fcw = env->fpuc;
kvm.c 379 fpu.fcw = env->fpuc;
488 env->fpuc = fpu.fcw;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
kvm.h 131 __u16 fcw; member in struct:kvm_fpu
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
kvm.h 131 __u16 fcw; member in struct:kvm_fpu
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/asm/
kvm.h 174 __u16 fcw; member in struct:kvm_fpu
  /external/lldb/tools/debugserver/source/MacOSX/i386/
DNBArchImplI386.cpp     [all...]
  /external/lldb/tools/debugserver/source/MacOSX/x86_64/
DNBArchImplX86_64.cpp     [all...]

Completed in 1898 milliseconds