index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-sh4
/
op.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-01
SH4: final conversion to TCG
aurel32
1
-27
/
+0
2008-09-01
SH4: convert floating-point ops to TCG
aurel32
1
-229
/
+0
2008-09-01
SH4: Convert remaining non-fp ops to TCG
aurel32
1
-78
/
+0
2008-08-30
SH4: Convert shift functions to TCG
aurel32
1
-21
/
+0
2008-08-30
SH4: convert control/status register load/store to TCG
aurel32
1
-46
/
+0
2008-08-30
SH4: convert some more arithmetics ops to TCG
aurel32
1
-92
/
+1
2008-08-29
SH4: convert a few helpers to TCG
aurel32
1
-41
/
+0
2008-08-29
SH4: convert branch/jump instructions to TCG
aurel32
1
-99
/
+0
2008-08-29
SH4: convert simple compare instructions to TCG
aurel32
1
-72
/
+0
2008-08-29
SH4: convert a few control or system register functions to TCG
aurel32
1
-54
/
+0
2008-08-29
SH4: convert logic and arithmetic ops to TCG
aurel32
1
-216
/
+0
2008-08-28
SH4: Convert register moves to TCG
aurel32
1
-84
/
+0
2008-08-28
SH4: Convert dyngen registers moves to TCG
aurel32
1
-6
/
+0
2008-08-28
SH4: Convert immediate loads to TCG
aurel32
1
-12
/
+0
2008-08-28
SH4: remove unused ops
aurel32
1
-30
/
+0
2008-08-22
sh4: fix tas.b @Rn instruction
aurel32
1
-7
/
+0
2008-08-22
[sh4] sleep instruction
aurel32
1
-0
/
+7
2008-07-16
Fix a bunch of type mismatch-related warnings (Jan Kiszka).
balrog
1
-1
/
+1
2008-07-16
Remove unintended dereference, kills a warning (Jan Kiszka).
balrog
1
-2
/
+2
2008-05-09
SH4 MMU improvements
aurel32
1
-0
/
+6
2008-03-11
SH4, fix several instructions
aurel32
1
-12
/
+78
2008-02-01
use the TCG code generator
bellard
1
-18
/
+0
2007-12-02
SH4: system emulator interrupt update, by Magnus Damm.
ths
1
-1
/
+1
2007-12-02
SH4 delay slot code update, by Magnus Damm.
ths
1
-37
/
+17
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
1
-1
/
+1
2007-06-25
Handle endianness of double floats, by Magnus Damm.
ths
1
-6
/
+18
2007-06-22
Emulate more fpu opcodes, by Magnus Damm.
ths
1
-0
/
+93
2007-05-13
Remove unnecessary pointer magic in shift operations, by Magnus Damm.
ths
1
-5
/
+5
2007-04-26
Fix inc8 and dec8 operations, by Magnus Damm.
ths
1
-2
/
+2
2006-06-18
SH bugfixes.
pbrook
1
-6
/
+7
2006-06-14
sh4 fmov et al instructions (amatus)
bellard
1
-1
/
+85
2006-04-27
sh4 target (Samuel Tardieu)
bellard
1
-0
/
+882