Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsSubtarget.h59 bool IsGP64bit; variable
116 bool isGP64bit() const { return IsGP64bit; } in isGP64bit()
117 bool isGP32bit() const { return !IsGP64bit; } in isGP32bit()
DMipsSubtarget.cpp28 IsSingleFloat(false), IsFP64bit(false), IsGP64bit(false), HasVFPU(false), in MipsSubtarget()
DMips.td33 def FeatureGP64Bit : SubtargetFeature<"gp64", "IsGP64bit", "true",
/external/llvm/lib/Target/Mips/
DMipsSubtarget.h82 bool IsGP64bit; variable
227 bool isGP64bit() const { return IsGP64bit; } in isGP64bit()
228 bool isGP32bit() const { return !IsGP64bit; } in isGP32bit()
DMipsSubtarget.cpp68 IsNaN2008bit(false), IsGP64bit(false), HasVFPU(false), HasCnMips(false), in MipsSubtarget()
DMips.td25 // Predicates for the GPR size such as IsGP64bit
70 def FeatureGP64Bit : SubtargetFeature<"gp64", "IsGP64bit", "true",
DMipsMSAInstrInfo.td3774 GPR64), [HasMSA, IsGP64bit]>;
3795 GPR64), [HasMSA, IsGP64bit]>;
3843 GPR64), [HasMSA, IsGP64bit]>;
3881 [HasMSA, IsGP64bit]>;
DMipsInstrInfo.td178 def IsGP64bit : Predicate<"Subtarget->isGP64bit()">,
230 class GPR_64 { list<Predicate> GPRPredicates = [IsGP64bit]; }