Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DArchSpec.h99 eRISCV_float_abi_double = 0x00000004, /// double precision floating point, +d enumerator
/llvm-project-15.0.7/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1530 if ((arch_flags & ArchSpec::eRISCV_float_abi_double) == in DisassemblerLLVMC()
1531 ArchSpec::eRISCV_float_abi_double) in DisassemblerLLVMC()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1402 flags |= ArchSpec::eRISCV_float_abi_double; in GetSectionHeaderInfo()