insts.isa (7199:3e96b80d1b55) insts.isa (7205:e3dfcdf19561)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010 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

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

47##include "ldr.isa"
48
49//Miscellaneous instructions that don't fit elsewhere
50##include "misc.isa"
51
52//Stores of a single item
53##include "str.isa"
54
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010 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

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

47##include "ldr.isa"
48
49//Miscellaneous instructions that don't fit elsewhere
50##include "misc.isa"
51
52//Stores of a single item
53##include "str.isa"
54
55//Swaps
56##include "swap.isa"
57
55//Load/store multiple
56##include "macromem.isa"
57
58//Data processing instructions
59##include "data.isa"
60
61//Branches
62##include "branch.isa"
63
64//Multiply
65##include "mult.isa"
58//Load/store multiple
59##include "macromem.isa"
60
61//Data processing instructions
62##include "data.isa"
63
64//Branches
65##include "branch.isa"
66
67//Multiply
68##include "mult.isa"