microops.isa revision 4298
12623SN/A// Copyright (c) 2007 The Hewlett-Packard Development Company
210596Sgabeblack@google.com// All rights reserved.
312276Sanouk.vanlaer@arm.com//
48926Sandreas.hansson@arm.com// Redistribution and use of this software in source and binary forms,
58926Sandreas.hansson@arm.com// with or without modification, are permitted provided that the
68926Sandreas.hansson@arm.com// following conditions are met:
78926Sandreas.hansson@arm.com//
88926Sandreas.hansson@arm.com// The software must be used only for Non-Commercial Use which means any
98926Sandreas.hansson@arm.com// use which is NOT directed to receiving any direct monetary
108926Sandreas.hansson@arm.com// compensation for, or commercial advantage from such use.  Illustrative
118926Sandreas.hansson@arm.com// examples of non-commercial use are academic research, personal study,
128926Sandreas.hansson@arm.com// teaching, education and corporate research & development.
138926Sandreas.hansson@arm.com// Illustrative examples of commercial use are distributing products for
148926Sandreas.hansson@arm.com// commercial advantage and providing services using the software for
152623SN/A// commercial advantage.
162623SN/A//
172623SN/A// If you wish to use this software or functionality therein that may be
182623SN/A// covered by patents for commercial use, please contact:
192623SN/A//     Director of Intellectual Property Licensing
202623SN/A//     Office of Strategy and Technology
212623SN/A//     Hewlett-Packard Company
222623SN/A//     1501 Page Mill Road
232623SN/A//     Palo Alto, California  94304
242623SN/A//
252623SN/A// Redistributions of source code must retain the above copyright notice,
262623SN/A// this list of conditions and the following disclaimer.  Redistributions
272623SN/A// in binary form must reproduce the above copyright notice, this list of
282623SN/A// conditions and the following disclaimer in the documentation and/or
292623SN/A// other materials provided with the distribution.  Neither the name of
302623SN/A// the COPYRIGHT HOLDER(s), HEWLETT-PACKARD COMPANY, nor the names of its
312623SN/A// contributors may be used to endorse or promote products derived from
322623SN/A// this software without specific prior written permission.  No right of
332623SN/A// sublicense is granted herewith.  Derivatives of the software and
342623SN/A// output created using the software may be prepared, but only for
352623SN/A// Non-Commercial Uses.  Derivatives of the software may be shared with
362623SN/A// others provided: (i) the others agree to abide by the list of
372623SN/A// conditions herein which includes the Non-Commercial Use restrictions;
382623SN/A// and (ii) such Derivatives of the software include the above copyright
392623SN/A// notice to acknowledge the contribution from this software where
402665Ssaidi@eecs.umich.edu// applicable, this list of conditions and the disclaimer below.
412665Ssaidi@eecs.umich.edu//
422623SN/A// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
432623SN/A// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4411793Sbrandon.potter@amd.com// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
4511793Sbrandon.potter@amd.com// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
463170Sstever@eecs.umich.edu// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
478105Sgblack@eecs.umich.edu// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
482623SN/A// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
494040Ssaidi@eecs.umich.edu// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
509647Sdam.sunwoo@arm.com// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
516658Snate@binkert.org// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
522623SN/A// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
539443SAndreas.Sandberg@ARM.com//
548232Snate@binkert.org// Authors: Gabe Black
558232Snate@binkert.org
563348Sbinkertn@umich.edu//Micro ops
573348Sbinkertn@umich.edu##include "int.isa"
588926Sandreas.hansson@arm.com