January 08, 2022 Issues » [Issue 22656] SSE2 instructions have inconsistent layouts in the disassembler output | |||
|---|---|---|---|
| |||
...jne 0x5c <_D4vasm5titleFZv+0x5c>
58: 31 c0 xorl %eax, %eax
5a: eb 05 jmp 0x61... | |||
September 29, 2020 General » Re: Reimplementing the bulk of std.meta iteratively | |||
|---|---|---|---|
| |||
...generated was imull %esi, %edi // y *= x xorl %eax, %eax // result = 0 testl %esi, %esi... | |||
September 29, 2020 General » Re: Reimplementing the bulk of std.meta iteratively | |||
|---|---|---|---|
| |||
...the function: imull %esi, %edi // y *= x xorl %eax, %eax // result = 0 testl %esi, %esi... | |||
October 23, 2019 Learn » Re: Eliding of slice range checking | |||
|---|---|---|---|
| |||
...messy?! cmpq %rdi, %rdx jae .LBB0_2 xorl %eax, %eax retq .LBB0_2: movq %rdi... | |||
May 08, 2019 LDC » Re: inline asm in inlined function / ECX clobbered / stack frame / naked | |||
|---|---|---|---|
| |||
...llvmasm;
return __asm!uint(
`bsrl %eax, %ecx
#xorl $$31, %ecx
#xorb $$31, %cl
movl $$2... | |||
May 06, 2019 LDC » Re: inline asm in inlined function / ECX clobbered / stack frame / naked | |||
|---|---|---|---|
| |||
...2:
addl $-1, %edi
bsrl %edi, %ecx
xorl $31, %ecx
xorb $31, %cl
movl $2... | |||
May 06, 2019 LDC » Re: inline asm in inlined function / ECX clobbered / stack frame / naked | |||
|---|---|---|---|
| |||
...D3foo9roundup32FkZk: addl $-1, %edi bsrl %edi, %ecx xorl $31, %ecx xorb $31, %cl movl $2... | |||
March 28, 2018 General » Re: rvalues -> ref (yup... again!) | |||
|---|---|---|---|
| |||
...movl $1024, %edx movq %rax, %rdi callq memset@PLT xorl %eax, %eax popq %rcx retq | |||
November 10, 2017 GDC » Optimization of proposed lambda expression for upcoming DIP | |||
|---|---|---|---|
| |||
...esi, (%rdi)
ret
_Dmain:
movl $1, 32
xorl %eax, %eax
ret
uint example.main().__lambda1... | |||
September 29, 2017 GDC » [Bug 273] New: Unexplained crash in generated binary | |||
|---|---|---|---|
| |||
...rsp
movzbl gdc_dso_initialized(%rip), %eax
xorl $1, %eax
testb %al, %al
je .L21... | |||
Copyright © 1999-2021 by the D Language Foundation