main.isa (7117:5d18ca349ca1) main.isa (7119:5ad962dec52f)
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

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

57namespace ArmISA;
58
59//Include the bitfield definitions
60##include "bitfields.isa"
61
62//Include the operand_types and operand definitions
63##include "operands.isa"
64
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

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

57namespace ArmISA;
58
59//Include the bitfield definitions
60##include "bitfields.isa"
61
62//Include the operand_types and operand definitions
63##include "operands.isa"
64
65//Templates for the C++ versions of the instructions
66##include "templates/templates.isa"
67
68//Include manually defined instructions
69##include "insts/insts.isa"
70
65//Include the definitions for the instruction formats
66##include "formats/formats.isa"
67
68//Include the decoder definition
69##include "decoder/decoder.isa"
71//Include the definitions for the instruction formats
72##include "formats/formats.isa"
73
74//Include the decoder definition
75##include "decoder/decoder.isa"