Deleted Added
sdiff udiff text old ( 4372:14d42d795242 ) new ( 4519:f8da6b45573f )
full compact
1// Copyright (c) 2007 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// Redistribution and use of this software in source and binary forms,
5// with or without modification, are permitted provided that the
6// following conditions are met:
7//
8// The software must be used only for Non-Commercial Use which means any

--- 42 unchanged lines hidden (view full) ---

51// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
52// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
53//
54// Authors: Gabe Black
55
56//Common microop stuff
57##include "base.isa"
58
59//A microop that generates a specified fault
60##include "fault.isa"
61
62//Integer microop definitions
63##include "int.isa"