bitfields.isa (12328:95ba4611788a) bitfields.isa (13931:31e62b71cca6)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2015 RISC-V Foundation
4// Copyright (c) 2016 The University of Virginia
5// All rights reserved.
6//
7// Redistribution and use in source and binary forms, with or without
8// modification, are permitted provided that the following conditions are

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

99def bitfield RC1 <11:7>;
100def bitfield RC2 <6:2>;
101def bitfield RP1 <9:7>;
102def bitfield RP2 <4:2>;
103def bitfield FC1 <11:7>;
104def bitfield FC2 <6:2>;
105def bitfield FP2 <4:2>;
106def bitfield CJUMPIMM <12:2>;
1// -*- mode:c++ -*-
2
3// Copyright (c) 2015 RISC-V Foundation
4// Copyright (c) 2016 The University of Virginia
5// All rights reserved.
6//
7// Redistribution and use in source and binary forms, with or without
8// modification, are permitted provided that the following conditions are

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

99def bitfield RC1 <11:7>;
100def bitfield RC2 <6:2>;
101def bitfield RP1 <9:7>;
102def bitfield RP2 <4:2>;
103def bitfield FC1 <11:7>;
104def bitfield FC2 <6:2>;
105def bitfield FP2 <4:2>;
106def bitfield CJUMPIMM <12:2>;
107def bitfield CJUMPIMM3TO1 <5:3>;
108def bitfield CJUMPIMM4TO4 <11:11>;
109def bitfield CJUMPIMM5TO5 <2:2>;
110def bitfield CJUMPIMM6TO6 <7:7>;
111def bitfield CJUMPIMM7TO7 <6:6>;
112def bitfield CJUMPIMM9TO8 <10:9>;
113def bitfield CJUMPIMM10TO10 <8:8>;
114def bitfield CJUMPIMMSIGN <12:12>;
107def bitfield CIMM8 <12:5>;
108def bitfield CIMM6 <12:7>;
109def bitfield CIMM5 <6:2>;
110def bitfield CIMM3 <12:10>;
111def bitfield CIMM2 <6:5>;
112def bitfield CIMM1 <12>;
115def bitfield CIMM8 <12:5>;
116def bitfield CIMM6 <12:7>;
117def bitfield CIMM5 <6:2>;
118def bitfield CIMM3 <12:10>;
119def bitfield CIMM2 <6:5>;
120def bitfield CIMM1 <12>;