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-mips
/
helper.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-24
target-mips: Add compiler attribute to some functions which don't return
Stefan Weil
1
-2
/
+2
2011-09-06
mips: Hook in more reg accesses via mttr/mftr
Edgar E. Iglesias
1
-0
/
+10
2010-12-22
target-mips: fix translation of MT instructions
Nathan Froyd
1
-4
/
+4
2010-07-25
mips: more fixes to the MIPS interrupt glue logic
Aurelien Jarno
1
-1
/
+0
2010-06-09
target-mips: microMIPS ASE support
Nathan Froyd
1
-0
/
+9
2009-11-30
target-mips: use physical address in lladdr
Aurelien Jarno
1
-0
/
+9
2009-11-22
target-mips: make CP0_LLAddr register CPU dependent
Aurelien Jarno
1
-0
/
+1
2009-04-06
target-mips: use the TCG_CALL_PURE and TCG_CALL_CONST for some helpers
aurel32
1
-4
/
+4
2009-03-08
target-mips: rename helpers from do_ to helper_
aurel32
1
-5
/
+0
2008-11-17
TCG variable type checking.
pbrook
1
-197
/
+203
2008-11-11
target-mips: convert bit shuffle ops to TCG
aurel32
1
-7
/
+0
2008-11-11
target-mips: convert bitfield ops to TCG
aurel32
1
-5
/
+1
2008-11-11
target-mips: fix mft* helpers/call
aurel32
1
-5
/
+5
2008-07-23
Less hardcoding of TARGET_USER_ONLY.
ths
1
-2
/
+4
2008-07-09
Use temporary registers for the MIPS FPU emulation.
ths
1
-44
/
+62
2008-06-29
Remove unnecessary helper arguments, and fix some typos.
ths
1
-5
/
+5
2008-06-27
Avoid unused input arguments which triggered tcg errors. Spotted by
ths
1
-6
/
+6
2008-06-24
Remove remaining uses of T0 in the MIPS target.
ths
1
-33
/
+33
2008-06-24
Use temporaries instead of fixed registers for some instructions.
ths
1
-4
/
+4
2008-06-23
Pass T0/T1 explicitly to helper functions, and clean up a few dyngen
ths
1
-150
/
+150
2008-06-20
Convert unaligned load/store to TCG.
ths
1
-0
/
+11
2008-06-20
Convert vr54xx multiply instructions to TCG.
ths
1
-0
/
+15
2008-06-19
Convert remaining MIPS FP instructions to TCG.
ths
1
-0
/
+7
2008-06-12
Switch the standard multiplication instructions to TCG.
ths
1
-0
/
+2
2008-06-12
Switch bitfield instructions and assorted special ops to TCG.
ths
1
-0
/
+19
2008-06-12
TCGify a few more instructions.
ths
1
-0
/
+4
2008-06-11
Call most FP helpers without deroute through op.c
ths
1
-0
/
+72
2008-06-09
Switch remaining CP0 instructions to TCG or helper functions.
ths
1
-0
/
+118
2008-06-08
Register helper functions.
ths
1
-7
/
+13
2008-05-21
Switch MIPS clo/clz and the condition tests to TCG.
ths
1
-0
/
+5
2008-05-18
Add file left out from previous commit.
ths
1
-0
/
+3