Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h97 eRISCV_float_abi_double = 0x00000004, /// double precision floating point, +d enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp506 case ArchSpec::eRISCV_float_abi_double: in GetValObjFromFPRegs()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1572 if ((arch_flags & ArchSpec::eRISCV_float_abi_double) ==
1573 ArchSpec::eRISCV_float_abi_double)
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1455 flags |= ArchSpec::eRISCV_float_abi_double; in GetSectionHeaderInfo()