insts.isa (7160:3f4333b1d4af) insts.isa (7199:3e96b80d1b55)
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

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

41##include "basic.isa"
42
43//Useful bits shared by memory instructions
44##include "mem.isa"
45
46//Loads of a single item
47##include "ldr.isa"
48
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

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

41##include "basic.isa"
42
43//Useful bits shared by memory instructions
44##include "mem.isa"
45
46//Loads of a single item
47##include "ldr.isa"
48
49//Miscellaneous instructions that don't fit elsewhere
50##include "misc.isa"
51
49//Stores of a single item
50##include "str.isa"
51
52//Load/store multiple
53##include "macromem.isa"
54
55//Data processing instructions
56##include "data.isa"
57
58//Branches
59##include "branch.isa"
60
61//Multiply
62##include "mult.isa"
52//Stores of a single item
53##include "str.isa"
54
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"