Jakub Konka 7bf12b1197 arm: move cpu model table into system/arm.zig
Now we can reuse the table between CPU model parsers on Linux and
Windows.

Use similar parsing structure for Windows as we do for Linux. On
Windows, we rely on two entries in the registry per CPU core:
`CP 4000` and `Identifier`. Collating the data from the two allows
us recreating most of the `/proc/cpuinfo` data natively on Windows.
Additionally, we still allow for overwriting any CPU features as flagged
by pulling the feature data embedded in `SharedUserData`.
2022-11-28 17:07:35 +01:00
..
2022-08-02 19:22:09 -07:00
2022-08-02 19:22:09 -07:00
2022-07-01 21:35:19 -07:00
2022-10-20 09:21:06 -07:00
2022-07-01 21:35:19 -07:00