formats.isa (10611:3bba9f2d0c7d) formats.isa (10696:b5e5068fcb26)
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

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

63##include "macromem.isa"
64
65//Include the branch format
66##include "branch.isa"
67
68//Miscellaneous instructions that don't fit elsewhere
69##include "misc.isa"
70
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

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

63##include "macromem.isa"
64
65//Include the branch format
66##include "branch.isa"
67
68//Miscellaneous instructions that don't fit elsewhere
69##include "misc.isa"
70
71//Include the unimplemented format
72##include "unimp.isa"
73
74//Include the unknown format
75##include "unknown.isa"
76
77//Include the breakpoint format
78##include "breakpoint.isa"
79
80//Include the formats for data processing instructions
81##include "data.isa"
82
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"
71//Include the breakpoint format
72##include "breakpoint.isa"
73
74//Include the formats for data processing instructions
75##include "data.isa"
76
77//Include the formats for multiply instructions
78##include "mult.isa"
79
80//Unconditional instructions
81##include "uncond.isa"
82
83//M5 Psuedo-ops
84##include "m5ops.isa"
85
86//gem5-internal pseudo instructions
87##include "pseudo.isa"