Searched refs:eCore_riscv32 (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | ArchSpec.h | 224 eCore_riscv32, enumerator
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 231 {eByteOrderLittle, 4, 2, 8, llvm::Triple::riscv32, ArchSpec::eCore_riscv32, 356 …{ArchSpec::eCore_riscv32, llvm::MachO::CPU_TYPE_RISCV, llvm::MachO::CPU_SUBTYPE_RISCV… 357 …{ArchSpec::eCore_riscv32, llvm::MachO::CPU_TYPE_RISCV, CPU_ANY, … 427 {ArchSpec::eCore_riscv32, llvm::ELF::EM_RISCV,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
| H A D | EmulateInstructionRISCV.cpp | 647 if (m_arch.GetCore() == ArchSpec::eCore_riscv32) in Decode()
|