Skip to content

Commit

Permalink
[LLDB][RISCV] Add RVD instruction support for EmulateInstructionRISCV
Browse files Browse the repository at this point in the history
RVD extension is a double-precision floating-point instruction-set extension, which adds double-precision floating-point computational instructions compliant with the IEEE 754-2008 arithmetic standard.

This patch:
- Reuse most of the functions in the "F extension" to impl the"D extension"
- corresponding unittests.

Reviewed By: DavidSpickett

Differential Revision: https://reviews.llvm.org/D140032
  • Loading branch information
SEmmmer committed Dec 15, 2022
1 parent 38f1abe commit 6493fc4
Show file tree
Hide file tree
Showing 3 changed files with 514 additions and 297 deletions.

0 comments on commit 6493fc4

Please sign in to comment.