Searched refs:__SI_FAULT (Results 1 – 2 of 2) sorted by relevance
147 #define __SI_FAULT 0 macro169 #define ILL_ILLOPC (__SI_FAULT|1)170 #define ILL_ILLOPN (__SI_FAULT|2)171 #define ILL_ILLADR (__SI_FAULT|3)172 #define ILL_ILLTRP (__SI_FAULT|4)174 #define ILL_PRVOPC (__SI_FAULT|5)175 #define ILL_PRVREG (__SI_FAULT|6)176 #define ILL_COPROC (__SI_FAULT|7)177 #define ILL_BADSTK (__SI_FAULT|8)180 #define FPE_INTDIV (__SI_FAULT|1)[all …]
114 #define __SI_FAULT 0 macro133 #define ILL_ILLOPC (__SI_FAULT|1) 134 #define ILL_ILLOPN (__SI_FAULT|2) 135 #define ILL_ILLADR (__SI_FAULT|3) 136 #define ILL_ILLTRP (__SI_FAULT|4) 137 #define ILL_PRVOPC (__SI_FAULT|5) 138 #define ILL_PRVREG (__SI_FAULT|6) 139 #define ILL_COPROC (__SI_FAULT|7) 140 #define ILL_BADSTK (__SI_FAULT|8) 143 #define FPE_INTDIV (__SI_FAULT|1) [all …]