Hi, Is it possible to have a call insn that doesn't automatically clobber all the registers specified in CALL_USED_REGISTERS ? This would be useful for an explicit stack checking function, called from the function prologue, which always preserves the registers it uses rather than leaving it up to the caller to preserve the registers. Regards, Nick.