| 35 | int model() const { return model_; } |
| 36 | int family() const { return family_; } |
| 37 | int type() const { return type_; } |
| 38 | int extended_model() const { return ext_model_; } |
| 39 | int extended_family() const { return ext_family_; } |
| 40 | bool has_mmx() const { return has_mmx_; } |
no outgoing calls
no test coverage detected