Lines Matching refs:PartMappings
38 RegisterBankInfo::PartialMapping PartMappings[]{ variable
57 checkPartMapping(PartMappings[PMI_GPR - PMI_Min], 0, 32, GPRRegBankID) && in checkPartialMappings()
60 checkPartMapping(PartMappings[PMI_SPR - PMI_Min], 0, 32, FPRRegBankID) && in checkPartialMappings()
63 checkPartMapping(PartMappings[PMI_DPR - PMI_Min], 0, 64, FPRRegBankID) && in checkPartialMappings()
79 {&PartMappings[PMI_GPR - PMI_Min], 1},
80 {&PartMappings[PMI_GPR - PMI_Min], 1},
81 {&PartMappings[PMI_GPR - PMI_Min], 1},
83 {&PartMappings[PMI_SPR - PMI_Min], 1},
84 {&PartMappings[PMI_SPR - PMI_Min], 1},
85 {&PartMappings[PMI_SPR - PMI_Min], 1},
87 {&PartMappings[PMI_DPR - PMI_Min], 1},
88 {&PartMappings[PMI_DPR - PMI_Min], 1},
89 {&PartMappings[PMI_DPR - PMI_Min], 1}};
99 &PartMappings[PMI_GPR - PMI_Min]) && in checkValueMappings()
102 &PartMappings[PMI_GPR - PMI_Min]) && in checkValueMappings()
105 &PartMappings[PMI_GPR - PMI_Min]) && in checkValueMappings()
109 &PartMappings[PMI_SPR - PMI_Min]) && in checkValueMappings()
112 &PartMappings[PMI_SPR - PMI_Min]) && in checkValueMappings()
115 &PartMappings[PMI_SPR - PMI_Min]) && in checkValueMappings()
119 &PartMappings[PMI_DPR - PMI_Min]) && in checkValueMappings()
122 &PartMappings[PMI_DPR - PMI_Min]) && in checkValueMappings()
125 &PartMappings[PMI_DPR - PMI_Min]) && in checkValueMappings()