Searched defs:RegStorage (Results 1 – 1 of 1) sorted by relevance
107 constexpr RegStorage(RegStorageKind rs_kind, int reg) in RegStorage() function113 constexpr RegStorage(RegStorageKind rs_kind, int low_reg, int high_reg) in RegStorage() function123 constexpr explicit RegStorage(uint16_t val) : reg_(val) {} in RegStorage() function124 RegStorage() : reg_(kInvalid) {} in RegStorage() function