Home | History | Annotate | Download | only in arm64

Lines Matching refs:type_

392         size_(reg1.SizeInBits()), type_(reg1.type()) {
398 : list_(list), size_(size), type_(type) {
404 : size_(size), type_(type) {
417 return type_;
481 if (!other1.IsNone() && (other1.type() == type_)) list |= other1.Bit();
482 if (!other2.IsNone() && (other2.type() == type_)) list |= other2.Bit();
483 if (!other3.IsNone() && (other3.type() == type_)) list |= other3.Bit();
484 if (!other4.IsNone() && (other4.type() == type_)) list |= other4.Bit();
512 CPURegister::RegisterType type_;
517 switch (type_) {