microops.isa (5425:4226f6c2d03c) microops.isa (5661:443e6f925027)
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

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

63##include "regop.isa"
64
65//Load immediate microop definition
66##include "limmop.isa"
67
68//Load/store microop definitions
69##include "ldstop.isa"
70
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

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

63##include "regop.isa"
64
65//Load immediate microop definition
66##include "limmop.isa"
67
68//Load/store microop definitions
69##include "ldstop.isa"
70
71//Control flow microop definitions
72##include "seqop.isa"
73
71//Miscellaneous microop definitions
72##include "specop.isa"
73
74//Microops for printing out debug messages through M5
75##include "debug.isa"
74//Miscellaneous microop definitions
75##include "specop.isa"
76
77//Microops for printing out debug messages through M5
78##include "debug.isa"