move_mask.py revision 5081:2ccce8600a9d
16019Shines@cs.fsu.edu# Copyright (c) 2007 The Hewlett-Packard Development Company
210037SARM gem5 Developers# All rights reserved.
37097Sgblack@eecs.umich.edu#
47097Sgblack@eecs.umich.edu# Redistribution and use of this software in source and binary forms,
57097Sgblack@eecs.umich.edu# with or without modification, are permitted provided that the
67097Sgblack@eecs.umich.edu# following conditions are met:
77097Sgblack@eecs.umich.edu#
87097Sgblack@eecs.umich.edu# The software must be used only for Non-Commercial Use which means any
97097Sgblack@eecs.umich.edu# use which is NOT directed to receiving any direct monetary
107097Sgblack@eecs.umich.edu# compensation for, or commercial advantage from such use.  Illustrative
117097Sgblack@eecs.umich.edu# examples of non-commercial use are academic research, personal study,
127097Sgblack@eecs.umich.edu# teaching, education and corporate research & development.
137097Sgblack@eecs.umich.edu# Illustrative examples of commercial use are distributing products for
146019Shines@cs.fsu.edu# commercial advantage and providing services using the software for
156019Shines@cs.fsu.edu# commercial advantage.
166019Shines@cs.fsu.edu#
176019Shines@cs.fsu.edu# If you wish to use this software or functionality therein that may be
186019Shines@cs.fsu.edu# covered by patents for commercial use, please contact:
196019Shines@cs.fsu.edu#     Director of Intellectual Property Licensing
206019Shines@cs.fsu.edu#     Office of Strategy and Technology
216019Shines@cs.fsu.edu#     Hewlett-Packard Company
226019Shines@cs.fsu.edu#     1501 Page Mill Road
236019Shines@cs.fsu.edu#     Palo Alto, California  94304
246019Shines@cs.fsu.edu#
256019Shines@cs.fsu.edu# Redistributions of source code must retain the above copyright notice,
266019Shines@cs.fsu.edu# this list of conditions and the following disclaimer.  Redistributions
276019Shines@cs.fsu.edu# in binary form must reproduce the above copyright notice, this list of
286019Shines@cs.fsu.edu# conditions and the following disclaimer in the documentation and/or
296019Shines@cs.fsu.edu# other materials provided with the distribution.  Neither the name of
306019Shines@cs.fsu.edu# the COPYRIGHT HOLDER(s), HEWLETT-PACKARD COMPANY, nor the names of its
316019Shines@cs.fsu.edu# contributors may be used to endorse or promote products derived from
326019Shines@cs.fsu.edu# this software without specific prior written permission.  No right of
336019Shines@cs.fsu.edu# sublicense is granted herewith.  Derivatives of the software and
346019Shines@cs.fsu.edu# output created using the software may be prepared, but only for
356019Shines@cs.fsu.edu# Non-Commercial Uses.  Derivatives of the software may be shared with
366019Shines@cs.fsu.edu# others provided: (i) the others agree to abide by the list of
376019Shines@cs.fsu.edu# conditions herein which includes the Non-Commercial Use restrictions;
386019Shines@cs.fsu.edu# and (ii) such Derivatives of the software include the above copyright
396019Shines@cs.fsu.edu# notice to acknowledge the contribution from this software where
406019Shines@cs.fsu.edu# applicable, this list of conditions and the disclaimer below.
416019Shines@cs.fsu.edu#
426019Shines@cs.fsu.edu# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
436019Shines@cs.fsu.edu# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
446019Shines@cs.fsu.edu# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
456019Shines@cs.fsu.edu# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
467720Sgblack@eecs.umich.edu# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
476251Sgblack@eecs.umich.edu# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
487680Sgblack@eecs.umich.edu# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
497720Sgblack@eecs.umich.edu# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
506214Snate@binkert.org# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
519023Sgblack@eecs.umich.edu# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
526019Shines@cs.fsu.edu# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
536019Shines@cs.fsu.edu#
546019Shines@cs.fsu.edu# Authors: Gabe Black
556019Shines@cs.fsu.edu
566251Sgblack@eecs.umich.edumicrocode = '''
578205SAli.Saidi@ARM.com# PMOVMSKB
588205SAli.Saidi@ARM.com'''
598205SAli.Saidi@ARM.com