Emmanuel Gil Peyrot
|
1138ec0d49
|
Remove empty newlines in #include blocks.
This makes clang-format useful on those.
Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
|
2016-09-21 11:15:47 +09:00 |
|
Emmanuel Gil Peyrot
|
628ed4376a
|
Sources: Run clang-format on everything.
|
2016-09-18 09:38:01 +09:00 |
|
Emmanuel Gil Peyrot
|
fe83e1f777
|
ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the standard u?int*_t types.
|
2015-08-11 22:38:44 +01:00 |
|
aroulin
|
1af26ea3d8
|
arm_disasm: ARMv6 mul/div and abs media instructions
SMLAD, SMUAD, SMLSD, SMUSD, SMLALD, SMLSLD,
SMMLA, SMMUL, SMMLS
USAD8, USADA8
|
2015-08-11 12:48:28 +02:00 |
|
aroulin
|
0e37ee5692
|
arm_disasm: ARMv6 parallel add/sub media instructions
{S, U, Q, UQ, SH, UH}{ADD16, ASX, SAX, SUB16, ADD8, SUB8}
|
2015-08-11 12:48:23 +02:00 |
|
aroulin
|
e752fd5728
|
arm_disasm: ARMv6 reversal media instructions
REV, REV16, REVSH
Only their ARM encoding, Thumb encoding is still missing.
|
2015-08-09 13:52:51 +02:00 |
|
aroulin
|
86d63d8fd8
|
arm_disasm: ARMv6 saturation media instructions
SSAT, SSAT16, USAT, USAT16
|
2015-08-09 01:31:10 +02:00 |
|
aroulin
|
aecd0de63e
|
arm_disasm: ARMv6 packing and sign-extend media instructions
PKH, SEL
SXTAB, SXTAB16, SXTB, SXTB16, SXTH, SXTAH
UXTAB, UXTAB16, UXTB, UXTB16, UXTH, UXTAH
|
2015-08-09 01:31:03 +02:00 |
|
aroulin
|
4721ff6747
|
Disassembler: ARMv6K REX instructions
|
2015-08-06 15:50:54 +02:00 |
|
aroulin
|
0d4ad676e9
|
Disassembler: ARMv6K hint instructions
|
2015-08-06 15:25:08 +02:00 |
|
Lioncash
|
403c84cdab
|
core: Make the ARM disassembler use std::string internally
|
2014-09-06 14:45:56 -04:00 |
|
bunnei
|
63e46abdb8
|
got rid of 'src' folders in each sub-project
|
2014-04-08 19:25:03 -04:00 |
|