
AsmJit
Low-Latency Machine Code Generation
Register traits.
Register traits contain metadata about a particular register type. The metadata is used by AsmJit to setup register information on-the-fly and to populate tables that contain register information (this way it's possible to change register types and groups without having to reorder these tables).
TypeId representing this register type, could be TypeId::kVoid if such type doesn't exist.
RegType is not valid by default.
Zero type by default (defaults to None).
Zero group by default (defaults to GP).