bitfields.isa (11320:42ecb523c64a) bitfields.isa (12763:37c243ed1112)
1// -*- mode:c++ -*-
2
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010, 2011 ARM Limited
3// Copyright (c) 2010, 2011, 2018 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
9// to a hardware implementation of the functionality of the software
10// licensed hereunder. You may use the software subject to the license
11// terms below provided that you ensure that this notice is replicated

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

42
43////////////////////////////////////////////////////////////////////
44//
45// Bitfield definitions.
46//
47
48// Opcode fields
49def bitfield DECODERFAULT decoderFault;
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
9// to a hardware implementation of the functionality of the software
10// licensed hereunder. You may use the software subject to the license
11// terms below provided that you ensure that this notice is replicated

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

42
43////////////////////////////////////////////////////////////////////
44//
45// Bitfield definitions.
46//
47
48// Opcode fields
49def bitfield DECODERFAULT decoderFault;
50def bitfield ILLEGALEXEC illegalExecution;
50
51def bitfield ENCODING encoding;
52def bitfield OPCODE opcode;
53def bitfield MEDIA_OPCODE mediaOpcode;
54def bitfield MEDIA_OPCODE2 mediaOpcode2;
55def bitfield USEIMM useImm;
56def bitfield OPCODE_24 opcode24;
57def bitfield OPCODE_24_23 opcode24_23;

--- 112 unchanged lines hidden ---
51
52def bitfield ENCODING encoding;
53def bitfield OPCODE opcode;
54def bitfield MEDIA_OPCODE mediaOpcode;
55def bitfield MEDIA_OPCODE2 mediaOpcode2;
56def bitfield USEIMM useImm;
57def bitfield OPCODE_24 opcode24;
58def bitfield OPCODE_24_23 opcode24_23;

--- 112 unchanged lines hidden ---