Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32c/
H A Dm32c-protos.h32 poly_int64 m32c_push_rounding (poly_int64);
H A Dm32c.h476 #define PUSH_ROUNDING(N) m32c_push_rounding (N)
H A Dm32c.c1292 m32c_push_rounding (poly_int64 n) in m32c_push_rounding() function
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32c/
H A Dm32c-protos.h32 poly_int64 m32c_push_rounding (poly_int64);
H A Dm32c.h475 #define PUSH_ROUNDING(N) m32c_push_rounding (N)
H A Dm32c.cc1293 m32c_push_rounding (poly_int64 n) in m32c_push_rounding() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201835447 * config/m32c/m32c-protos.h (m32c_push_rounding): Take and return
35449 * config/m32c/m32c.c (m32c_push_rounding): Likewise.
H A DChangeLog-20106746 (m32c_push_rounding): Change return type to unsigned int.
6765 * config/m32c/m32c-protos.h (m32c_push_rounding): Update prototype.