Displaying 2 results from an estimated 2 matches for "dui0473c".
2013 Nov 01
0
[LLVMdev] Implementing the ldr pseudo instruction in ARM integrated assembler
...ling PIC code). I can't recall a
similar command-line option to llvm-mc, but Clang-as-assembler
probably accepts -fPIC.
Goodness knows whether we want to do anything with it though.
(from Jim)
> What does ARM’s documentation say?
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0473c/Bgbbfgia.html
Fairly similar, though it doesn't seem to use a MOV opportunistically.
Tim.
2013 Nov 01
2
[LLVMdev] Implementing the ldr pseudo instruction in ARM integrated assembler
Hi Tim,
> > 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.
I put the test in a separate file and forgot to attach it earlier. I've
attached it to this email. I can't say how