Searched refs:native_interpret_real (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | fold-const.h | 39 extern tree native_interpret_real (tree, const unsigned char *, int);
|
| H A D | fold-const.cc | 8670 native_interpret_real (tree type, const unsigned char *ptr, int len) in native_interpret_real() function 8838 if (tree ret = native_interpret_real (type, ptr, len)) in native_interpret_expr()
|
| H A D | gimple-fold.cc | 4830 tree cst = native_interpret_real (type, buf->buf + buf->size, sz); in clear_padding_type()
|
| H A D | ChangeLog | 10406 * fold-const.h (native_interpret_real): Declare. 10407 * fold-const.cc (native_interpret_real): No longer static. Don't 10411 * gimple-fold.cc (clear_padding_type): Call native_interpret_real
|
| H A D | ChangeLog-2006 | 14406 * fold-const.c (native_encode_vector, native_interpret_real): 14421 (native_interpret_real): New function.
|
| H A D | ChangeLog-2007 | 13366 native_interpret_real, native_interpret_complex, 24210 (native_interpret_real): Interpret buffer as a series of 32-bit
|
| H A D | ChangeLog-2017 | 17933 (native_interpret_real): Likewise. 19016 (native_interpret_real): Likewise.
|
| H A D | ChangeLog-2008 | 6648 (native_interpret_real): Likewise.
|
| H A D | ChangeLog-2020 | 14712 * fold-const.c (native_interpret_real): For MODE_COMPOSITE_P modes
|
| H A D | ChangeLog-2015 | 17234 * fold-const.c (native_interpret_real): Fix HFmode for bigendian where
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | fold-const.c | 8227 native_interpret_real (tree type, const unsigned char *ptr, int len) in native_interpret_real() function 8406 return native_interpret_real (type, ptr, len); in native_interpret_expr()
|