fix adder cout

This commit is contained in:
Redo
2022-11-15 11:37:37 -06:00
parent 10b25b3da8
commit ef99073b23
5 changed files with 14 additions and 14 deletions

View File

@@ -500,7 +500,7 @@ Disassembly of section .text:
66341638: 45 89 19 mov %r11d,(%r9)
6634163b: 49 89 14 c2 mov %rdx,(%r10,%rax,8)
6634163f: 41 d1 f8 sar %r8d
66341642: ba 04 00 00 00 mov $0x4,%edx
66341642: ba 05 00 00 00 mov $0x5,%edx
66341647: 41 83 e0 01 and $0x1,%r8d
6634164b: 5b pop %rbx
6634164c: e9 5f fd ff ff jmpq 663413b0 <sim_gate_set_port>
@@ -2225,7 +2225,7 @@ Disassembly of section .text:
66342d09: 48 83 f9 20 cmp $0x20,%rcx
66342d0d: 0f 85 6d ff ff ff jne 66342c80 <GateFunc_Adder32_F+0x70>
66342d13: 49 c1 e8 3f shr $0x3f,%r8
66342d17: ba 61 00 00 00 mov $0x61,%edx
66342d17: ba 62 00 00 00 mov $0x62,%edx
66342d1c: 4c 89 d1 mov %r10,%rcx
66342d1f: 5b pop %rbx
66342d20: 5e pop %rsi
@@ -2321,7 +2321,7 @@ Disassembly of section .text:
66342e35: 44 89 0b mov %r9d,(%rbx)
66342e38: 48 89 14 c6 mov %rdx,(%rsi,%rax,8)
66342e3c: 41 c1 f8 02 sar $0x2,%r8d
66342e40: ba 07 00 00 00 mov $0x7,%edx
66342e40: ba 08 00 00 00 mov $0x8,%edx
66342e45: 41 83 e0 01 and $0x1,%r8d
66342e49: 5b pop %rbx
66342e4a: 5e pop %rsi
@@ -2492,7 +2492,7 @@ Disassembly of section .text:
66343061: 45 89 0a mov %r9d,(%r10)
66343064: 48 89 14 c3 mov %rdx,(%rbx,%rax,8)
66343068: 41 c1 f8 04 sar $0x4,%r8d
6634306c: ba 0d 00 00 00 mov $0xd,%edx
6634306c: ba 0e 00 00 00 mov $0xe,%edx
66343071: 41 83 e0 01 and $0x1,%r8d
66343075: 5b pop %rbx
66343076: 5e pop %rsi
@@ -2611,7 +2611,7 @@ Disassembly of section .text:
663431e8: 48 83 f9 08 cmp $0x8,%rcx
663431ec: 0f 85 6e ff ff ff jne 66343160 <GateFunc_Adder8_F+0xe0>
663431f2: 41 c1 f8 08 sar $0x8,%r8d
663431f6: ba 19 00 00 00 mov $0x19,%edx
663431f6: ba 1a 00 00 00 mov $0x1a,%edx
663431fb: 48 89 d9 mov %rbx,%rcx
663431fe: 41 83 e0 01 and $0x1,%r8d
66343202: 5b pop %rbx
@@ -2798,7 +2798,7 @@ Disassembly of section .text:
6634346e: 48 83 f9 10 cmp $0x10,%rcx
66343472: 0f 85 68 ff ff ff jne 663433e0 <GateFunc_Adder16_F+0x1d0>
66343478: 41 c1 f8 10 sar $0x10,%r8d
6634347c: ba 31 00 00 00 mov $0x31,%edx
6634347c: ba 32 00 00 00 mov $0x32,%edx
66343481: 48 89 d9 mov %rbx,%rcx
66343484: 41 83 e0 01 and $0x1,%r8d
66343488: 5b pop %rbx