Home
last modified time | relevance | path

Searched refs:nloc_intregs (Results 1 - 2 of 2) sorted by relevance

/third_party/elfutils/backends/
H A Dia64_retval.c49 #define nloc_intregs(n) (2 * (n)) macro
306 return nloc_intregs (2); in ia64_return_value_location()
324 return nloc_intregs (4); in ia64_return_value_location()
335 return nloc_intregs ((size + 7) / 8); in ia64_return_value_location()
H A Darm_retval.c49 #define nloc_intregs(n) (2 * (n)) macro
105 return size <= 4 ? nloc_intreg : nloc_intregs ((size + 3) / 4); in arm_return_value_location()

Completed in 1 milliseconds