Home | History | Annotate | Download | only in aarch32

Lines Matching defs:Exclude

176 void UseScratchRegisterScope::Exclude(const RegisterList& list) {
183 void UseScratchRegisterScope::Exclude(const VRegisterList& list) {
190 void UseScratchRegisterScope::Exclude(const Operand& operand) {
192 Exclude(operand.GetBaseRegister());
194 Exclude(operand.GetBaseRegister(), operand.GetShiftRegister());
451 // Exclude all registers from the available scratch registers, so
868 temps.Exclude(operand);