We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1566e31 commit 1b6fc0cCopy full SHA for 1b6fc0c
spec/std/isa/isa/fp.idl
@@ -32,14 +32,6 @@ Bits<32> UI32_POS_OVERFLOW = 32'hFFFF_FFFF; # maximum unsigned 32-bit integer
32
Bits<32> UI32_NAN = 32'hFFFF_FFFF; # NaN to unsigned 32-bit integer
33
Bits<32> I32_NAN = 32'h7FFF_FFFF; # NaN to signed 32-bit integer
34
35
-
36
-Bits<32> UI32_NEG_OVERFLOW = 32'h0000_0000; # minimum unsigned 32-bit integer
37
-Bits<32> UI32_POS_OVERFLOW = 32'hFFFF_FFFF; # maximum unsigned 32-bit integer
38
39
-Bits<32> UI32_NAN = 32'hFFFF_FFFF; # NaN to unsigned 32-bit integer
40
-Bits<32> I32_NAN = 32'h7FFF_FFFF; # NaN to signed 32-bit integer
41
42
43
enum RoundingMode {
44
RNE 0b000 # Round to Nearest, ties to Even
45
RTZ 0b001 # Round toward Zero
0 commit comments