00001
00002
00003
00004 #ifndef GCC_INSN_CONSTANTS_H
00005 #define GCC_INSN_CONSTANTS_H
00006
00007 #define UNSPEC_POPCNT 16
00008 #define UNSPEC_FETCHADD_ACQ 20
00009 #define UNSPEC_LD_BASE 9
00010 #define UNSPEC_FR_SPILL 12
00011 #define UNSPEC_PROLOGUE_USE 25
00012 #define UNSPEC_GR_SPILL 10
00013 #define UNSPEC_CMPXCHG_ACQ 19
00014 #define UNSPEC_GR_RESTORE 11
00015 #define UNSPEC_FR_RESTORE 13
00016 #define UNSPEC_LTOFF_DTPMOD 0
00017 #define UNSPEC_TPREL 4
00018 #define UNSPECV_ALLOC 0
00019 #define UNSPEC_MF 18
00020 #define UNSPEC_LTOFF_TPREL 3
00021 #define UNSPEC_PRED_REL_MUTEX 15
00022 #define UNSPECV_SET_BSP 4
00023 #define UNSPECV_PSAC_ALL 5
00024 #define UNSPEC_BSP_VALUE 21
00025 #define UNSPEC_FR_RECIP_APPROX 14
00026 #define UNSPEC_ADDP4 24
00027 #define UNSPEC_PIC_CALL 17
00028 #define UNSPEC_DTPREL 2
00029 #define UNSPECV_INSN_GROUP_BARRIER 2
00030 #define UNSPECV_SETJMP_RECEIVER 7
00031 #define UNSPECV_BREAK 3
00032 #define UNSPEC_LTOFF_DTPREL 1
00033 #define UNSPEC_BUNDLE_SELECTOR 23
00034 #define UNSPECV_BLOCKAGE 1
00035 #define UNSPECV_PSAC_NORMAL 6
00036 #define UNSPEC_FLUSHRS 22
00037
00038 #endif