Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c19224 unsigned int inner_bytes = GET_MODE_SIZE (inner); in rs6000_complex_function_value() local
19233 if (TARGET_32BIT && inner_bytes >= 4) in rs6000_complex_function_value()
19237 if (inner_bytes >= 8) in rs6000_complex_function_value()
19243 GEN_INT (inner_bytes)); in rs6000_complex_function_value()