Page MenuHomeFreeBSD

csu: Avoid additional nops in the MIPS INIT_CALL_SEQ macro
ClosedPublic

Authored by arichardson on May 27 2020, 11:55 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 20, 6:17 PM
Unknown Object (File)
Mon, Oct 20, 6:17 PM
Unknown Object (File)
Mon, Oct 20, 6:17 PM
Unknown Object (File)
Mon, Oct 20, 5:04 AM
Unknown Object (File)
Sat, Oct 18, 11:24 PM
Unknown Object (File)
Tue, Oct 7, 12:21 PM
Unknown Object (File)
Sep 23 2025, 10:07 AM
Unknown Object (File)
Sep 7 2025, 5:33 PM
Subscribers

Details

Summary

Since we had a .set reorder, the nop after the "jal" was being placed after
the delay slot, resulting in two nops.
While changing this code also guard the .set noreorder with .set push/pop
and use $zero as the cpsetup save register since we don't need to save $gp.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 31328
Build 28965: arc lint + arc unit