bitfields.isa (12120:133620bfc43b) bitfields.isa (12328:95ba4611788a)
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

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

59def bitfield IMM7 <31:25>;
60
61// U-Type
62def bitfield IMM20 <31:12>;
63
64// SB-Type
65def bitfield BIMM12BIT11 <7>;
66def bitfield BIMM12BITS4TO1<11:8>;
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

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

59def bitfield IMM7 <31:25>;
60
61// U-Type
62def bitfield IMM20 <31:12>;
63
64// SB-Type
65def bitfield BIMM12BIT11 <7>;
66def bitfield BIMM12BITS4TO1<11:8>;
67def bitfield IMMSIGN <31>;
68def bitfield BIMM12BITS10TO5 <30:25>;
67def bitfield BIMM12BITS10TO5 <30:25>;
68def bitfield IMMSIGN <31>;
69
70// UJ-Type
71def bitfield UJIMMBITS10TO1 <30:21>;
72def bitfield UJIMMBIT11 <20>;
73def bitfield UJIMMBITS19TO12 <19:12>;
74
75// System
76def bitfield FUNCT12 <31:20>;

--- 36 unchanged lines hidden ---
69
70// UJ-Type
71def bitfield UJIMMBITS10TO1 <30:21>;
72def bitfield UJIMMBIT11 <20>;
73def bitfield UJIMMBITS19TO12 <19:12>;
74
75// System
76def bitfield FUNCT12 <31:20>;

--- 36 unchanged lines hidden ---