index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
arm
/
disassembler
/
arm_disasm.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM_Disasm::DisassembleMemHalf: actually use width in determining opcode name
rob turner
2016-01-19
1
-9
/
+9
*
General: Replace NULL and '0' usages with nullptr where applicable
Lioncash
2015-09-11
1
-2
/
+2
*
ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the standard u?int*_t types.
Emmanuel Gil Peyrot
2015-08-11
1
-235
/
+237
*
arm_disasm: ARMv6 mul/div and abs media instructions
aroulin
2015-08-11
1
-1
/
+106
*
arm_disasm: ARMv6 parallel add/sub media instructions
aroulin
2015-08-11
1
-0
/
+129
*
arm_disasm: ARMv6 reversal media instructions
aroulin
2015-08-09
1
-0
/
+22
*
arm_disasm: ARMv6 saturation media instructions
aroulin
2015-08-09
1
-2
/
+50
*
arm_disasm: ARMv6 packing and sign-extend media instructions
aroulin
2015-08-09
1
-1
/
+162
*
Merge pull request #1026 from lioncash/disasm
Lioncash
2015-08-07
1
-12
/
+4
|
\
|
*
arm_disasm: Remove unnecessary code
Lioncash
2015-08-07
1
-12
/
+4
*
|
Disassembler: ARMv6K REX instructions
aroulin
2015-08-06
1
-6
/
+86
*
|
Disassembler: ARMv6K hint instructions
aroulin
2015-08-06
1
-0
/
+49
|
/
*
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
1
-1
/
+1
*
Merge pull request #620 from lioncash/bkpt
bunnei
2015-02-28
1
-2
/
+3
|
\
|
*
arm_disasm: Show conditional code for BKPT instructions.
Lioncash
2015-02-28
1
-2
/
+3
*
|
arm_disasm: Remove unused variable
Lioncash
2015-02-28
1
-2
/
+1
|
/
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-11
1
-1
/
+1
*
Added string_util to common, small changes in loader.cpp
archshift
2014-09-09
1
-39
/
+39
*
core: Make the ARM disassembler use std::string internally
Lioncash
2014-09-06
1
-149
/
+111
*
fixed project includes to use new directory structure
bunnei
2014-04-09
1
-1
/
+2
*
got rid of 'src' folders in each sub-project
bunnei
2014-04-09
1
-0
/
+1003