Home
last modified time | relevance | path

Searched defs:IsFPR (Results 1 – 23 of 23) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_loongarch64.cpp79 bool RegisterContextPOSIX_loongarch64::IsFPR(unsigned int reg) { in IsFPR() function in RegisterContextPOSIX_loongarch64
H A DRegisterContextPOSIX_riscv64.cpp79 bool RegisterContextPOSIX_riscv64::IsFPR(unsigned int reg) { in IsFPR() function in RegisterContextPOSIX_riscv64
H A DRegisterContextPOSIX_arm.cpp35 bool RegisterContextPOSIX_arm::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_arm
H A DRegisterContextPOSIX_arm64.cpp35 bool RegisterContextPOSIX_arm64::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_arm64
H A DRegisterContextPOSIX_s390x.cpp76 bool RegisterContextPOSIX_s390x::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_s390x
H A DRegisterContextPOSIX_powerpc.cpp83 bool RegisterContextPOSIX_powerpc::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_powerpc
H A DRegisterContextPOSIX_ppc64le.cpp102 bool RegisterContextPOSIX_ppc64le::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_ppc64le
H A DRegisterContextPOSIX_mips64.cpp33 bool RegisterContextPOSIX_mips64::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_mips64
H A DRegisterContextPOSIX_x86.cpp380 bool RegisterContextPOSIX_x86::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_x86
388 bool RegisterContextPOSIX_x86::IsFPR(unsigned reg, FPRType fpr_type) { in IsFPR() function in RegisterContextPOSIX_x86
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_loongarch64.cpp250 bool NativeRegisterContextLinux_loongarch64::IsFPR(unsigned reg) const { in IsFPR() function in NativeRegisterContextLinux_loongarch64
H A DNativeRegisterContextLinux_riscv64.cpp262 bool NativeRegisterContextLinux_riscv64::IsFPR(unsigned reg) const { in IsFPR() function in NativeRegisterContextLinux_riscv64
H A DNativeRegisterContextLinux_s390x.cpp184 bool NativeRegisterContextLinux_s390x::IsFPR(uint32_t reg_index) const { in IsFPR() function in NativeRegisterContextLinux_s390x
H A DNativeRegisterContextLinux_x86_64.cpp894 bool NativeRegisterContextLinux_x86_64::IsFPR(uint32_t reg_index) const { in IsFPR() function in NativeRegisterContextLinux_x86_64
H A DNativeRegisterContextLinux_ppc64le.cpp449 bool NativeRegisterContextLinux_ppc64le::IsFPR(unsigned reg) const { in IsFPR() function in NativeRegisterContextLinux_ppc64le
H A DNativeRegisterContextLinux_arm64.cpp625 bool NativeRegisterContextLinux_arm64::IsFPR(unsigned reg) const { in IsFPR() function in NativeRegisterContextLinux_arm64
H A DNativeRegisterContextLinux_arm.cpp271 bool NativeRegisterContextLinux_arm::IsFPR(unsigned reg) const { in IsFPR() function in NativeRegisterContextLinux_arm
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows_arm64.cpp153 bool NativeRegisterContextWindows_arm64::IsFPR(uint32_t reg_index) const { in IsFPR() function in NativeRegisterContextWindows_arm64
H A DNativeRegisterContextWindows_arm.cpp138 bool NativeRegisterContextWindows_arm::IsFPR(uint32_t reg_index) const { in IsFPR() function in NativeRegisterContextWindows_arm
H A DNativeRegisterContextWindows_x86_64.cpp120 bool NativeRegisterContextWindows_x86_64::IsFPR(uint32_t reg_index) const { in IsFPR() function in NativeRegisterContextWindows_x86_64
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp317 auto IsFPR = [&](const MCOperand &Op) { in isFpOrNEON() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp454 bool IsFPR = Ty.isVector() || isPreISelGenericFloatingPointOpcode(Opc); in getSameKindOfOperandsMapping() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp3254 auto IsFPR = [&](const MachineOperand &Op) { in isFpOrNEON() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp6022 bool IsFPR = BaseTy->isFloatingPointTy() || BaseTy->isVectorTy(); in EmitAAPCSVAArg() local