diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-05-30 18:06:10 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-05-30 18:06:10 +0000 |
commit | 9b036332652d833e8fd79cc5ca59ad6023480ca5 (patch) | |
tree | 3c8d3f10672d83006ca855f077811561bb02c78b /tools/gccas/gccas.cpp | |
parent | 7cf322f51bdacadd7d1ab8ba8b3ef69d5bc95df7 (diff) |
Because the format of the shift instructions is `shift r, shcnt, r', the
instructions of format 3.12 and 3.13 cannot inherit from F3rdrs1, because that
implies that the two registers are the first two parameters to the instruction.
Thus I made the instructions inherit from F3rd again, and manually added an rs1
field AFTER the shcnt field in the instruction, which maps to the appropriate
place in the instruction.
The other changes are just elimination of unnecessary spaces.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6437 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/gccas/gccas.cpp')
0 files changed, 0 insertions, 0 deletions