bitfields.isa (11723:0596db108c53) bitfields.isa (11725:eb58f1bbeac8)
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

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

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>;
77def bitfield ZIMM <19:15>;
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

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

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>;
77def bitfield ZIMM <19:15>;
78
79// Floating point
80def bitfield FD <11:7>;
81def bitfield FS1 <19:15>;
82def bitfield FS2 <24:20>;
83def bitfield FS3 <31:27>;
84
85def bitfield ROUND_MODE <14:12>;
86def bitfield CONV_SGN <24:20>;
87def bitfield FUNCT2 <26:25>;