Add instruction statistics gathering module
src/Makefile.am
src/Makefile.in
src/sh4/sh4stat.c
src/sh4/sh4stat.h
src/sh4/sh4stat.in
src/Makefile.am
src/Makefile.in
src/sh4/sh4stat.c
src/sh4/sh4stat.h
src/sh4/sh4stat.in
Implement MAC.W, MAC.L and DIV1
Correct SHAD/SHLD
Fix privilege and slot illegal checks on LDC/STC opcodes
Fix various other small bugs
src/sh4/sh4x86.c
src/sh4/sh4x86.in
src/sh4/x86op.h
Correct SHAD/SHLD
Fix privilege and slot illegal checks on LDC/STC opcodes
Fix various other small bugs
src/sh4/sh4x86.c
src/sh4/sh4x86.in
src/sh4/x86op.h
Add DIV1 test cases
Update comment against opcode since it looks to be validated now
src/sh4/sh4core.c
src/sh4/sh4core.in
test/Makefile
test/sh4/div1.s
test/sh4/testsh4.c
Update comment against opcode since it looks to be validated now
src/sh4/sh4core.c
src/sh4/sh4core.in
test/Makefile
test/sh4/div1.s
test/sh4/testsh4.c
Fix load_spreg/store_spreg
Fix PREF
Add jump target debug checking
src/sh4/sh4x86.c
src/sh4/sh4x86.in
src/sh4/x86op.h
Fix PREF
Add jump target debug checking
src/sh4/sh4x86.c
src/sh4/sh4x86.in
src/sh4/x86op.h
.