Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.c19280 unsigned int inner_bytes = GET_MODE_SIZE (inner); in rs6000_complex_function_value() local
19289 if (TARGET_32BIT && inner_bytes >= 4) in rs6000_complex_function_value()
19293 if (inner_bytes >= 8) in rs6000_complex_function_value()
19299 GEN_INT (inner_bytes)); in rs6000_complex_function_value()