Files
clang-p2996/llvm/lib/Target/LoongArch/Disassembler/LoongArchDisassembler.cpp
wanglei d6675b6a61 [LoongArch] Add definition for LVZ/LBT instructions
This patch defines the `LVZ` and `LBT` extension instructions, which
provide enough definitions for llvm-mc and llvm-objdump to correctly
handle these instructions.

It also defines the `SCR` (Scratchpad Register) register class, which
are used by the `LBT` extension instructions.

Reviewed By: SixWeining, xen0n

Differential Revision: https://reviews.llvm.org/D155917
2023-07-24 13:11:02 +08:00

6.6 KiB