This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-05-22 23:16:04 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Target
/
ARM
/
Disassembler
History
Bob Wilson
0883c6aae3
Move the Thumb2 SSAT and USAT optional shift operator out of the
...
instruction opcode. This fixes part of PR7792. llvm-svn: 111047
2010-08-13 21:48:10 +00:00
..
ARMDisassembler.cpp
The autogened decoder was confusing the ARM STRBT for ARM USAT, because the .td
2010-08-12 01:40:54 +00:00
ARMDisassembler.h
Better error handling of invalid IT mask '0000', instead of just asserting.
2010-04-19 23:02:58 +00:00
ARMDisassemblerCore.cpp
Cleaned up the for-disassembly-only entries in the arm instruction table so that
2010-08-12 20:46:17 +00:00
ARMDisassemblerCore.h
Add a separate ARM instruction format for Saturate instructions.
2010-08-11 00:01:18 +00:00
Makefile
Re-enable ARM/Thumb disassembler and add a workaround for a memcpy() call in
2010-04-07 20:53:12 +00:00
ThumbDisassemblerCore.h
Move the Thumb2 SSAT and USAT optional shift operator out of the
2010-08-13 21:48:10 +00:00