templates.isa (7159:2d7f1528f2d0) templates.isa (7167:a28390624772)
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

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

32// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
33// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
34// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
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
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

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

32// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
33// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
34// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
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
40//Templates for predicated instructions
41##include "pred.isa"
42
43//Templates for memory instructions
44##include "mem.isa"
45
46//Templates for microcoded memory instructions
47##include "macromem.isa"
48
49//Templates for branches
50##include "branch.isa"
51
52//Templates for multiplies
53##include "mult.isa"
43//Templates for predicated instructions
44##include "pred.isa"
45
46//Templates for memory instructions
47##include "mem.isa"
48
49//Templates for microcoded memory instructions
50##include "macromem.isa"
51
52//Templates for branches
53##include "branch.isa"
54
55//Templates for multiplies
56##include "mult.isa"