Register Transfer Language (RTL) — gcc-python-plugin 0.16 documentation (original) (raw)
- Docs »
- Miscellanea »
- Register Transfer Language (RTL)
- Edit on GitHub
class gcc.
Rtl
¶
A wrapper around GCC’s struct rtx_def type: an expression within GCC’s Register Transfer Language
loc
¶
The gcc.Location of this expression, or None
operands
¶
The operands of this expression, as a tuple. The precise type of the operands will vary by subclass.
There are numerous subclasses. However, this part of the API is much less polished than the rest of the plugin.