Logo
1.4.0

Contents:

  • Nuclei MCU Software Interface Standard(NMSIS)
  • NMSIS Core
    • Overview
    • Using NMSIS in Embedded Applications
    • NMSIS-Core Device Templates
    • Register Mapping
    • NMSIS Core API
      • Version Control
      • Compiler Control
      • Core CSR Register Access
      • Core CSR Encoding
      • Register Define and Type Definitions
      • CPU Intrinsic Functions
      • Intrinsic Functions for SIMD Instructions
        • SIMD Data Processing Instructions
          • SIMD 16-bit Add/Subtract Instructions
          • SIMD 8-bit Addition & Subtraction Instructions
          • SIMD 16-bit Shift Instructions
          • SIMD 8-bit Shift Instructions
          • SIMD 16-bit Compare Instructions
          • SIMD 8-bit Compare Instructions
          • SIMD 16-bit Multiply Instructions
          • SIMD 8-bit Multiply Instructions
          • SIMD 16-bit Miscellaneous Instructions
          • SIMD 8-bit Miscellaneous Instructions
          • SIMD 8-bit Unpacking Instructions
        • Non-SIMD Instructions
        • Partial-SIMD Data Processing Instructions
        • 64-bit Profile Instructions
        • RV64 Only Instructions
        • Nuclei Default SIMD DSP Additional Instructions
        • Nuclei N1 SIMD DSP Additional Instructions
        • Nuclei N2 SIMD DSP Additional Instructions
        • Nuclei N3 SIMD DSP Additional Instructions
      • Intrinsic Functions for Bitmanipulation Instructions
      • Intrinsic Functions for Vector Instructions
      • Peripheral Access
      • Systick Timer(SysTimer)
      • Interrupts and Exceptions
      • PLIC Interrupt
      • CIDU Functions
      • FPU Functions
      • PMP Functions
      • SPMP/sMPU Functions
      • PMA Functions
      • Cache Functions
      • System Device Configuration
      • ARM Compatiable Functions
      • NMSIS Bench and Test Helper Functions
  • NMSIS DSP
  • NMSIS NN
  • Changelog
  • Glossary
  • Appendix
NMSIS
  • NMSIS Core
  • NMSIS Core API
  • Intrinsic Functions for SIMD Instructions
  • SIMD Data Processing Instructions
  • View page source

SIMD Data Processing Instructions

  • SIMD 16-bit Add/Subtract Instructions
  • SIMD 8-bit Addition & Subtraction Instructions
  • SIMD 16-bit Shift Instructions
    • __RV_KSLLI16
    • __RV_SLLI16
    • __RV_SRAI16
    • __RV_SRAI16_U
    • __RV_SRLI16
    • __RV_SRLI16_U
  • SIMD 8-bit Shift Instructions
    • __RV_KSLLI8
    • __RV_SLLI8
    • __RV_SRAI8
    • __RV_SRAI8_U
    • __RV_SRLI8
    • __RV_SRLI8_U
  • SIMD 16-bit Compare Instructions
  • SIMD 8-bit Compare Instructions
  • SIMD 16-bit Multiply Instructions
  • SIMD 8-bit Multiply Instructions
  • SIMD 16-bit Miscellaneous Instructions
    • __RV_SCLIP16
    • __RV_UCLIP16
  • SIMD 8-bit Miscellaneous Instructions
    • __RV_SCLIP8
    • __RV_UCLIP8
  • SIMD 8-bit Unpacking Instructions
group SIMD Data Processing Instructions

SIMD Data Processing Instructions.

Previous Next

© Copyright 2019-Present, Nuclei. Last updated on May 21, 2025.

Built with Sphinx using a theme provided by Read the Docs.