Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000.h1453 #define GP_ARG_RETURN GP_ARG_MIN_REG macro
1492 ((N) == GP_ARG_RETURN \
Drs6000.cc23397 regno = GP_ARG_RETURN; in rs6000_complex_function_value()
23503 return rs6000_parallel_return (mode, count, SImode, GP_ARG_RETURN, 1); in rs6000_function_value()
23528 regno = GP_ARG_RETURN; in rs6000_function_value()
23542 return rs6000_parallel_return (mode, 2, SImode, GP_ARG_RETURN, 1); in rs6000_libcall_value()
23558 regno = GP_ARG_RETURN; in rs6000_libcall_value()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200623313 (rs6000_function_value): Use GP_ARG_RETURN for decimal floats.