bitfields.isa (6691:cd68b6ecd68d) bitfields.isa (8917:a16ba72db7d0)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2009 The University of Edinburgh
4// All rights reserved.
5//
6// Redistribution and use in source and binary forms, with or without
7// modification, are permitted provided that the following conditions are
8// met: redistributions of source code must retain the above copyright

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

70def bitfield LK <0>;
71def bitfield AA <1>;
72
73// Specifies a CR or FPSCR field
74def bitfield BF <25:23>;
75
76// Fields for FPSCR manipulation instructions
77def bitfield FLM <24:17>;
1// -*- mode:c++ -*-
2
3// Copyright (c) 2009 The University of Edinburgh
4// All rights reserved.
5//
6// Redistribution and use in source and binary forms, with or without
7// modification, are permitted provided that the following conditions are
8// met: redistributions of source code must retain the above copyright

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

70def bitfield LK <0>;
71def bitfield AA <1>;
72
73// Specifies a CR or FPSCR field
74def bitfield BF <25:23>;
75
76// Fields for FPSCR manipulation instructions
77def bitfield FLM <24:17>;
78def bitfield L <25>;
79def bitfield W <16>;
78// Named so to avoid conflicts with potential template typenames
79def bitfield L_FIELD <25>;
80// Named so to avoid conflicts with range_map.hh
81def bitfield W_FIELD <16>;
80// Named so to avoid conflicts with range.hh
81def bitfield U_FIELD <15:12>;
82
83// Field for specifying a bit in CR or FPSCR
84def bitfield BT <25:21>;
82// Named so to avoid conflicts with range.hh
83def bitfield U_FIELD <15:12>;
84
85// Field for specifying a bit in CR or FPSCR
86def bitfield BT <25:21>;