# Tell the compiler to treat all general purpose registers (with the# exception of the IP registers, which are already handled by the caller# in case of a PLT) as callee-saved, which allows for efficient runtime# patching of the bl instruction in the caller with an atomic instruction# when supported by the CPU. Result and argument registers are handled# correctly, based on the function prototype.