libFirm 1.20
|
A input/output constraint attribute. More...
#include <firm_types.h>
Data Fields | |
unsigned | pos |
The inputs/output position for this constraint. | |
ident * | constraint |
The constraint for this input/output. | |
ir_mode * | mode |
The mode of the constraint. |
A input/output constraint attribute.
Definition at line 337 of file firm_types.h.
The constraint for this input/output.
Definition at line 339 of file firm_types.h.
The mode of the constraint.
Definition at line 340 of file firm_types.h.
unsigned ir_asm_constraint::pos |
The inputs/output position for this constraint.
Definition at line 338 of file firm_types.h.