aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CreateInvocationFromCommandLine.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-07-22 23:16:18 +0000
committerJim Grosbach <grosbach@apple.com>2011-07-22 23:16:18 +0000
commit801e0a3fdebc6c2d22706967874a572846f3e5d8 (patch)
tree67276c24f7b34d10d94cb0c5cf299359aa310f06 /clang/lib/Frontend/CreateInvocationFromCommandLine.cpp
parentc8eab671cf3f9d3fe19f87d0ede9451072ff9866 (diff)
downloadllvm-801e0a3fdebc6c2d22706967874a572846f3e5d8.zip
llvm-801e0a3fdebc6c2d22706967874a572846f3e5d8.tar.gz
llvm-801e0a3fdebc6c2d22706967874a572846f3e5d8.tar.bz2
ARM SSAT instruction 5-bit immediate handling.
The immediate is in the range 1-32, but is encoded as 0-31 in a 5-bit bitfield. Update the representation such that we store the operand as 0-31, allowing us to remove the encoder method and the special case handling in the disassembler. Update the assembly parser and the instruction printer accordingly. llvm-svn: 135823
Diffstat (limited to 'clang/lib/Frontend/CreateInvocationFromCommandLine.cpp')
0 files changed, 0 insertions, 0 deletions