bitfields.isa (6019:76890d8b28f5) bitfields.isa (6247:094b7ea0b180)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2007-2008 The Florida State University
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

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

65def bitfield COND_CODE <31:28>;
66def bitfield S_FIELD <20:20>;
67def bitfield RN <19:16>;
68def bitfield RD <15:12>;
69def bitfield SHIFT_SIZE <11: 7>;
70def bitfield SHIFT < 6: 5>;
71def bitfield RM < 3: 0>;
72
1// -*- mode:c++ -*-
2
3// Copyright (c) 2007-2008 The Florida State University
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

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

65def bitfield COND_CODE <31:28>;
66def bitfield S_FIELD <20:20>;
67def bitfield RN <19:16>;
68def bitfield RD <15:12>;
69def bitfield SHIFT_SIZE <11: 7>;
70def bitfield SHIFT < 6: 5>;
71def bitfield RM < 3: 0>;
72
73def bitfield RE <20:16>;
74
75def bitfield RS <11: 8>;
76
77def bitfield RDUP <19:16>;
78def bitfield RNDN <15:12>;
79
80def bitfield RDHI <15:12>;
81def bitfield RDLO <11: 8>;
82

--- 88 unchanged lines hidden ---
73def bitfield RS <11: 8>;
74
75def bitfield RDUP <19:16>;
76def bitfield RNDN <15:12>;
77
78def bitfield RDHI <15:12>;
79def bitfield RDLO <11: 8>;
80

--- 88 unchanged lines hidden ---