insts.isa (10197:a60405212dea) insts.isa (13168:4965381c122d)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010-2014 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

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

97
98//AArch64 Neon
99##include "neon64.isa"
100split decoder;
101##include "neon64_mem.isa"
102
103//m5 Pseudo-ops
104##include "m5ops.isa"
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010-2014 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

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

97
98//AArch64 Neon
99##include "neon64.isa"
100split decoder;
101##include "neon64_mem.isa"
102
103//m5 Pseudo-ops
104##include "m5ops.isa"
105
106//Crypto
107##include "crypto.isa"