search for: asm64

Displaying 1 result from an estimated 1 matches for "asm64".

Did you mean: arm64
2016 Feb 18
2
Bug in X86 assembler?
...gt;> wrote: > > movabsq %rax,0xabcdef1234567890 Cool, but i want to use mov to copy immediate to 64 reg, and for some reasons Llvm cannot do that. I want to confirm this is a bug, but not to find workaround. Thanks. > > See https://www.cs.cmu.edu/~fp/courses/15213-s07/misc/asm64-handout.pdf > > --artem// > > > > From: Jun Koi [mailto:junkoi2004 at gmail.com<mailto:junkoi2004 at gmail.com>] > Sent: 18 February, 2016 13:38 > > To: Tamazov, Artem > Subject: Re: [llvm-dev] Bug in X86 assembler? > > > > > > > > On Thu,...