qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] qemu/target-sh4 translate.c
@ 2006-06-17 18:48 Paul Brook
  0 siblings, 0 replies; 10+ messages in thread
From: Paul Brook @ 2006-06-17 18:48 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Paul Brook <pbrook>	06/06/17 18:48:31

Modified files:
	target-sh4     : translate.c 

Log message:
	SH4 rts fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-sh4/translate.c?cvsroot=qemu&r1=1.2&r2=1.3

Patches:
Index: translate.c
===================================================================
RCS file: /sources/qemu/qemu/target-sh4/translate.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- translate.c	14 Jun 2006 15:02:05 -0000	1.2
+++ translate.c	17 Jun 2006 18:48:31 -0000	1.3
@@ -1120,7 +1120,9 @@
     ctx.sr = env->sr;
     ctx.fpscr = env->fpscr;
     ctx.memidx = (env->sr & SR_MD) ? 1 : 0;
-    ctx.delayed_pc = env->delayed_pc;
+    /* We don't know if the delayed pc came from a dynamic or static branch,
+       so assume it is a dynamic branch.  */
+    ctx.delayed_pc = -1;
     ctx.tb = tb;
     ctx.singlestep_enabled = env->singlestep_enabled;
     nb_gen_labels = 0;

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Qemu-devel] qemu/target-sh4 translate.c
@ 2007-04-26 23:48 Thiemo Seufer
  0 siblings, 0 replies; 10+ messages in thread
From: Thiemo Seufer @ 2007-04-26 23:48 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Thiemo Seufer <ths>	07/04/26 23:48:50

Modified files:
	target-sh4     : translate.c 

Log message:
	Fix opcode for sts.l fpul/cpscr, by Magnus Damm.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-sh4/translate.c?cvsroot=qemu&r1=1.7&r2=1.8

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Qemu-devel] qemu/target-sh4 translate.c
@ 2007-05-13 16:33 Thiemo Seufer
  0 siblings, 0 replies; 10+ messages in thread
From: Thiemo Seufer @ 2007-05-13 16:33 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Thiemo Seufer <ths>	07/05/13 16:33:44

Modified files:
	target-sh4     : translate.c 

Log message:
	Fix XHACK() macro and use FREG if possible, by Magnus Damm.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-sh4/translate.c?cvsroot=qemu&r1=1.8&r2=1.9

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Qemu-devel] qemu/target-sh4 translate.c
@ 2007-06-22 10:12 Thiemo Seufer
  0 siblings, 0 replies; 10+ messages in thread
From: Thiemo Seufer @ 2007-06-22 10:12 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Thiemo Seufer <ths>	07/06/22 10:12:54

Modified files:
	target-sh4     : translate.c 

Log message:
	Set FD bit in SR to emulate kernel behaviour, by Magnus Damm.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-sh4/translate.c?cvsroot=qemu&r1=1.9&r2=1.10

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Qemu-devel] qemu/target-sh4 translate.c
@ 2007-06-22 11:43 Thiemo Seufer
  0 siblings, 0 replies; 10+ messages in thread
From: Thiemo Seufer @ 2007-06-22 11:43 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Thiemo Seufer <ths>	07/06/22 11:43:08

Modified files:
	target-sh4     : translate.c 

Log message:
	Use DREG() instead of XREG() wherever possible, by Magnus Damm.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-sh4/translate.c?cvsroot=qemu&r1=1.11&r2=1.12

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Qemu-devel] qemu/target-sh4 translate.c
@ 2007-06-22 11:44 Thiemo Seufer
  0 siblings, 0 replies; 10+ messages in thread
From: Thiemo Seufer @ 2007-06-22 11:44 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Thiemo Seufer <ths>	07/06/22 11:44:41

Modified files:
	target-sh4     : translate.c 

Log message:
	Document FPSCR usage, by Magnus Damm.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-sh4/translate.c?cvsroot=qemu&r1=1.12&r2=1.13

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Qemu-devel] qemu/target-sh4 translate.c
@ 2007-06-22 11:47 Thiemo Seufer
  0 siblings, 0 replies; 10+ messages in thread
From: Thiemo Seufer @ 2007-06-22 11:47 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Thiemo Seufer <ths>	07/06/22 11:47:05

Modified files:
	target-sh4     : translate.c 

Log message:
	Ignore PR flag in FPSCR when performing fmov, by Magnus Damm.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-sh4/translate.c?cvsroot=qemu&r1=1.13&r2=1.14

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Qemu-devel] qemu/target-sh4 translate.c
@ 2007-08-26 17:48 Thiemo Seufer
  0 siblings, 0 replies; 10+ messages in thread
From: Thiemo Seufer @ 2007-08-26 17:48 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Thiemo Seufer <ths>	07/08/26 17:48:48

Modified files:
	target-sh4     : translate.c 

Log message:
	SH4 mov.b fix, by Vince Weaver.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-sh4/translate.c?cvsroot=qemu&r1=1.14&r2=1.15

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Qemu-devel] qemu/target-sh4 translate.c
@ 2007-09-29 19:52 Thiemo Seufer
  0 siblings, 0 replies; 10+ messages in thread
From: Thiemo Seufer @ 2007-09-29 19:52 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Thiemo Seufer <ths>	07/09/29 19:52:22

Modified files:
	target-sh4     : translate.c 

Log message:
	Fix rte opcode, by Magnus Damm.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-sh4/translate.c?cvsroot=qemu&r1=1.17&r2=1.18

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Qemu-devel] qemu/target-sh4 translate.c
@ 2007-11-11 19:49 Fabrice Bellard
  0 siblings, 0 replies; 10+ messages in thread
From: Fabrice Bellard @ 2007-11-11 19:49 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Fabrice Bellard <bellard>	07/11/11 19:49:51

Modified files:
	target-sh4     : translate.c 

Log message:
	fixed FPU rounding init

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-sh4/translate.c?cvsroot=qemu&r1=1.19&r2=1.20

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-11-11 19:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-29 19:52 [Qemu-devel] qemu/target-sh4 translate.c Thiemo Seufer
  -- strict thread matches above, loose matches on Subject: below --
2007-11-11 19:49 Fabrice Bellard
2007-08-26 17:48 Thiemo Seufer
2007-06-22 11:47 Thiemo Seufer
2007-06-22 11:44 Thiemo Seufer
2007-06-22 11:43 Thiemo Seufer
2007-06-22 10:12 Thiemo Seufer
2007-05-13 16:33 Thiemo Seufer
2007-04-26 23:48 Thiemo Seufer
2006-06-17 18:48 Paul Brook

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).