Home
last modified time | relevance | path

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

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