Lines Matching defs:Exclude
1343 // temps.Exclude(x16, x17);
8776 void Exclude(const CPURegList& list);
8777 void Exclude(const Register& reg1,
8781 void Exclude(const VRegister& reg1,
8785 void Exclude(const CPURegister& reg1,
8795 // temps.Exclude(rn);
8796 // temps.Exclude(operand);
8798 // Otherwise, a conditional check is needed on the last 'Exclude'.
8799 void Exclude(const Operand& operand) {
8801 Exclude(operand.GetRegister());