GCC Middle and Back End API Reference
|
#include <recog.h>
Data Fields | |
const char * | constraint |
enum reg_class | cl |
unsigned int | reject |
int | matches |
int | matched |
unsigned int | earlyclobber:1 |
unsigned int | memory_ok:1 |
unsigned int | offmem_ok:1 |
unsigned int | nonoffmem_ok:1 |
unsigned int | decmem_ok:1 |
unsigned int | incmem_ok:1 |
unsigned int | is_address:1 |
unsigned int | anything_ok:1 |
unsigned int operand_alternative::anything_ok |
Referenced by preprocess_constraints(), process_alt_operands(), and setup_operand_alternative().
enum reg_class operand_alternative::cl |
const char* operand_alternative::constraint |
Referenced by curr_insn_transform(), preprocess_constraints(), process_alt_operands(), and setup_operand_alternative().
unsigned int operand_alternative::decmem_ok |
Referenced by preprocess_constraints(), and setup_operand_alternative().
unsigned int operand_alternative::earlyclobber |
Referenced by hide_operands(), preprocess_constraints(), record_out_operands(), and setup_operand_alternative().
unsigned int operand_alternative::incmem_ok |
Referenced by preprocess_constraints(), and setup_operand_alternative().
unsigned int operand_alternative::is_address |
Referenced by preprocess_constraints(), and setup_operand_alternative().
int operand_alternative::matched |
Referenced by preprocess_constraints(), and setup_operand_alternative().
int operand_alternative::matches |
unsigned int operand_alternative::memory_ok |
Referenced by preprocess_constraints(), and setup_operand_alternative().
unsigned int operand_alternative::nonoffmem_ok |
Referenced by preprocess_constraints(), and setup_operand_alternative().
unsigned int operand_alternative::offmem_ok |
Referenced by preprocess_constraints(), and setup_operand_alternative().
unsigned int operand_alternative::reject |
Referenced by preprocess_constraints(), process_alt_operands(), and setup_operand_alternative().