Searched refs:ReadFPU (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.h172 int ReadFPU(bool force);
H A DRegisterContextDarwin_x86_64.h177 int ReadFPU(bool force);
H A DRegisterContextDarwin_i386.cpp510 int RegisterContextDarwin_i386::ReadFPU(bool force) { function in class:RegisterContextDarwin_i386
564 return ReadFPU(force);
827 if (ReadGPR(false) == 0 && ReadFPU(false) == 0 && ReadEXC(false) == 0) {
H A DRegisterContextDarwin_arm.h220 int ReadFPU(bool force);
H A DRegisterContextDarwin_arm64.h187 int ReadFPU(bool force);
H A DRegisterContextDarwin_x86_64.cpp559 int RegisterContextDarwin_x86_64::ReadFPU(bool force) { function in class:RegisterContextDarwin_x86_64
613 return ReadFPU(force);
891 if (ReadGPR(false) == 0 && ReadFPU(false) == 0 && ReadEXC(false) == 0) {
H A DRegisterContextDarwin_arm.cpp998 int RegisterContextDarwin_arm::ReadFPU(bool force) { function in class:RegisterContextDarwin_arm
1073 return ReadFPU(force);
1295 ReadFPU(false) == KERN_SUCCESS && ReadEXC(false) == KERN_SUCCESS) {
H A DRegisterContextDarwin_arm64.cpp181 int RegisterContextDarwin_arm64::ReadFPU(bool force) { function in class:RegisterContextDarwin_arm64
254 return ReadFPU(force);
649 if (ReadGPR(false) == KERN_SUCCESS && ReadFPU(false) == KERN_SUCCESS &&

Completed in 408 milliseconds