templates.isa (13168:4965381c122d) templates.isa (13759:9941fca869a9)
1// -*- mode:c++ -*-
2
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010-2011,2018 ARM Limited
3// Copyright (c) 2010-2011, 2017-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

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

75
76//Templates for Neon instructions
77##include "neon.isa"
78
79//Templates for Crypto instructions
80##include "crypto.isa"
81
82##include "neon64.isa"
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

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

75
76//Templates for Neon instructions
77##include "neon.isa"
78
79//Templates for Crypto instructions
80##include "crypto.isa"
81
82##include "neon64.isa"
83
84//Templates for SVE instructions
85##include "sve.isa"