Displaying 2 results from an estimated 2 matches for "allocation_ord".
Did you mean:
allocation_order
2004 Jul 08
2
[LLVMdev] Callee saved register, almost
I've another problem. There's one register, gr6, which is used to return high
part of return value for functions returning 64-bit values. For such
functions, the register should not be saved, naturally.
But when function does not return 64-bit value, then the register must be
saved. How can I express this in .td file?
- Volodya
2004 Jul 08
0
[LLVMdev] Callee saved register, almost
Vladimir Prus wrote:
> I've another problem. There's one register, gr6, which is used to return
> high part of return value for functions returning 64-bit values. For such
> functions, the register should not be saved, naturally.
>
> But when function does not return 64-bit value, then the register must be
> saved. How can I express this in .td file?
Ok, I've managed