Home
last modified time | relevance | path

Searched refs:eCore_riscv32 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h211 eCore_riscv32, enumerator
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp223 {eByteOrderLittle, 4, 2, 4, llvm::Triple::riscv32, ArchSpec::eCore_riscv32,
417 {ArchSpec::eCore_riscv32, llvm::ELF::EM_RISCV,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp647 if (m_arch.GetCore() == ArchSpec::eCore_riscv32) in Decode()