allocretregs

Allocate registers for function return values.

version(COMPILE)
extern (C++) nothrow
allocretregs

Parameters

ty tym_t

return type

t type*

return type extended info

tyf tym_t

function type

reg1 reg_t*

output for the first part register

reg2 reg_t*

output for the second part register

Return Value

Type: regm_t

a bit mask of return registers. 0 if function returns on the stack or returns void.

Meta