Differences From Artifact [09cb0dc88d]:
- File src/runtime/lookup-amd64-macho.S — part of check-in [965b8afeef] at 2012-05-12 10:22:47 on branch runtime — Add ASM for AMD64/Mach-O. (user: js, size: 1245) [annotate] [blame] [check-ins using] [more...]
To Artifact [5865aebdca]:
- File src/runtime/lookup-amd64-macho.S — part of check-in [511a372fb8] at 2012-12-28 02:46:57 on branch trunk — Make 16 bit selector UIDs the default. (user: js, size: 1244) [annotate] [blame] [check-ins using]
︙ | |||
27 28 29 30 31 32 33 | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | - + | movq (%rdi), %r8 movq 64(%r8), %r8 lookup: movq (%rsi), %rax movzbl %ah, %ecx movzbl %al, %edx |
︙ |