microops.isa (4524:f051dcff22b3) microops.isa (4561:ade4960f0832)
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

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

57##include "base.isa"
58
59//Register microop definitions
60##include "regop.isa"
61
62//Load immediate microop definition
63##include "limmop.isa"
64
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

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

57##include "base.isa"
58
59//Register microop definitions
60##include "regop.isa"
61
62//Load immediate microop definition
63##include "limmop.isa"
64
65//Load/store microop definitions
66##include "ldstop.isa"
67
65//Miscellaneous microop definitions
66##include "specop.isa"
68//Miscellaneous microop definitions
69##include "specop.isa"