bitfields.isa (11725:eb58f1bbeac8) bitfields.isa (11726:11950d45640b)
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

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

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>;
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

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

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>;
88
89// AMO
90def bitfield AMOFUNCT <31:27>;
91def bitfield AQ <26>;
92def bitfield RL <25>;