Searched refs:MIN_INT (Results 1 - 25 of 25) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/common/
H A Dalu-n-tst.h10 #define MIN_INT XCONCAT2(MIN_INT,N) macro
143 { MAX_INT, { { "ADDC", 1 }, }, MIN_INT, 0, 1, },
144 { MIN_INT, { { "ADDC", -1 }, }, MAX_INT, 1, 1, },
145 { MAX_INT, { { "ADDC", MIN_INT }, }, -1, 0, 0, },
146 { MIN_INT, { { "ADDC", MAX_INT }, }, -1, 0, 0, },
148 { MIN_INT, { { "ADDC", MIN_INT }, }, 0, 1, 1, },
156 { 0, { { "ADDC_C1", MAX_INT }, }, MIN_INT, 0, 1, },
157 { MAX_INT, { { "ADDC_C1", 1 }, }, MIN_INT
257 #undef MIN_INT macro
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/common/
H A Dalu-n-tst.h10 #define MIN_INT XCONCAT2(MIN_INT,N) macro
143 { MAX_INT, { { "ADDC", 1 }, }, MIN_INT, 0, 1, },
144 { MIN_INT, { { "ADDC", -1 }, }, MAX_INT, 1, 1, },
145 { MAX_INT, { { "ADDC", MIN_INT }, }, -1, 0, 0, },
146 { MIN_INT, { { "ADDC", MAX_INT }, }, -1, 0, 0, },
148 { MIN_INT, { { "ADDC", MIN_INT }, }, 0, 1, 1, },
156 { 0, { { "ADDC_C1", MAX_INT }, }, MIN_INT, 0, 1, },
157 { MAX_INT, { { "ADDC_C1", 1 }, }, MIN_INT
257 #undef MIN_INT macro
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/driver/
H A Dtarget.c104 #define PCC_WCHAR_MIN MIN_INT
117 #define PCC_WINT_MIN MIN_INT
145 #define PCC_PTRDIFF_MIN MIN_INT
/netbsd-current/external/bsd/pcc/dist/pcc/arch/vax/
H A Dmacdefs.h74 #define MIN_INT (-0x7fffffff-1) macro
77 #define MIN_LONG MIN_INT
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dmacdefs.h82 #define MIN_INT -32768 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/nova/
H A Dmacdefs.h76 #define MIN_INT MIN_SHORT macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/arm/
H A Dmacdefs.h78 #define MIN_INT -1 macro
81 #define MIN_LONG MIN_INT
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dmacdefs.h69 #define MIN_INT (-0x7fffffff-1) macro
72 #define MIN_LONG MIN_INT
/netbsd-current/external/bsd/pcc/dist/pcc/arch/mips/
H A Dmacdefs.h92 #define MIN_INT (-0x7fffffff-1) macro
95 #define MIN_LONG MIN_INT
/netbsd-current/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dmacdefs.h90 #define MIN_INT -1 macro
93 #define MIN_LONG MIN_INT
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/aarch64/
H A Dadds.s5 # and MIN_INT and -1 (V),
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/aarch64/
H A Dadds.s5 # and MIN_INT and -1 (V),
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dmacdefs.h81 #define MIN_INT (-0x7fff-1) macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dmacdefs.h79 #define MIN_INT (-0x7fffffff-1) macro
82 #define MIN_LONG MIN_INT
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i386/
H A Dmacdefs.h90 #define MIN_INT (-0x7fffffff-1) macro
93 #define MIN_LONG MIN_INT
/netbsd-current/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dmacdefs.h82 #define MIN_INT -1 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dmacdefs.h83 #define MIN_INT (-0x7fffffff-1) macro
H A Dorder.c44 if (off > MAX_INT || off < MIN_INT)
H A Dlocal2.c1025 if (getlval(p) < MIN_INT || getlval(p) > MAX_INT)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dmacdefs.h84 #define MIN_INT (-0377777777777LL-1) macro
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-fpu.c177 #define MIN_INT (is_64bit ? MIN_INT64 : MIN_INT32) macro
443 *i = MIN_INT; /* FIXME */
448 *i = MIN_INT; /* FIXME */
454 *i = s->sign ? MIN_INT : MAX_INT;
463 /* Is the floating point MIN_INT or just close? */
466 *i = MIN_INT;
505 *i = s->sign ? MIN_INT : MAX_INT;
547 if (i == MIN_INT)
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-fpu.c178 #define MIN_INT (is_64bit ? MIN_INT64 : MIN_INT32) macro
441 *i = MIN_INT; /* FIXME */
446 *i = MIN_INT; /* FIXME */
452 *i = s->sign ? MIN_INT : MAX_INT;
461 /* Is the floating point MIN_INT or just close? */
464 *i = MIN_INT;
503 *i = s->sign ? MIN_INT : MAX_INT;
545 if (i == MIN_INT)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i86/
H A Dmacdefs.h82 #define MIN_INT MIN_SHORT macro
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dstabs.c107 ptype("int", ADDTYPE(INT)->num, INTNUM, MIN_INT, MAX_INT);
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dstabs.c107 ptype("int", ADDTYPE(INT)->num, INTNUM, MIN_INT, MAX_INT);

Completed in 302 milliseconds