Searched refs:IsFPR (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_arm.h93 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_arm64.cpp35 bool RegisterContextPOSIX_arm64::IsFPR(unsigned reg) { function in class:RegisterContextPOSIX_arm64
H A DRegisterContextPOSIX_arm64.h62 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_mips64.h74 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_ppc64le.h65 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_s390x.h66 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_x86.h156 bool IsFPR(unsigned reg);
162 bool IsFPR(unsigned reg, FPRType fpr_type);
H A DRegisterContextPOSIX_powerpc.h185 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_arm.cpp81 bool RegisterContextPOSIX_arm::IsFPR(unsigned reg) { function in class:RegisterContextPOSIX_arm
H A DRegisterContextPOSIX_mips64.cpp35 bool RegisterContextPOSIX_mips64::IsFPR(unsigned reg) { function in class:RegisterContextPOSIX_mips64
H A DRegisterContextPOSIX_powerpc.cpp83 bool RegisterContextPOSIX_powerpc::IsFPR(unsigned reg) { function in class:RegisterContextPOSIX_powerpc
H A DRegisterContextPOSIX_s390x.cpp76 bool RegisterContextPOSIX_s390x::IsFPR(unsigned reg) { function in class:RegisterContextPOSIX_s390x
H A DRegisterContextPOSIX_x86.cpp301 bool RegisterContextPOSIX_x86::IsFPR(unsigned reg) { function in class:RegisterContextPOSIX_x86
309 bool RegisterContextPOSIX_x86::IsFPR(unsigned reg, FPRType fpr_type) { function in class:RegisterContextPOSIX_x86
310 bool generic_fpr = IsFPR(reg);
H A DRegisterContextPOSIX_ppc64le.cpp102 bool RegisterContextPOSIX_ppc64le::IsFPR(unsigned reg) { function in class:RegisterContextPOSIX_ppc64le
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm64.cpp64 if (IsFPR(reg) && offset + reg_info->byte_size <= GetFPUSize()) {
H A DRegisterContextPOSIXCore_mips64.cpp65 } else if (IsFPR(reg_info->kinds[lldb::eRegisterKindLLDB])) {
H A DRegisterContextPOSIXCore_s390x.cpp67 if (IsFPR(reg)) {
H A DRegisterContextPOSIXCore_powerpc.cpp68 if (IsFPR(reg_info->kinds[lldb::eRegisterKindLLDB])) {
H A DRegisterContextPOSIXCore_ppc64le.cpp68 if (IsFPR(reg_info->kinds[lldb::eRegisterKindLLDB])) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DRegisterContextPOSIXProcessMonitor_arm.cpp115 if (IsFPR(reg)) {
147 } else if (IsFPR(reg)) {
H A DRegisterContextPOSIXProcessMonitor_powerpc.cpp132 if (IsFPR(reg)) {
159 } else if (IsFPR(reg)) {
H A DRegisterContextPOSIXProcessMonitor_arm64.cpp118 if (IsFPR(reg)) {
H A DRegisterContextPOSIXProcessMonitor_mips64.cpp116 if (IsFPR(reg)) {
H A DRegisterContextPOSIXProcessMonitor_x86.cpp179 if (IsFPR(reg, GetFPRType())) {
275 if (IsFPR(reg, GetFPRType())) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp438 bool IsFPR = Ty.isVector() || isPreISelGenericFloatingPointOpcode(Opc); local
440 PartialMappingIdx RBIdx = IsFPR ? PMI_FirstFPR : PMI_FirstGPR;
460 assert(IsFPR == OpIsFPR && "Operand has incompatible type");

Completed in 146 milliseconds

12