libFirm 1.20
|
A runtime routine description. More...
#include <lowering.h>
Data Fields | |
ir_entity * | ent |
The entity representing the runtime routine. | |
ir_mode * | mode |
The operation mode of the mapped instruction. | |
ir_mode * | res_mode |
The result mode of the mapped instruction or NULL. | |
long | mem_proj_nr |
if >= 0, create a memory ProjM() | |
long | regular_proj_nr |
if >= 0, create a regular ProjX() | |
long | exc_proj_nr |
if >= 0, create a exception ProjX() | |
long | res_proj_nr |
if >= 0, first result projection number |
A runtime routine description.
Definition at line 450 of file lowering.h.
The entity representing the runtime routine.
Definition at line 451 of file lowering.h.
if >= 0, create a exception ProjX()
Definition at line 456 of file lowering.h.
if >= 0, create a memory ProjM()
Definition at line 454 of file lowering.h.
The operation mode of the mapped instruction.
Definition at line 452 of file lowering.h.
if >= 0, create a regular ProjX()
Definition at line 455 of file lowering.h.
The result mode of the mapped instruction or NULL.
Definition at line 453 of file lowering.h.
if >= 0, first result projection number
Definition at line 457 of file lowering.h.