microops.isa (4561:ade4960f0832) | microops.isa (5083:49559a8060e8) |
---|---|
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 | 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//Floating point definitions 60##include "fpop.isa" 61 |
|
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 68//Miscellaneous microop definitions 69##include "specop.isa" | 62//Register microop definitions 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//Miscellaneous microop definitions 72##include "specop.isa" |