This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-12-30 17:33:24 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
b113ec55e8
llvm-6502
/
test
/
MC
/
Disassembler
/
ARM
History
Owen Anderson
b113ec55e8
Fix an incorrect shift when decoding SP-relative stores in Thumb1-mode. Add more tests.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@138246
91177308-0d34-0410-b5e6-96231b3b80d8
2011-08-22 17:56:58 +00:00
..
arm-tests.txt
STC2L_POST and STC2L_POST should be handled the same as STCL_POST/LDC_POST for the purposes of decoding all operands except the predicate.
2011-08-18 22:47:44 +00:00
basic-arm-instructions.txt
Fix incorrect encoding of UMAAL and friends. Patch by James Molloy.
2011-08-15 20:08:25 +00:00
dg.exp
fp-encoding.txt
Add some more comprehensive VFP decoding tests.
2011-08-15 21:29:01 +00:00
invalid-Bcc-thumb.txt
invalid-BFI-arm.txt
invalid-CPS2p-arm.txt
invalid-CPS3p-arm.txt
Improve handling of failure and unpredictable cases for CPS, STR, and SMLA instructions.
2011-08-18 22:11:02 +00:00
invalid-DMB-thumb.txt
invalid-DSB-arm.txt
invalid-LDC-form-arm.txt
invalid-LDR_POST-arm.txt
invalid-LDR_PRE-arm.txt
invalid-LDRB_POST-arm.txt
Allow the MCDisassembler to return a "soft fail" status code, indicating an instruction that is disassemblable, but invalid. Only used for ARM UNPREDICTABLE instructions at the moment.
2011-08-17 17:44:15 +00:00
invalid-LDRD_PRE-thumb.txt
invalid-LDRD-arm.txt
Test commit; adding test for invalid LDRD which was part of the patch for r137647 but seemingly didn't get svn add'ed.
2011-08-18 18:03:02 +00:00
invalid-LDRrs-arm.txt
invalid-LDRT-arm.txt
invalid-LSL-regform.txt
invalid-MCR-arm.txt
invalid-MOVr-arm.txt
invalid-MOVs-arm.txt
invalid-MOVs-LSL-arm.txt
invalid-MOVTi16-arm.txt
invalid-MSRi-arm.txt
invalid-RFEorLDMIA-arm.txt
invalid-RSC-arm.txt
invalid-SBFX-arm.txt
invalid-SMLAD-arm.txt
invalid-SRS-arm.txt
invalid-SSAT-arm.txt
invalid-STMIA_UPD-thumb.txt
invalid-STRBrs-arm.txt
invalid-SXTB-arm.txt
invalid-t2Bcc-thumb.txt
invalid-t2LDRBT-thumb.txt
invalid-t2LDREXD-thumb.txt
invalid-t2LDRSHi8-thumb.txt
Improve operand validation for Thumb2 addressing modes.
2011-08-11 20:40:40 +00:00
invalid-t2LDRSHi12-thumb.txt
Improve operand validation for Thumb2 addressing modes.
2011-08-11 20:40:40 +00:00
invalid-t2STR_POST-thumb.txt
Improve operand validation for Thumb2 addressing modes.
2011-08-11 20:40:40 +00:00
invalid-t2STRD_PRE-thumb.txt
invalid-t2STREXB-thumb.txt
invalid-t2STREXD-thumb.txt
invalid-UMAAL-arm.txt
invalid-UQADD8-arm.txt
invalid-VLD1DUPq8_UPD-arm.txt
invalid-VLD3DUPd32_UPD-thumb.txt
invalid-VLDMSDB_UPD-arm.txt
invalid-VQADD-arm.txt
invalid-VST2b32_UPD-arm.txt
memory-arm-instructions.txt
Enforce the constraint that Rt must be even on LDRD/STRD instructions in ARM mode. Update tests to reflect this fact.
2011-08-15 20:51:32 +00:00
neon-tests.txt
neon.txt
Fix problems decoding the to/from-lane NEON memory instructions, and add a comprehensive NEON decoding testcase.
2011-08-15 18:44:44 +00:00
neont2.txt
Add a test file for Thumb2 NEON.
2011-08-15 23:42:20 +00:00
thumb1.txt
Fix an incorrect shift when decoding SP-relative stores in Thumb1-mode. Add more tests.
2011-08-22 17:56:58 +00:00
thumb-printf.txt
thumb-tests.txt
Thumb assembly parsing and encoding for LDM instruction.
2011-08-18 21:50:53 +00:00