Lines Matching refs:PartMappings
38 const 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}};
100 &PartMappings[PMI_GPR - PMI_Min]) && in checkValueMappings()
103 &PartMappings[PMI_GPR - PMI_Min]) && in checkValueMappings()
106 &PartMappings[PMI_GPR - PMI_Min]) && in checkValueMappings()
110 &PartMappings[PMI_SPR - PMI_Min]) && in checkValueMappings()
113 &PartMappings[PMI_SPR - PMI_Min]) && in checkValueMappings()
116 &PartMappings[PMI_SPR - PMI_Min]) && in checkValueMappings()
120 &PartMappings[PMI_DPR - PMI_Min]) && in checkValueMappings()
123 &PartMappings[PMI_DPR - PMI_Min]) && in checkValueMappings()
126 &PartMappings[PMI_DPR - PMI_Min]) && in checkValueMappings()