Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/config/v850/
H A Dv850.h209 SMALL_MEMORY_ZDA, enumerator
223 { "zda=", &small_memory[ (int)SMALL_MEMORY_ZDA ].value, \
225 { "zda-", &small_memory[ (int)SMALL_MEMORY_ZDA ].value, "" }, \
H A Dv850.c2315 else if (size <= small_memory [(int) SMALL_MEMORY_ZDA].max)
/openbsd/gnu/gcc/gcc/config/v850/
H A Dv850.h103 SMALL_MEMORY_ZDA, enumerator
H A Dv850.c217 return v850_handle_memory_option (SMALL_MEMORY_ZDA, arg); in v850_handle_option()
2253 else if (size <= small_memory [(int) SMALL_MEMORY_ZDA].max) in v850_encode_data_area()