summaryrefslogtreecommitdiff
path: root/src/arch/arm/isa/templates/mult.isa
AgeCommit message (Collapse)Author
2014-05-09arch: remove inline specifiers on all inst constrs, all ISAsCurtis Dunham
With (upcoming) separate compilation, they are useless. Only link-time optimization could re-inline them, but ideally feedback-directed optimization would choose to do so only for profitable (i.e. common) instructions.
2011-01-18ARM: Add support for moving predicated false dest operands from sources.Ali Saidi
2010-06-02ARM: Add templates for multiply instructions.Gabe Black