templates.isa (10037:5cac77888310) templates.isa (12540:93f0a9a0ea71)
1// -*- mode:c++ -*-
2
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010-2011 ARM Limited
3// Copyright (c) 2010-2011,2018 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

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

35// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
36// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37//
38// Authors: Gabe Black
39
40//Basic instruction templates
41##include "basic.isa"
42
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

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

35// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
36// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37//
38// Authors: Gabe Black
39
40//Basic instruction templates
41##include "basic.isa"
42
43//Semihosting instruction templates
44##include "semihost.isa"
45
43//Templates for AArch64 bit data instructions.
44##include "data64.isa"
45
46//Templates for predicated instructions
47##include "pred.isa"
48
49//Templates for memory instructions
50##include "mem.isa"

--- 26 unchanged lines hidden ---
46//Templates for AArch64 bit data instructions.
47##include "data64.isa"
48
49//Templates for predicated instructions
50##include "pred.isa"
51
52//Templates for memory instructions
53##include "mem.isa"

--- 26 unchanged lines hidden ---