Home
last modified time | relevance | path

Searched refs:contains_fp (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dprotector.h41 extern int contains_fp PARAMS ((rtx op));
Dprotector.c474 contains_fp (op) in contains_fp() function
513 if (contains_fp (XEXP (x, i))) return TRUE;
517 if (contains_fp (XVECEXP (x, i, j))) return TRUE;
Dexpr.c8147 && !(flag_propolice_protection && (contains_fp (op0) || contains_fp (op1))))