|
GCC Middle and Back End API Reference
|

Data Fields | |
| struct operand_data * | next |
| int | index |
| const char * | predicate |
| const char * | constraint |
| enum machine_mode | mode |
| unsigned char | n_alternatives |
| char | address_p |
| char | strict_low |
| char | eliminable |
| char | seen |
Record in this chain all information about the operands we will output.
| char operand_data::address_p |
| const char* operand_data::constraint |
| char operand_data::eliminable |
| int operand_data::index |
| enum machine_mode operand_data::mode |
| unsigned char operand_data::n_alternatives |
| struct operand_data* operand_data::next |
Referenced by place_operands().
| const char* operand_data::predicate |
| char operand_data::seen |
| char operand_data::strict_low |