Searched refs:MAXSPECIAL (Results 1 – 10 of 10) sorted by relevance
236 #define SHSTR (MAXSPECIAL+1) /* short struct */237 #define SFUNCALL (MAXSPECIAL+2) /* struct assign after function call */238 #define SPCON (MAXSPECIAL+3) /* positive nonnamed constant */243 #define SMIXOR (MAXSPECIAL+4)244 #define SMILWXOR (MAXSPECIAL+5)245 #define SMIHWXOR (MAXSPECIAL+6)246 #define SCON32 (MAXSPECIAL+7) /* 32-bit constant */
232 #define SANDSCON (MAXSPECIAL+1)233 #define SINCB (MAXSPECIAL+2) /* post-increment */234 #define SINCW (MAXSPECIAL+3) /* post-increment */235 #define SARGSUB (MAXSPECIAL+4) /* arg pointer to array */236 #define SARGINC (MAXSPECIAL+5) /* post-increment arg */
290 #define SHSTR (MAXSPECIAL+1) /* short struct */291 #define SFUNCALL (MAXSPECIAL+2) /* struct assign after function call */292 #define SPCON (MAXSPECIAL+3) /* positive nonnamed constant */297 #define SMIXOR (MAXSPECIAL+4)298 #define SMILWXOR (MAXSPECIAL+5)299 #define SMIHWXOR (MAXSPECIAL+6)300 #define STWO (MAXSPECIAL+7) /* exactly two */301 #define SMTWO (MAXSPECIAL+8) /* exactly minus two */
466 #define SFUNCALL (MAXSPECIAL+1) /* struct assign after function call */467 #define SPCNHI (MAXSPECIAL+2) /* high 21bits constant */468 #define SPCON (MAXSPECIAL+3) /* smaller constant */469 #define SPICON (MAXSPECIAL+4) /* even smaller constant */470 #define SPCNHW (MAXSPECIAL+5) /* LL const w/ 0 in low word */471 #define SPCNLW (MAXSPECIAL+6) /* LL const w/ 0 in high word */472 #define SPIMM (MAXSPECIAL+7) /* immidiate const for depi/comib */473 #define SPNAME (MAXSPECIAL+8) /* ext symbol reference load/store */
306 #define SHSTR (MAXSPECIAL+1) /* short struct */307 #define SFUNCALL (MAXSPECIAL+2) /* struct assign after function call */308 #define SPCON (MAXSPECIAL+3) /* positive nonnamed constant */313 #define SMIXOR (MAXSPECIAL+4)314 #define SMILWXOR (MAXSPECIAL+5)315 #define SMIHWXOR (MAXSPECIAL+6)
366 #define SHSTR (MAXSPECIAL+1) /* short struct */367 #define SFUNCALL (MAXSPECIAL+2) /* struct assign after function call */368 #define SPCON (MAXSPECIAL+3) /* positive constant */
180 #define SLDFPSP (MAXSPECIAL+1) /* load fp or sp */
249 #define SNCON (MAXSPECIAL+1) /* named constand */
336 #define SPCON (MAXSPECIAL+1) /* positive constant */
98 #define MAXSPECIAL (SPECIAL|5) macro