Home
last modified time | relevance | path

Searched refs:OUTPREC (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/gcc/config/s390/
H A Ds390.h912 #define TRULY_NOOP_TRUNCATION(OUTPREC, INPREC) 1 argument
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.h2267 #define TRULY_NOOP_TRUNCATION(OUTPREC, INPREC) \ argument
2268 (TARGET_64BIT ? ((INPREC) <= 32 || (OUTPREC) > 32) : 1)
/freebsd-12.1/contrib/gcc/config/ia64/
H A Dia64.h1959 #define TRULY_NOOP_TRUNCATION(OUTPREC, INPREC) 1 argument
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc.h2100 #define TRULY_NOOP_TRUNCATION(OUTPREC, INPREC) 1 argument
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.h1829 #define TRULY_NOOP_TRUNCATION(OUTPREC, INPREC) 1 argument
/freebsd-12.1/contrib/gcc/config/arm/
H A Darm.h2077 #define TRULY_NOOP_TRUNCATION(OUTPREC, INPREC) 1 argument
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.h1821 #define TRULY_NOOP_TRUNCATION(OUTPREC, INPREC) 1 argument
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200024269 * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.