[llvm-commits] Add some ARM instruction encoding bits for "register" and "register-shifted register"

Johnny Chen johnny.chen at apple.com
Wed Oct 14 10:03:58 PDT 2009


For 'r', add:

  let Inst{4} = 0;

For 's', add:

  let Inst{4} = 1;
  let Inst{7} = 0;

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


More information about the llvm-commits mailing list