insn-config.h 575 B

1234567891011121314151617181920212223
  1. /* Generated automatically by the program `genconfig'
  2. from the machine description file `md'. */
  3. #ifndef GCC_INSN_CONFIG_H
  4. #define GCC_INSN_CONFIG_H
  5. #define MAX_RECOG_OPERANDS 30
  6. #define MAX_DUP_OPERANDS 5
  7. #ifndef MAX_INSNS_PER_SPLIT
  8. #define MAX_INSNS_PER_SPLIT 4
  9. #endif
  10. #define HAVE_cc0 0
  11. #define CC0_P(X) ((X) ? 0 : 0)
  12. #define HAVE_conditional_move 1
  13. #define HAVE_conditional_execution 0
  14. #define HAVE_lo_sum 1
  15. #define HAVE_rotate 1
  16. #define HAVE_rotatert 1
  17. #define HAVE_peephole 0
  18. #define HAVE_peephole2 1
  19. #define MAX_INSNS_PER_PEEP2 4
  20. #endif /* GCC_INSN_CONFIG_H */