CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/11/19 01:48:52
Modified files:
target-ppc : translate.c
Log message:
Fix another collision in PowerPC instructions definitions.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-p
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/11/17 22:26:51
Modified files:
target-ppc : translate.c translate_init.c
Log message:
A little more granularity in PowerPC instructions definition is needed
in order to implement Fr
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/11/17 12:01:45
Modified files:
target-ppc : translate.c
Log message:
Fix collision in PowerPC instructions definitions.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/trans
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/11/14 05:26:46
Modified files:
target-ppc : translate.c
Log message:
Fix invalid PowerPC 64 rldimi optimized case.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/translate.
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/11/14 01:08:45
Modified files:
target-ppc : translate.c translate_init.c
Log message:
Reorganize PowerPC instructions categories, add icbi separate case.
Fix frsqrtes instruction opco
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/11/04 01:57:29
Modified files:
target-ppc : translate.c
Log message:
Improve PowerPC CPU state dump.
Dump NIP on SPR access faults.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/q
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/11/02 22:47:50
Modified files:
target-ppc : translate.c
Log message:
Don't print any message when a priviledge exception occurs on mfpvr
as the Linux allows applications to read this
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/10/26 00:48:01
Modified files:
target-ppc : translate.c
Log message:
Bugfix in PowerPC dcbi instruction:
we must do a load before the store, or we'll store random data.
Updat
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/10/26 00:46:07
Modified files:
target-ppc : translate.c
Log message:
Pretty dump for specific PowerPC instructions names.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/tra
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/10/07 23:10:08
Modified files:
target-ppc : translate.c translate_init.c
Log message:
Work-around C89 and/or "old" gcc unspecified behavior (#if in macro
calls).
CVSWeb URLs:
http://cvs.sav
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/10/02 10:11:50
Modified files:
target-ppc : translate.c
Log message:
Code provision for hypervisor mode memory accesses.
Add comments in load & store tables to ease code reading.
CVS
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/10/01 05:22:17
Modified files:
target-ppc : translate.c
Log message:
Fix missing nip updates for instructions that potentially generate
exceptions from op helpers.
CVSWeb URLs:
htt
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/10/01 03:03:52
Modified files:
target-ppc : translate.c
Log message:
Optimisations: avoid generation of duplicated micro-ops.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/09/30 15:21:15
Modified files:
target-ppc : translate.c
Log message:
Fix (once again) PowerPC sync weight field.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/translate.c?
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/09/30 03:46:38
Modified files:
target-ppc : translate.c
Log message:
Synchronize with latest PowerPC ISA VEA:
* fix invalid instructions bits masks
* new wait instruction
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/09/29 15:02:38
Modified files:
target-ppc : translate.c translate_init.c
Log message:
PowerPC emulation optimization:
avoid stopping translation after most SPR updates
when a
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/09/27 04:47:25
Modified files:
target-ppc : translate.c
Log message:
Implement size bit in PowerPC 64 comparisons.
Allow 'weight' field in sync instruction.
CVSWeb URLs:
http://cvs.s
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/04/16 07:18:42
Modified files:
target-ppc : translate.c
Log message:
PowerPC emulation bugfixes:
- don't generate multiple exit_tb at the end of conditional branches
- disable
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/04/06 07:59:47
Modified files:
target-ppc : translate.c
Log message:
Fix for PowerPC 64 rotates.
Fix for PowerPC 64 load & store with immediate index.
CVSWeb URLs:
http://cvs.savanna
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/23 21:36:30
Modified files:
target-ppc : translate.c
Log message:
avoid generating useless exceptions (Jocelyn Mayer)
CVSWeb URLs:
http://savanna
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/21 23:32:10
Modified files:
target-ppc : translate.c
Log message:
target_disas() little endian change
CVSWeb URLs:
http://savannah.gnu.org/cgi-bi
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/20 10:31:08
Modified files:
target-ppc : translate.c
Log message:
use direct jump only for jumps in the same page - stop translation
after mtsr[i
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/06/05 14:39:02
Modified files:
target-ppc : translate.c
Log message:
simplified end of page handling
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/vi
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/06/04 22:22:27
Modified files:
target-ppc : translate.c
Log message:
fixed lsw[ix] / stsw[ix] potential exception bug - mtcrf workaround for
Mac OS
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/05/12 18:46:12
Modified files:
target-ppc : translate.c
Log message:
dcbz fix (Jocelyn Mayer)
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/q
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/23 18:05:47
Modified files:
target-ppc : translate.c
Log message:
- remove the ugly "stop" pseudo-opcode.
- fix fsqrt instruction (there's
26 matches
Mail list logo