Home
last modified time | relevance | path

Searched refs:WriteFPU (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp508 int RegisterContextDarwin_i386::WriteFPU() { in WriteFPU() function in RegisterContextDarwin_i386
551 return WriteFPU(); in WriteRegisterSet()
826 if (WriteFPU() == 0) in WriteAllRegisterValues()
H A DRegisterContextDarwin_x86_64.cpp552 int RegisterContextDarwin_x86_64::WriteFPU() { in WriteFPU() function in RegisterContextDarwin_x86_64
594 return WriteFPU(); in WriteRegisterSet()
885 if (WriteFPU() == 0) in WriteAllRegisterValues()
H A DRegisterContextDarwin_arm64.h195 int WriteFPU();
H A DRegisterContextDarwin_x86_64.h183 int WriteFPU();
H A DRegisterContextDarwin_i386.h178 int WriteFPU();
H A DRegisterContextDarwin_arm64.cpp214 int RegisterContextDarwin_arm64::WriteFPU() { in WriteFPU() function in RegisterContextDarwin_arm64
270 return WriteFPU(); in WriteRegisterSet()
676 if (WriteFPU() == KERN_SUCCESS) in WriteAllRegisterValues()
H A DRegisterContextDarwin_arm.h228 int WriteFPU();
H A DRegisterContextDarwin_arm.cpp980 int RegisterContextDarwin_arm::WriteFPU() { in WriteFPU() function in RegisterContextDarwin_arm
1040 return WriteFPU(); in WriteRegisterSet()
1270 if (WriteFPU() == KERN_SUCCESS) in WriteAllRegisterValues()