Deleted Added
sdiff udiff text old ( 10183:badc31a41a87 ) new ( 10197:a60405212dea )
full compact
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010-2014 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

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

48
49//Loads of a single item, AArch64
50##include "ldr64.isa"
51
52//Miscellaneous instructions that don't fit elsewhere
53##include "misc.isa"
54##include "misc64.isa"
55
56//Stores of a single item, AArch64
57##include "str64.isa"
58
59//Stores of a single item
60##include "str.isa"
61
62//Swaps
63##include "swap.isa"
64
65//Load/store multiple
66##include "macromem.isa"
67
68//Data processing instructions
69##include "data.isa"
70
71//AArch64 data processing instructions
72##include "data64.isa"
73
74//Branches
75##include "branch.isa"

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

80
81//Divide
82##include "div.isa"
83
84//VFP
85##include "fp.isa"
86##include "fp64.isa"
87
88//Neon
89##include "neon.isa"
90
91//AArch64 Neon
92##include "neon64.isa"
93##include "neon64_mem.isa"
94
95//m5 Psuedo-ops
96##include "m5ops.isa"