Changeset 14945


Ignore:
Timestamp:
Aug 18, 2011, 2:41:08 PM (13 years ago)
Author:
R. Matthew Emerson
Message:

Add fmacd instruction. (We could add similar others easily
when the need arises.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/compiler/ARM/arm-asm.lisp

    r14897 r14945  
    740740     #x0ff00f50
    741741     ())
     742
     743   (define-arm-instruction fmacd (:dd :dn :dm)
     744     #x0e000b00
     745     #x0fb00f50
     746     ())
     747
    742748   (define-arm-instruction fcpyd (:dd :dm)
    743749     #x0eb00b40
Note: See TracChangeset for help on using the changeset viewer.