[all-commits] [llvm/llvm-project] edc1c9: [LLDB][RISCV] Add RVM and RVA instruction support ...

Emmmer via All-commits all-commits at lists.llvm.org
Fri Sep 16 21:19:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: edc1c9f6108a4eae24990928f914fe5a39f57ca6
      https://github.com/llvm/llvm-project/commit/edc1c9f6108a4eae24990928f914fe5a39f57ca6
  Author: Emmmer <yjhdandan at 163.com>
  Date:   2022-09-17 (Sat, 17 Sep 2022)

  Changed paths:
    M lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.cpp
    M lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.h
    M lldb/unittests/Instruction/RISCV/TestRISCVEmulator.cpp

  Log Message:
  -----------
  [LLDB][RISCV] Add RVM and RVA instruction support for EmulateInstructionRISCV

Add:
- RVM and RVA instructions sets.
- corresponding unittests.

Further work:
- implement RVC, RVF, RVD, and RVV extension.

Reviewed By: DavidSpickett

Differential Revision: https://reviews.llvm.org/D133670




More information about the All-commits mailing list