bitfields.isa (3272:c28038eaefb8) bitfields.isa (3416:ba676d3399fd)
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

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

45def bitfield CMASK <6:4>;
46def bitfield COND2 <28:25>;
47def bitfield COND4 <17:14>;
48def bitfield D16HI <21:20>;
49def bitfield D16LO <13:0>;
50def bitfield DISP19 <18:0>;
51def bitfield DISP22 <21:0>;
52def bitfield DISP30 <29:0>;
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

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

45def bitfield CMASK <6:4>;
46def bitfield COND2 <28:25>;
47def bitfield COND4 <17:14>;
48def bitfield D16HI <21:20>;
49def bitfield D16LO <13:0>;
50def bitfield DISP19 <18:0>;
51def bitfield DISP22 <21:0>;
52def bitfield DISP30 <29:0>;
53def bitfield FCN <29:26>;
53def bitfield FCN <29:25>;
54def bitfield I <13>;
55def bitfield IMM_ASI <12:5>;
56def bitfield IMM22 <21:0>;
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>;

--- 21 unchanged lines hidden ---
54def bitfield I <13>;
55def bitfield IMM_ASI <12:5>;
56def bitfield IMM22 <21:0>;
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>;

--- 21 unchanged lines hidden ---