formats.isa (13170:eb0a1f32798d) formats.isa (13759:9941fca869a9)
1// -*- mode:c++ -*-
2
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010-2011 ARM Limited
3// Copyright (c) 2010-2011, 2017 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
9// to a hardware implementation of the functionality of the software
10// licensed hereunder. You may use the software subject to the license
11// terms below provided that you ensure that this notice is replicated

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

45##include "basic.isa"
46
47//Include support for decoding AArch64 instructions
48##include "aarch64.isa"
49
50//Include support for decoding AArch64 NEON instructions
51##include "neon64.isa"
52
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
9// to a hardware implementation of the functionality of the software
10// licensed hereunder. You may use the software subject to the license
11// terms below provided that you ensure that this notice is replicated

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

45##include "basic.isa"
46
47//Include support for decoding AArch64 instructions
48##include "aarch64.isa"
49
50//Include support for decoding AArch64 NEON instructions
51##include "neon64.isa"
52
53//Include support for decoding SVE instructions (AArch64-only)
54##include "sve_top_level.isa"
55##include "sve_2nd_level.isa"
56
53//Include support for predicated instructions
54##include "pred.isa"
55
56//Include the float formats
57##include "fp.isa"
58
59//Include the mem format
60##include "mem.isa"

--- 30 unchanged lines hidden ---
57//Include support for predicated instructions
58##include "pred.isa"
59
60//Include the float formats
61##include "fp.isa"
62
63//Include the mem format
64##include "mem.isa"

--- 30 unchanged lines hidden ---