bitfields.isa (2632:1bb2f91485ea) bitfields.isa (3272:c28038eaefb8)
1// Copyright (c) 2006 The Regents of The University of Michigan
2// All rights reserved.
3//
4// Redistribution and use in source and binary forms, with or without
5// modification, are permitted provided that the following conditions are
6// met: redistributions of source code must retain the above copyright
7// notice, this list of conditions and the following disclaimer;
8// redistributions in binary form must reproduce the above copyright

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

71def bitfield RS2 <4:0>;
72def bitfield SHCNT32 <4:0>;
73def bitfield SHCNT64 <5:0>;
74def bitfield SIMM10 <9:0>;
75def bitfield SIMM11 <10:0>;
76def bitfield SIMM13 <12:0>;
77def bitfield SW_TRAP <7:0>;
78def bitfield X <12>;
1// Copyright (c) 2006 The Regents of The University of Michigan
2// All rights reserved.
3//
4// Redistribution and use in source and binary forms, with or without
5// modification, are permitted provided that the following conditions are
6// met: redistributions of source code must retain the above copyright
7// notice, this list of conditions and the following disclaimer;
8// redistributions in binary form must reproduce the above copyright

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

71def bitfield RS2 <4:0>;
72def bitfield SHCNT32 <4:0>;
73def bitfield SHCNT64 <5:0>;
74def bitfield SIMM10 <9:0>;
75def bitfield SIMM11 <10:0>;
76def bitfield SIMM13 <12:0>;
77def bitfield SW_TRAP <7:0>;
78def bitfield X <12>;
79
80// Extended bitfields which aren't part of the actual instruction.
81
82def bitfield EXT_ASI <39:32>;