microops.isa (5083:49559a8060e8) microops.isa (5425:4226f6c2d03c)
1// Copyright (c) 2007 The Hewlett-Packard Development Company
1// Copyright (c) 2007-2008 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
9// use which is NOT directed to receiving any direct monetary

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

65//Load immediate microop definition
66##include "limmop.isa"
67
68//Load/store microop definitions
69##include "ldstop.isa"
70
71//Miscellaneous microop definitions
72##include "specop.isa"
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
9// use which is NOT directed to receiving any direct monetary

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

65//Load immediate microop definition
66##include "limmop.isa"
67
68//Load/store microop definitions
69##include "ldstop.isa"
70
71//Miscellaneous microop definitions
72##include "specop.isa"
73
74//Microops for printing out debug messages through M5
75##include "debug.isa"