mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
parent
ca2e17e0a1
commit
733008ec6b
1 changed files with 6 additions and 6 deletions
|
|
@ -31490,7 +31490,7 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void {
|
|||
.{ ._, ._x, .ado, .tmp8q, .tmp3q, ._, ._ },
|
||||
.{ ._, ._x, .adc, .tmp8q, .tmp3q, ._, ._ },
|
||||
.{ ._, ._mp, .j, .@"2f", ._, ._, ._ },
|
||||
.{ .@"1:", ._, .@"or", .tmp8q, .leai(.tmp1q, .tmp4), ._, ._ },
|
||||
.{ .@"1:", ._, .@"or", .tmp8q, .leaid(.tmp1q, .tmp4, 8), ._, ._ },
|
||||
.{ .@"2:", ._, .sub, .tmp4d, .si(8), ._, ._ },
|
||||
.{ ._, ._ae, .j, .@"1b", ._, ._, ._ },
|
||||
.{ ._, ._, .@"or", .tmp2q, .tmp8q, ._, ._ },
|
||||
|
|
@ -31814,7 +31814,7 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void {
|
|||
.{ ._, ._x, .ado, .tmp8q, .tmp3q, ._, ._ },
|
||||
.{ ._, ._x, .adc, .tmp8q, .tmp3q, ._, ._ },
|
||||
.{ ._, ._mp, .j, .@"2f", ._, ._, ._ },
|
||||
.{ .@"1:", ._, .@"or", .tmp8q, .leai(.tmp1q, .tmp4), ._, ._ },
|
||||
.{ .@"1:", ._, .@"or", .tmp8q, .leaid(.tmp1q, .tmp4, 8), ._, ._ },
|
||||
.{ .@"2:", ._, .sub, .tmp4d, .si(8), ._, ._ },
|
||||
.{ ._, ._ae, .j, .@"1b", ._, ._, ._ },
|
||||
.{ ._, ._, .@"or", .tmp2q, .tmp8q, ._, ._ },
|
||||
|
|
@ -32175,7 +32175,7 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void {
|
|||
.{ ._, ._x, .ado, .tmp8q, .tmp3q, ._, ._ },
|
||||
.{ ._, ._x, .adc, .tmp8q, .tmp3q, ._, ._ },
|
||||
.{ ._, ._mp, .j, .@"2f", ._, ._, ._ },
|
||||
.{ .@"1:", ._, .@"or", .tmp8q, .leai(.tmp1q, .tmp4), ._, ._ },
|
||||
.{ .@"1:", ._, .@"or", .tmp8q, .leaid(.tmp1q, .tmp4, 8), ._, ._ },
|
||||
.{ .@"2:", ._, .sub, .tmp4d, .si(8), ._, ._ },
|
||||
.{ ._, ._ae, .j, .@"1b", ._, ._, ._ },
|
||||
.{ ._, ._, .@"or", .tmp2q, .tmp8q, ._, ._ },
|
||||
|
|
@ -55062,7 +55062,7 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void {
|
|||
.{ ._, ._x, .ado, .tmp8q, .tmp3q, ._, ._ },
|
||||
.{ ._, ._x, .adc, .tmp8q, .tmp3q, ._, ._ },
|
||||
.{ ._, ._mp, .j, .@"2f", ._, ._, ._ },
|
||||
.{ .@"1:", ._, .@"or", .tmp8q, .leai(.tmp1q, .tmp4), ._, ._ },
|
||||
.{ .@"1:", ._, .@"or", .tmp8q, .leaid(.tmp1q, .tmp4, 8), ._, ._ },
|
||||
.{ .@"2:", ._, .sub, .tmp4d, .si(8), ._, ._ },
|
||||
.{ ._, ._ae, .j, .@"1b", ._, ._, ._ },
|
||||
.{ ._, ._, .@"or", .tmp2q, .tmp8q, ._, ._ },
|
||||
|
|
@ -55361,7 +55361,7 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void {
|
|||
.{ ._, ._x, .ado, .tmp8q, .tmp3q, ._, ._ },
|
||||
.{ ._, ._x, .adc, .tmp8q, .tmp3q, ._, ._ },
|
||||
.{ ._, ._mp, .j, .@"2f", ._, ._, ._ },
|
||||
.{ .@"1:", ._, .@"or", .tmp8q, .leai(.tmp1q, .tmp4), ._, ._ },
|
||||
.{ .@"1:", ._, .@"or", .tmp8q, .leaid(.tmp1q, .tmp4, 8), ._, ._ },
|
||||
.{ .@"2:", ._, .sub, .tmp4d, .si(8), ._, ._ },
|
||||
.{ ._, ._ae, .j, .@"1b", ._, ._, ._ },
|
||||
.{ ._, ._, .@"or", .tmp2q, .tmp8q, ._, ._ },
|
||||
|
|
@ -55690,7 +55690,7 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void {
|
|||
.{ ._, ._x, .ado, .tmp8q, .tmp3q, ._, ._ },
|
||||
.{ ._, ._x, .adc, .tmp8q, .tmp3q, ._, ._ },
|
||||
.{ ._, ._mp, .j, .@"2f", ._, ._, ._ },
|
||||
.{ .@"1:", ._, .@"or", .tmp8q, .leai(.tmp1q, .tmp4), ._, ._ },
|
||||
.{ .@"1:", ._, .@"or", .tmp8q, .leaid(.tmp1q, .tmp4, 8), ._, ._ },
|
||||
.{ .@"2:", ._, .sub, .tmp4d, .si(8), ._, ._ },
|
||||
.{ ._, ._ae, .j, .@"1b", ._, ._, ._ },
|
||||
.{ ._, ._, .@"or", .tmp2q, .tmp8q, ._, ._ },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue