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

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

65##include "branch.isa"
66
67//Multiply
68##include "mult.isa"
69
70//Divide
71##include "div.isa"
72
73//FP (VFP and Neon)
73//VFP
74##include "fp.isa"
75
76//Neon
77##include "neon.isa"