bitfields.isa (3991:00bbda284575) bitfields.isa (4090:08bd6439b907)
1// Copyright (c) 2006-2007 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

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

49def bitfield D16LO <13:0>;
50def bitfield DISP19 <18:0>;
51def bitfield DISP22 <21:0>;
52def bitfield DISP30 <29:0>;
53def bitfield FCN <29:25>;
54def bitfield I <13>;
55def bitfield IMM_ASI <12:5>;
56def bitfield IMM22 <21:0>;
1// Copyright (c) 2006-2007 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

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

49def bitfield D16LO <13:0>;
50def bitfield DISP19 <18:0>;
51def bitfield DISP22 <21:0>;
52def bitfield DISP30 <29:0>;
53def bitfield FCN <29:25>;
54def bitfield I <13>;
55def bitfield IMM_ASI <12:5>;
56def bitfield IMM22 <21:0>;
57def bitfield M5FUNC <15:7>;
57def bitfield MMASK <3:0>;
58def bitfield OP <31:30>;
59def bitfield OP2 <24:22>;
60def bitfield OP3 <24:19>;
61def bitfield OPF <13:5>;
62def bitfield OPF_CC <13:11>;
63def bitfield OPF_LOW5 <9:5>;
64def bitfield OPF_LOW6 <10:5>;

--- 18 unchanged lines hidden ---
58def bitfield MMASK <3:0>;
59def bitfield OP <31:30>;
60def bitfield OP2 <24:22>;
61def bitfield OP3 <24:19>;
62def bitfield OPF <13:5>;
63def bitfield OPF_CC <13:11>;
64def bitfield OPF_LOW5 <9:5>;
65def bitfield OPF_LOW6 <10:5>;

--- 18 unchanged lines hidden ---