[llvm-commits] [llvm] r137144 - in /llvm/trunk: lib/Target/ARM/ lib/Target/ARM/Disassembler/ test/MC/Disassembler/ARM/ utils/TableGen/
Owen Anderson
resistor at mac.com
Wed Aug 10 10:28:26 PDT 2011
On Aug 9, 2011, at 10:06 PM, Nick Lewycky wrote:
>> -// PC relative add (ADR).
>> -def tADDrPCi : T1I<(outs tGPR:$dst), (ins t_imm_s4:$rhs), IIC_iALUi,
>> - "add\t$dst, pc, $rhs", []>,
>> - T1Encoding<{1,0,1,0,0,?}> {
>> - // A6.2& A8.6.10
>> - bits<3> dst;
>> - bits<8> rhs;
>> - let Inst{10-8} = dst;
>> - let Inst{7-0} = rhs;
>> -}
>> -
>
> What replaced this?
It was already duplicated by tADR. Jim's looking at the asm parser hacks to get us to parse both forms with a single instruction definition.
--Owen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110810/de66e721/attachment.html>
More information about the llvm-commits
mailing list