|
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 |
Referenced by scan_operands().
| const char* operand_data::constraint |
Referenced by compare_operands(), output_operand_data(), scan_operands(), and validate_insn_alternatives().
| char operand_data::eliminable |
Referenced by compare_operands(), output_operand_data(), and scan_operands().
| int operand_data::index |
Referenced by place_operands().
| enum machine_mode operand_data::mode |
Referenced by compare_operands(), output_operand_data(), scan_operands(), and validate_optab_operands().
| unsigned char operand_data::n_alternatives |
Referenced by scan_operands(), and validate_insn_alternatives().
| struct operand_data* operand_data::next |
Referenced by output_operand_data(), and place_operands().
| const char* operand_data::predicate |
Referenced by compare_operands(), output_operand_data(), and scan_operands().
| char operand_data::seen |
Referenced by scan_operands(), and validate_insn_operands().
| char operand_data::strict_low |
Referenced by compare_operands(), output_operand_data(), and scan_operands().