| ... | ... | @@ -11672,7 +11672,7 @@ pub const FuncGen = struct { |
| 11672 | 11672 | \\ srl $$0, $$0, 19 |
| 11673 | 11673 | \\ or $$13, $$13, $$13 |
| 11674 | 11674 | , |
| 11675 | | .constraints = "={$11},{$12},{$11},~{memory}", |
| 11675 | .constraints = "={$11},{$12},{$11},~{memory},~{$1}", |
| 11676 | 11676 | }, |
| 11677 | 11677 | .mips64, .mips64el => .{ |
| 11678 | 11678 | .template = |
| ... | ... | @@ -11680,7 +11680,7 @@ pub const FuncGen = struct { |
| 11680 | 11680 | \\ dsll $$0, $$0, 29 ; dsll $$0, $$0, 19 |
| 11681 | 11681 | \\ or $$13, $$13, $$13 |
| 11682 | 11682 | , |
| 11683 | | .constraints = "={$11},{$12},{$11},~{memory}", |
| 11683 | .constraints = "={$11},{$12},{$11},~{memory},~{$1}", |
| 11684 | 11684 | }, |
| 11685 | 11685 | .powerpc, .powerpcle => .{ |
| 11686 | 11686 | .template = |
| ... | ... | @@ -11727,7 +11727,7 @@ pub const FuncGen = struct { |
| 11727 | 11727 | \\ roll $$61, %edi ; roll $$51, %edi |
| 11728 | 11728 | \\ xchgl %ebx, %ebx |
| 11729 | 11729 | , |
| 11730 | | .constraints = "={edx},{eax},{edx},~{cc},~{memory}", |
| 11730 | .constraints = "={edx},{eax},{edx},~{cc},~{memory},~{dirflag},~{fpsr},~{flags}", |
| 11731 | 11731 | }, |
| 11732 | 11732 | .x86_64 => .{ |
| 11733 | 11733 | .template = |
| ... | ... | @@ -11735,7 +11735,7 @@ pub const FuncGen = struct { |
| 11735 | 11735 | \\ rolq $$61, %rdi ; rolq $$51, %rdi |
| 11736 | 11736 | \\ xchgq %rbx, %rbx |
| 11737 | 11737 | , |
| 11738 | | .constraints = "={rdx},{rax},{rdx},~{cc},~{memory}", |
| 11738 | .constraints = "={rdx},{rax},{rdx},~{cc},~{memory},~{dirflag},~{fpsr},~{flags}", |
| 11739 | 11739 | }, |
| 11740 | 11740 | else => unreachable, |
| 11741 | 11741 | }; |