All store instructions really want 'rd' in the first field.
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 5 Jun 2003 01:06:10 +0000 (01:06 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 5 Jun 2003 01:06:10 +0000 (01:06 +0000)
commit406d9abc9e5b2bb657f851a4f49d2d3349ba8f9d
tree1af06576aa582aac5504126be5ac27764908e788
parent2e7e8fadf88241eddb7222ce790fb2322ec750f0
All store instructions really want 'rd' in the first field.

Special cases: STFSRx and STXFSRx - they operate on predefined rd=0 or rd=1, and
expect %fsr as the parameter in assembly. They are disabled (since not used)
until an encoding, both for code generation and output, is chosen.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6619 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/SparcV9.td