[LLVMdev] TableGen question - how to split a 64bit operation to two 32bit
Jim Grosbach
grosbach at apple.com
Tue Oct 6 08:39:00 PDT 2009
Hi Artur,
The Thumb2 target (in lib/Targets/ARM/ARMInstrThumb2.td) materializes
a 32-bit constant by a two-instruction sequence to load the low and
high half-words. It's not pretty, but it works. The pattern is at the
bottom of the file.
Regards,
-Jim
On Oct 6, 2009, at 5:10 AM, Artur Pietrek wrote:
> Hi all,
> I'm working on my own backend for a custom CPU. I have defined
> paired registers for 64bit operations, however to set a 64bit paired
> register with 64bit immediate I have to set each register in that
> pair separately with the higher and the lower 32bits of the immediate.
> Could anyone give me an advice how to describe it in
> *InstructionInfo.td or point me to something similar in the LLVM
> source code? (I was looking for it but couldn't find it)
>
> Thanks,
> Artur
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list