Deleted Added
sdiff udiff text old ( 7199:3e96b80d1b55 ) new ( 7205:e3dfcdf19561 )
full compact
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//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"