Searched defs:gdb_fctrl (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp111 gdb_fctrl = 24, gdb_fcw = gdb_fctrl, enumerator in enum:__anon25277
175 { "fctrl" , NULL, 4, 0, eEncodingUint , eFormatHex , { LLDB_INVALID_REGNUM , LLDB_INVALID_REGNUM , LLDB_INVALID_REGNUM , gdb_fctrl , LLDB_INVALID_REGNUM }, NULL, NULL},
/external/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp131 gdb_fctrl = 32, gdb_fcw = gdb_fctrl, enumerator in enum:gdb_regnums
211 { "fctrl" , NULL, 4, 0, eEncodingUint , eFormatHex , { LLDB_INVALID_REGNUM , LLDB_INVALID_REGNUM , LLDB_INVALID_REGNUM , gdb_fctrl , LLDB_INVALID_REGNUM }, NULL, NULL},
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp168 gdb_fctrl = 24, gdb_fcw = gdb_fctrl, enumerator in enum:__anon25324
923 case gdb_fctrl : return fpu_fctrl;
/external/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.cpp242 gdb_fctrl = 24, gdb_fcw = gdb_fctrl, enumerator in enum:__anon25406
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp1212 gdb_fctrl = 32, gdb_fcw = gdb_fctrl, enumerator in enum:gdb_regnums

Completed in 210 milliseconds