bitfields.isa (10037:5cac77888310) bitfields.isa (10611:3bba9f2d0c7d)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010, 2011 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

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

41// Authors: Stephen Hines
42
43////////////////////////////////////////////////////////////////////
44//
45// Bitfield definitions.
46//
47
48// Opcode fields
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010, 2011 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

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

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

--- 111 unchanged lines hidden ---
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;
58def bitfield OPCODE_23_20 opcode23_20;

--- 111 unchanged lines hidden ---