diff --git a/lib/std/builtin/assembly.zig b/lib/std/builtin/assembly.zig index c4c589885e..8c8ddcbf65 100644 --- a/lib/std/builtin/assembly.zig +++ b/lib/std/builtin/assembly.zig @@ -1004,13 +1004,17 @@ pub const Clobbers = switch (@import("builtin").cpu.arch) { /// addresses other than those derived from input pointer provenance. memory: bool = false, - xcc: bool = false, - psr: bool = false, - ccr: bool = false, gsr: bool = false, y: bool = false, + /// asr2; v9+ + ccr: bool = false, + /// Lower bits of `ccr`. + icc: bool = false, + /// Upper bits of `ccr`. + xcc: bool = false, + g1: bool = false, g2: bool = false, g3: bool = false,