[Openmcl-cvs-notifications] r14945 - /trunk/source/compiler/ARM/arm-asm.lisp
rme at clozure.com
rme at clozure.com
Thu Aug 18 16:41:08 CDT 2011
Author: rme
Date: Thu Aug 18 16:41:08 2011
New Revision: 14945
Log:
Add fmacd instruction. (We could add similar others easily
when the need arises.)
Modified:
trunk/source/compiler/ARM/arm-asm.lisp
Modified: trunk/source/compiler/ARM/arm-asm.lisp
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/source/compiler/ARM/arm-asm.lisp (original)
+++ trunk/source/compiler/ARM/arm-asm.lisp Thu Aug 18 16:41:08 2011
@@ -739,6 +739,12 @@
#x0e800a00
#x0ff00f50
())
+
+ (define-arm-instruction fmacd (:dd :dn :dm)
+ #x0e000b00
+ #x0fb00f50
+ ())
+
(define-arm-instruction fcpyd (:dd :dm)
#x0eb00b40
#x0fb00ff0
More information about the Openmcl-cvs-notifications
mailing list