Searched refs:DEFINE_FPU_UINT (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextDarwin_i386.cpp | 147 #define DEFINE_FPU_UINT(reg) \ macro 286 {DEFINE_FPU_UINT(fcw), 293 {DEFINE_FPU_UINT(fsw), 300 {DEFINE_FPU_UINT(ftw), 307 {DEFINE_FPU_UINT(fop), 314 {DEFINE_FPU_UINT(ip), 321 {DEFINE_FPU_UINT(cs), 328 {DEFINE_FPU_UINT(dp), 335 {DEFINE_FPU_UINT(ds), 342 {DEFINE_FPU_UINT(mxcsr), [all …]
|
H A D | RegisterContextDarwin_x86_64.cpp | 165 #define DEFINE_FPU_UINT(reg) \ macro 340 {DEFINE_FPU_UINT(fcw), 347 {DEFINE_FPU_UINT(fsw), 354 {DEFINE_FPU_UINT(ftw), 361 {DEFINE_FPU_UINT(fop), 368 {DEFINE_FPU_UINT(ip), 375 {DEFINE_FPU_UINT(cs), 382 {DEFINE_FPU_UINT(dp), 389 {DEFINE_FPU_UINT(ds), 396 {DEFINE_FPU_UINT(mxcsr), [all …]
|