1
2
3
4
5
6
7
8
9
10
11
12
13
| /* Generated automatically by the program `genconstants'
| from the machine description file `md'. */
|
| #ifndef GCC_INSN_CONSTANTS_H
| #define GCC_INSN_CONSTANTS_H
|
| #define UNSPEC_FRAME 0
| #define CC_REG 34
| #define SP_REG 1
| #define UNSPECV_SIBCALL_EPILOGUE 0
| #define FP_REG 2
|
| #endif /* GCC_INSN_CONSTANTS_H */
|
|