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-ppc
/
op_helper.h
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-24
Revert commits 5082 and 5083
aurel32
1
-0
/
+6
2008-08-24
PPC: Switch a few instructions to TCG
aurel32
1
-6
/
+0
2008-05-06
PPC: fix efstst* instructions
aurel32
1
-6
/
+6
2008-04-07
Revert revisions r4168 and r4169. That's work in progress, not ready for trun...
aurel32
1
-3
/
+3
2008-04-07
Always enable precise emulation when softfloat is used
aurel32
1
-3
/
+3
2008-03-13
Use float32/64 instead of float/double
aurel32
1
-67
/
+37
2007-11-22
Add new sane low-level memory accessors for PowerPC that do proper
j_mayer
1
-4
/
+0
2007-11-16
Always make PowerPC hypervisor mode memory accesses and instructions
j_mayer
1
-2
/
+0
2007-11-12
Allow use of SPE extension by all PowerPC targets,
j_mayer
1
-4
/
+0
2007-11-11
Optimize PowerPC overflow flag computation in most useful cases.
j_mayer
1
-1
/
+0
2007-11-04
PowerPC 601 need specific callbacks for its BATs setup.
j_mayer
1
-1
/
+1
2007-10-28
Make Alpha and PowerPC targets use shared helpers
j_mayer
1
-72
/
+4
2007-10-27
Fix PowerPC FPSCR update and floating-point exception generation
j_mayer
1
-1
/
+14
2007-10-25
Use host-utils for PowerPC 64 64x64 bits multiplications.
j_mayer
1
-2
/
+0
2007-10-25
Gprof prooved the PowerPC emulation spent too much time in MSR load and store
j_mayer
1
-2
/
+1
2007-10-07
PowerPC target optimisations: make intensive use of always_inline.
j_mayer
1
-15
/
+15
2007-10-04
Make PowerPC cache line size implementation dependant.
j_mayer
1
-0
/
+2
2007-10-01
Handle all MMU models in switches, even if it's just to abort because of lack
j_mayer
1
-0
/
+1
2007-10-01
Remove definitions for deprecated SLB & TLB related op helpers.
j_mayer
1
-13
/
+0
2007-09-30
* Update OEA environment, following the PowerPC 2.04 specification:
j_mayer
1
-0
/
+3
2007-09-30
Implement Process Priority Register as defined in the PowerPC 2.04 spec.
j_mayer
1
-0
/
+3
2007-09-30
Implement new floating-point instructions (fre, frin, friz, frip, frim)
j_mayer
1
-0
/
+5
2007-09-26
Great rework and cleanups to ease PowerPC implementations definitions.
j_mayer
1
-1
/
+1
2007-09-21
Rework PowerPC 440 TLB management (thanks to Hollis Blanchard)
j_mayer
1
-9
/
+5
2007-09-19
Code provision for PowerPC BookE MMU model support.
j_mayer
1
-0
/
+12
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
1
-1
/
+1
2007-04-24
Code provision for new PowerPC embedded target support with:
j_mayer
1
-4
/
+4
2007-04-16
Fix a lot of debug traces for PowerPC emulation: use logfile instead of stdout
j_mayer
1
-0
/
+4
2007-03-30
Fix rfi instruction: do not depend on current execution mode
j_mayer
1
-5
/
+6
2007-03-23
Add missing PowerPC 64 instructions
j_mayer
1
-0
/
+7
2007-03-22
PowerPC bugfixes:
j_mayer
1
-0
/
+4
2007-03-21
Fix compilation on 32 bits hosts (pb reported by Thiemo Seufer)
j_mayer
1
-3
/
+2
2007-03-20
PowerPC 2.03 SPE extension - first pass.
j_mayer
1
-0
/
+281
2007-03-18
As icbi is not a priviledge instruction and is treated as a load by the MMU
j_mayer
1
-5
/
+2
2007-03-17
Make it safe to use 64 bits GPR and/or 64 bits host registers.
j_mayer
1
-8
/
+46
2007-03-07
Great PowerPC emulation code resynchronisation and improvments:
j_mayer
1
-0
/
+132