public inbox for sid-cvs@sourceware.org
help / color / mirror / Atom feed
* src/sid/component/cgen-cpu ChangeLog cgen-fpu. ...
@ 2006-06-14 19:02 brolley
  0 siblings, 0 replies; 3+ messages in thread
From: brolley @ 2006-06-14 19:02 UTC (permalink / raw)
  To: sid-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	brolley@sourceware.org	2006-06-14 19:02:24

Modified files:
	sid/component/cgen-cpu: ChangeLog cgen-fpu.cxx cgen-fpu.h 

Log message:
	2006-06-14  Dave Brolley  <brolley@redhat.com>
	
	* cgen-fpu.h (cgen_fp_ops): All operations now take
	const cgen_fpu*.
	* cgen-fpu.cxx: Likewise.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ChangeLog.diff?cvsroot=src&r1=1.73&r2=1.74
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/cgen-fpu.cxx.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/cgen-fpu.h.diff?cvsroot=src&r1=1.2&r2=1.3


^ permalink raw reply	[flat|nested] 3+ messages in thread
* src/sid/component/cgen-cpu ChangeLog cgen-fpu. ...
@ 2010-01-25  3:55 devans
  0 siblings, 0 replies; 3+ messages in thread
From: devans @ 2010-01-25  3:55 UTC (permalink / raw)
  To: sid-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	devans@sourceware.org	2010-01-25 03:55:05

Modified files:
	sid/component/cgen-cpu: ChangeLog cgen-fpu.cxx cgen-fpu.h 
	                        cgen-types.h fp.h 
	sid/component/cgen-cpu/sh: ChangeLog sh.cxx sh2a-fpu-cpu.h 
	                           sh2e-cpu.h sh3e-cpu.h sh4-cpu.h 
	                           sh4a-cpu.h sh5-cpu.h 

Log message:
	* cgen-fpu.h (cgen_fp_ops): Update signatures of floating point
	conversion functions.
	* cgen-fpu.cxx (cgen_fp_ops): Ditto.
	* cgen-types (fpconv_kind): New enum.
	* fp.h (enum round_mode_t): Define values in terms of cgen's
	builtin values.
	
	sh/
	* sh.cxx (sh64_fldi0): Update call to floating point convertion func.
	(sh64_fldi1, sh64_fcnvds, sh64_fcnvsd, sh64_floatld, sh64_floatls,
	sh64_floatqd, sh64_floatqs, sh64_ftrcdl, sh64_ftrcsl, sh64_ftrcdq,
	sh64_ftrcsq, sh64_ftrvs): Ditto.
	* sh2a-fpu-cpu.h, * sh2e-cpu.h, * sh3e-cpu.h, * sh4-cpu.h,
	* sh4a-cpu.h, * sh5-cpu.h: Regenerate.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ChangeLog.diff?cvsroot=src&r1=1.84&r2=1.85
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/cgen-fpu.cxx.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/cgen-fpu.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/cgen-types.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/fp.h.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/sh/ChangeLog.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/sh/sh.cxx.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/sh/sh2a-fpu-cpu.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/sh/sh2e-cpu.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/sh/sh3e-cpu.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/sh/sh4-cpu.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/sh/sh4a-cpu.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/sh/sh5-cpu.h.diff?cvsroot=src&r1=1.3&r2=1.4


^ permalink raw reply	[flat|nested] 3+ messages in thread
* src/sid/component/cgen-cpu ChangeLog cgen-fpu. ...
@ 2006-05-10 21:15 brolley
  0 siblings, 0 replies; 3+ messages in thread
From: brolley @ 2006-05-10 21:15 UTC (permalink / raw)
  To: sid-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	brolley@sourceware.org	2006-05-10 21:15:35

Modified files:
	sid/component/cgen-cpu: ChangeLog cgen-fpu.cxx cgen-fpu.h fp.cxx 
	                        fp.h 

Log message:
	2006-05-10  Dave Brolley  <brolley@redhat.com>
	
	* fp.cxx (fp::integer (long long&, round_mode_t)): New method.
	(fp::integer (unsigned long long&, round_mode_t)): New method.
	* fp.h: Likewise.
	* cgen-fpu.cxx (unorderedsf): New method.
	(adddf, subdf, muldf, divdf, negdf, absdf, sqrtdf): Implemented.
	(eqdf, ltdf, ledf, gtdf, gedf, gedf): Implemented.
	(unordereddf): New method.
	(unordereddf, fextsfdf): Implemented.
	(floatdisf, fixsfsi, fixsfdi, floatsidf, floatdidf, fixdfsi)
	(fixdfdi): Implemented.
	* cgen-fpu.h: Likewise.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ChangeLog.diff?cvsroot=src&r1=1.69&r2=1.70
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/cgen-fpu.cxx.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/cgen-fpu.h.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/fp.cxx.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/fp.h.diff?cvsroot=src&r1=1.3&r2=1.4


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

end of thread, other threads:[~2010-01-25  3:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-14 19:02 src/sid/component/cgen-cpu ChangeLog cgen-fpu. brolley
  -- strict thread matches above, loose matches on Subject: below --
2010-01-25  3:55 devans
2006-05-10 21:15 brolley

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 read-only IMAP folder(s) and NNTP newsgroup(s).