Searched refs:real_2expN (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | real.h | 248 extern void real_2expN (REAL_VALUE_TYPE *, int);
|
| HD | optabs.c | 4643 real_2expN (&offset, GET_MODE_BITSIZE (GET_MODE (from))); in expand_float() 4777 real_2expN (&offset, bitsize - 1); in expand_fix()
|
| HD | real.c | 2300 real_2expN (REAL_VALUE_TYPE *r, int n) in real_2expN() function
|
| HD | ChangeLog-2002 | 6939 real_inf, real_nan, real_2expN, real_convert, real_to_target, 7503 * optabs.c (expand_float): Use real_2expN.
|
| /NextBSD/contrib/gcc/config/mips/ |
| HD | mips.md | 2717 real_2expN (&offset, 31); 2762 real_2expN (&offset, 63); 2804 real_2expN (&offset, 31); 2846 real_2expN (&offset, 63);
|
| /NextBSD/contrib/gcc/config/s390/ |
| HD | s390.md | 3090 real_2expN (&cmp, GET_MODE_BITSIZE(<GPR:MODE>mode) - 1); 3091 real_2expN (&sub, GET_MODE_BITSIZE(<GPR:MODE>mode));
|