formats.isa (10037:5cac77888310) formats.isa (10611:3bba9f2d0c7d)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010-2011 ARM Limited
4// All rights reserved
5//
6// The license below extends only to copyright in the software and shall
7// not be construed as granting a license to any other intellectual
8// property including but not limited to intellectual property relating

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

83//Include the formats for multiply instructions
84##include "mult.isa"
85
86//Unconditional instructions
87##include "uncond.isa"
88
89//M5 Psuedo-ops
90##include "m5ops.isa"
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010-2011 ARM Limited
4// All rights reserved
5//
6// The license below extends only to copyright in the software and shall
7// not be construed as granting a license to any other intellectual
8// property including but not limited to intellectual property relating

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

83//Include the formats for multiply instructions
84##include "mult.isa"
85
86//Unconditional instructions
87##include "uncond.isa"
88
89//M5 Psuedo-ops
90##include "m5ops.isa"
91
92//gem5-internal pseudo instructions
93##include "pseudo.isa"