Home | History | Annotate | Download | only in arm64

Lines Matching defs:reg_kind

864       RegStorage::RegStorageKind reg_kind;
867 reg_kind = RegStorage::k64BitSolo;
870 reg_kind = RegStorage::k32BitSolo;
872 return RegStorage(RegStorage::kValid | reg_kind | RegStorage::kFloatingPoint | n);