Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DArchSpec.h98 eRISCV_float_abi_single = 0x00000002, /// single precision floating point, +f enumerator
/llvm-project-15.0.7/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1527 if ((arch_flags & ArchSpec::eRISCV_float_abi_single) == in DisassemblerLLVMC()
1528 ArchSpec::eRISCV_float_abi_single) in DisassemblerLLVMC()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1399 flags |= ArchSpec::eRISCV_float_abi_single; in GetSectionHeaderInfo()