formats.isa (7161:a1e9b36bd4bf) formats.isa (7165:03693c2eec78)
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

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

42
43//Templates from this format are used later
44//Include the basic format
45##include "basic.isa"
46
47//Include support for predicated instructions
48##include "pred.isa"
49
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

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

42
43//Templates from this format are used later
44//Include the basic format
45##include "basic.isa"
46
47//Include support for predicated instructions
48##include "pred.isa"
49
50//Include utility functions
51##include "util.isa"
52
53//Include the float formats
54##include "fp.isa"
55
56//Include the mem format
57##include "mem.isa"
58
59//Include the macro-mem format
60##include "macromem.isa"

--- 15 unchanged lines hidden ---
50//Include the float formats
51##include "fp.isa"
52
53//Include the mem format
54##include "mem.isa"
55
56//Include the macro-mem format
57##include "macromem.isa"

--- 15 unchanged lines hidden ---