Home
last modified time | relevance | path

Searched refs:native_interpret_real (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.h39 extern tree native_interpret_real (tree, const unsigned char *, int);
H A Dfold-const.cc8670 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 Dgimple-fold.cc4830 tree cst = native_interpret_real (type, buf->buf + buf->size, sz); in clear_padding_type()
H A DChangeLog10406 * 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 DChangeLog-200614406 * fold-const.c (native_encode_vector, native_interpret_real):
14421 (native_interpret_real): New function.
H A DChangeLog-200713366 native_interpret_real, native_interpret_complex,
24210 (native_interpret_real): Interpret buffer as a series of 32-bit
H A DChangeLog-201717933 (native_interpret_real): Likewise.
19016 (native_interpret_real): Likewise.
H A DChangeLog-20086648 (native_interpret_real): Likewise.
H A DChangeLog-202014712 * fold-const.c (native_interpret_real): For MODE_COMPOSITE_P modes
H A DChangeLog-201517234 * fold-const.c (native_interpret_real): Fix HFmode for bigendian where
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.c8227 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()