libFirm
|
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 344 of file firm_types.h.
ident* ir_asm_constraint::constraint |
The constraint for this input/output.
Definition at line 346 of file firm_types.h.
ir_mode* ir_asm_constraint::mode |
The mode of the constraint.
Definition at line 347 of file firm_types.h.
unsigned ir_asm_constraint::pos |
The inputs/output position for this constraint.
Definition at line 345 of file firm_types.h.