Lines Matching refs:PartMappings
39 RegisterBankInfo::PartialMapping PartMappings[]{ variable
58 checkPartMapping(PartMappings[PMI_GPR - PMI_Min], 0, 32, GPRRegBankID) && in checkPartialMappings()
61 checkPartMapping(PartMappings[PMI_SPR - PMI_Min], 0, 32, FPRRegBankID) && in checkPartialMappings()
64 checkPartMapping(PartMappings[PMI_DPR - PMI_Min], 0, 64, FPRRegBankID) && in checkPartialMappings()
80 {&PartMappings[PMI_GPR - PMI_Min], 1},
81 {&PartMappings[PMI_GPR - PMI_Min], 1},
82 {&PartMappings[PMI_GPR - PMI_Min], 1},
84 {&PartMappings[PMI_SPR - PMI_Min], 1},
85 {&PartMappings[PMI_SPR - PMI_Min], 1},
86 {&PartMappings[PMI_SPR - PMI_Min], 1},
88 {&PartMappings[PMI_DPR - PMI_Min], 1},
89 {&PartMappings[PMI_DPR - PMI_Min], 1},
90 {&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()