summaryrefslogtreecommitdiffstats
path: root/src/core/arm/disassembler/arm_disasm.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-3/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-749/+541
2016-01-19ARM_Disasm::DisassembleMemHalf: actually use width in determining opcode namerob turner1-9/+9
2015-09-11General: Replace NULL and '0' usages with nullptr where applicableLioncash1-2/+2
2015-08-11ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the standard u?int*_t types.Emmanuel Gil Peyrot1-235/+237
2015-08-11arm_disasm: ARMv6 mul/div and abs media instructionsaroulin1-1/+106
2015-08-11arm_disasm: ARMv6 parallel add/sub media instructionsaroulin1-0/+129
2015-08-09arm_disasm: ARMv6 reversal media instructionsaroulin1-0/+22
2015-08-09arm_disasm: ARMv6 saturation media instructionsaroulin1-2/+50
2015-08-09arm_disasm: ARMv6 packing and sign-extend media instructionsaroulin1-1/+162
2015-08-07arm_disasm: Remove unnecessary codeLioncash1-12/+4
2015-08-06Disassembler: ARMv6K REX instructionsaroulin1-6/+86
2015-08-06Disassembler: ARMv6K hint instructionsaroulin1-0/+49
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot1-1/+1
2015-02-28arm_disasm: Show conditional code for BKPT instructions.Lioncash1-2/+3
2015-02-28arm_disasm: Remove unused variableLioncash1-2/+1
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-1/+1
2014-09-09Added string_util to common, small changes in loader.cpparchshift1-39/+39
2014-09-06core: Make the ARM disassembler use std::string internallyLioncash1-149/+111
2014-04-09fixed project includes to use new directory structurebunnei1-1/+2
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-05renamed ARM disassembler class from "Arm" to "ARM_Disasm"bunnei1-26/+26
2013-09-05added an ARM disassembler from the android projectShizZy1-0/+1003