[llvm-commits] Added more 's' bit set encoding and "rs" register encoding bits

Johnny Chen johnny.chen at apple.com
Mon Oct 26 11:48:28 PDT 2009


Hi,

For multiclass AI1_adde_sube_irs definition, I also added:

    let Inst{31-28} = 0b1110;

for the Sri, Srr, and Srs variants.  From the AsmString field of the respective record definitions
(take SBCSrs, for example):

string AsmString = "sbcs $dst, $a, $b";

it looks like this is the right thing to do.  Please remove the three "set condition code to ALways"
lines from the submitted patch if this is not correct.

Thanks.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: ARMInstrInfo.td.patch
Type: application/octet-stream
Size: 2981 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20091026/d73aadb7/attachment.obj>


More information about the llvm-commits mailing list