classifyd

From Mill Computing Wiki
Revision as of 14:02, 23 February 2021 by Generator (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
speculable  exu stream  exu block  compute phase   operation   in the decimal floating point value domain  

native on: none

Produce an enum value to classify binary floating points into normal values, subnormals, infinities and NaNs etc.

The exact list is:

  • signaling NaN,
  • quiet NaN,
  • negative Infinity,
  • negative Normal,
  • negative Subnormal,
  • negative Zero,
  • positive Zero,
  • positive Subnormal,
  • positive Normal,
  • positive Infinity

classifyd(d x) → d r0

operands: like Addd [dd:d]


encoding: classifyd(d x)

Instruction Set, alphabetical, Instruction Set by Category, Instruction Set, sortable, filterable