forked from ~ljy/RK356X_SDK_RELEASE

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