diff options
| author | Rusty Wagner <rusty@vector35.com> | 2020-04-28 17:13:54 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2020-04-28 17:17:46 -0400 |
| commit | ce385dc73e2d264fc2404c75b060a8a42486e27b (patch) | |
| tree | d5e4650935f414799a6b61f9cd22f047b7d0cfee /python/flowgraph.py | |
| parent | e2c1b6123769e9eb185ddb23c2f7131ed6e593e8 (diff) | |
Add system register list to architectures.
Global registers are commonly used for module data pointers in
architectures, which are global in nature but should still be eliminated
in high level ILs once the data pointers have been resolved. This means
there needs to be an additional type of global register for those that
should never be eliminated in any way, such as an MSR register or other
registers that contain important system state with side effects. To
allow for this, a list of system registers can be supplied by the
archtiecture.
Diffstat (limited to 'python/flowgraph.py')
0 files changed, 0 insertions, 0 deletions
