bitfields.isa (3416:ba676d3399fd) bitfields.isa (3991:00bbda284575)
1// Copyright (c) 2006 The Regents of The University of Michigan
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
9// notice, this list of conditions and the following disclaimer in the

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

33// Bitfield definitions.
34//
35
36// Bitfields are shared liberally between instruction formats, so they are
37// simply defined alphabetically
38
39def bitfield A <29>;
40def bitfield BPCC <21:20>; // for BPcc & FBPcc
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
9// notice, this list of conditions and the following disclaimer in the

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

33// Bitfield definitions.
34//
35
36// Bitfields are shared liberally between instruction formats, so they are
37// simply defined alphabetically
38
39def bitfield A <29>;
40def bitfield BPCC <21:20>; // for BPcc & FBPcc
41def bitfield FCMPCC <26:56>; // for FCMP & FCMPEa
41def bitfield FCMPCC <26:25>; // for FCMP & FCMPEa
42def bitfield FMOVCC <13:11>; // for FMOVcc
43def bitfield CC <12:11>; // for MOVcc & Tcc
44def bitfield MOVCC3 <18>; // also for MOVcc
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>;

--- 33 unchanged lines hidden ---
42def bitfield FMOVCC <13:11>; // for FMOVcc
43def bitfield CC <12:11>; // for MOVcc & Tcc
44def bitfield MOVCC3 <18>; // also for MOVcc
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>;

--- 33 unchanged lines hidden ---