I have some needs in the Mips compiler to have some special calling conventions; for now just
used internally by the compiler.
In the ir there is the general "cc <n>".
Is there a way to register a calling convention with target independent code so that if those attribute is attached to the function ir , that the corresponding calling convention will be
used when generating calls to that function?
Tia.
Reed