Home
last modified time | relevance | path

Searched refs:FPRRead (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows_arm.h67 Status FPRRead(const uint32_t reg, RegisterValue &reg_value);
H A DNativeRegisterContextWindows_arm64.h67 Status FPRRead(const uint32_t reg, RegisterValue &reg_value);
H A DNativeRegisterContextWindows_x86_64.h64 Status FPRRead(const uint32_t reg, RegisterValue &reg_value);
H A DNativeRegisterContextWindows_arm.cpp287 Status NativeRegisterContextWindows_arm::FPRRead(const uint32_t reg, in FPRRead() function in NativeRegisterContextWindows_arm
529 return FPRRead(reg, reg_value); in ReadRegister()
H A DNativeRegisterContextWindows_arm64.cpp359 Status NativeRegisterContextWindows_arm64::FPRRead(const uint32_t reg, in FPRRead() function in NativeRegisterContextWindows_arm64
639 return FPRRead(reg, reg_value); in ReadRegister()
H A DNativeRegisterContextWindows_x86_64.cpp315 Status NativeRegisterContextWindows_x86_64::FPRRead(const uint32_t reg, in FPRRead() function in NativeRegisterContextWindows_x86_64
542 return FPRRead(reg, reg_value); in ReadRegister()