Displaying 3 results from an estimated 3 matches for "ldr_pseudo_errors".
2013 Nov 01
0
[LLVMdev] Implementing the ldr pseudo instruction in ARM integrated assembler
Hi David,
> 8. Check that an error is issued when the constant pool would be placed too
> far away
I'd say this one is actually the most involved constraint but there
don't actually seem to be any tests in the attached file for it.
And I believe the directive Jim's referring to is ".ltorg". It's
presumably going to have some interesting quirks of its own.
2013 Nov 01
2
[LLVMdev] Implementing the ldr pseudo instruction in ARM integrated assembler
...ive Jim's referring to is ".ltorg". It's
> presumably going to have some interesting quirks of its own.
Yes, I replied to Jim saying that I was planning to implement .ltorg in a
separate step.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ldr_pseudo_errors.s
Type: application/octet-stream
Size: 17617 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131101/2215fd20/attachment.obj>
2013 Nov 01
8
[LLVMdev] Implementing the ldr pseudo instruction in ARM integrated assembler
In an earlier email[1] I proposed adding support for the ldr
pseud-instruction to the ARM integrated assembler. After some discussion the
overall consensus seemed to be that it was worth adding. One concern was
that we needed to have adequate testing. I promised to provide more details
on what the behavior should be and provide some tests before starting the
implementation. The FileCheck-ified