Lines Matching full:conditional
157 #define ETIR_S_C_MINSTCCOD 200 /* Minimum store-conditional code. */
158 #define ETIR_S_C_STC_LP 200 /* Store-conditional Linkage Pair. */
159 #define ETIR_S_C_STC_LP_PSB 201 /* Store-conditional Linkage Pair with Procedure Signature. */
160 #define ETIR_S_C_STC_GBL 202 /* Store-conditional Address at global address. */
161 #define ETIR_S_C_STC_GCA 203 /* Store-conditional Code Address at global address. */
162 #define ETIR_S_C_STC_PS 204 /* Store-conditional Address at psect + offset. */
163 #define ETIR_S_C_STC_NOP_GBL 205 /* Store-conditional NOP at address of global. */
164 #define ETIR_S_C_STC_NOP_PS 206 /* Store-conditional NOP at pect + offset. */
165 #define ETIR_S_C_STC_BSR_GBL 207 /* Store-conditional BSR at global address. */
166 #define ETIR_S_C_STC_BSR_PS 208 /* Store-conditional BSR at pect + offset. */
167 #define ETIR_S_C_STC_LDA_GBL 209 /* Store-conditional LDA at global address. */
168 #define ETIR_S_C_STC_LDA_PS 210 /* Store-conditional LDA at psect + offset. */
169 #define ETIR_S_C_STC_BOH_GBL 211 /* Store-conditional BSR or Hint at global address. */
170 #define ETIR_S_C_STC_BOH_PS 212 /* Store-conditional BSR or Hint at pect + offset. */
171 #define ETIR_S_C_STC_NBH_GBL 213 /* Store-conditional NOP,BSR or HINT at global address. */
172 #define ETIR_S_C_STC_NBH_PS 214 /* Store-conditional NOP,BSR or HINT at psect + offset. */
173 #define ETIR_S_C_MAXSTCCOD 214 /* Maximum store-conditional code. */
610 used by conditional store commands (TIR_S_C_STC_). */