object Rvfd

Specifies the RISC-V floating point instructions

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Rvfd
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def FADD_D: SingleDecoding
  5. def FADD_S: SingleDecoding
  6. def FCLASS_D: SingleDecoding
  7. def FCLASS_S: SingleDecoding
  8. def FCVT_D_L: SingleDecoding
  9. def FCVT_D_LU: SingleDecoding
  10. def FCVT_D_S: SingleDecoding
  11. def FCVT_D_W: SingleDecoding
  12. def FCVT_D_WU: SingleDecoding
  13. def FCVT_LU_D: SingleDecoding
  14. def FCVT_LU_S: SingleDecoding
  15. def FCVT_L_D: SingleDecoding
  16. def FCVT_L_S: SingleDecoding
  17. def FCVT_S_D: SingleDecoding
  18. def FCVT_S_L: SingleDecoding
  19. def FCVT_S_LU: SingleDecoding
  20. def FCVT_S_W: SingleDecoding
  21. def FCVT_S_WU: SingleDecoding
  22. def FCVT_WU_D: SingleDecoding
  23. def FCVT_WU_S: SingleDecoding
  24. def FCVT_W_D: SingleDecoding
  25. def FCVT_W_S: SingleDecoding
  26. def FDIV_D: SingleDecoding
  27. def FDIV_S: SingleDecoding
  28. def FEQ_D: SingleDecoding
  29. def FEQ_S: SingleDecoding
  30. def FLD: SingleDecoding
  31. def FLE_D: SingleDecoding
  32. def FLE_S: SingleDecoding
  33. def FLT_D: SingleDecoding
  34. def FLT_S: SingleDecoding
  35. def FLW: SingleDecoding
  36. def FMADD_D: SingleDecoding
  37. def FMADD_S: SingleDecoding
  38. def FMAX_D: SingleDecoding
  39. def FMAX_S: SingleDecoding
  40. def FMIN_D: SingleDecoding
  41. def FMIN_S: SingleDecoding
  42. def FMSUB_D: SingleDecoding
  43. def FMSUB_S: SingleDecoding
  44. def FMUL_D: SingleDecoding
  45. def FMUL_S: SingleDecoding
  46. def FMV_D_X: SingleDecoding
  47. def FMV_W_X: SingleDecoding
  48. def FMV_X_D: SingleDecoding
  49. def FMV_X_W: SingleDecoding
  50. def FNMADD_D: SingleDecoding
  51. def FNMADD_S: SingleDecoding
  52. def FNMSUB_D: SingleDecoding
  53. def FNMSUB_S: SingleDecoding
  54. def FSD: SingleDecoding
  55. def FSGNJN_D: SingleDecoding
  56. def FSGNJN_S: SingleDecoding
  57. def FSGNJX_D: SingleDecoding
  58. def FSGNJX_S: SingleDecoding
  59. def FSGNJ_D: SingleDecoding
  60. def FSGNJ_S: SingleDecoding
  61. def FSQRT_D: SingleDecoding
  62. def FSQRT_S: SingleDecoding
  63. def FSUB_D: SingleDecoding
  64. def FSUB_S: SingleDecoding
  65. def FSW: SingleDecoding
  66. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  67. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  68. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  69. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  70. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  71. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  72. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  73. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  74. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  75. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  76. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  77. def toString(): String
    Definition Classes
    AnyRef → Any
  78. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  80. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped