Home
last modified time | relevance | path

Searched refs:MAXSPECIAL (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dmacdefs.h236 #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 */
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dmacdefs.h232 #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 */
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/
H A Dmacdefs.h290 #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 */
/netbsd-src/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dmacdefs.h466 #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 */
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/
H A Dmacdefs.h306 #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)
/netbsd-src/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dmacdefs.h366 #define SHSTR (MAXSPECIAL+1) /* short struct */
367 #define SFUNCALL (MAXSPECIAL+2) /* struct assign after function call */
368 #define SPCON (MAXSPECIAL+3) /* positive constant */
/netbsd-src/external/bsd/pcc/dist/pcc/arch/nova/
H A Dmacdefs.h180 #define SLDFPSP (MAXSPECIAL+1) /* load fp or sp */
/netbsd-src/external/bsd/pcc/dist/pcc/arch/vax/
H A Dmacdefs.h249 #define SNCON (MAXSPECIAL+1) /* named constand */
/netbsd-src/external/bsd/pcc/dist/pcc/arch/mips/
H A Dmacdefs.h336 #define SPCON (MAXSPECIAL+1) /* positive constant */
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dpass2.h98 #define MAXSPECIAL (SPECIAL|5) macro