Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h98 eRISCV_float_abi_quad = 0x00000006, /// quad precision floating point, +q enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp509 case ArchSpec::eRISCV_float_abi_quad: in GetValObjFromFPRegs()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1575 if ((arch_flags & ArchSpec::eRISCV_float_abi_quad) == in DisassemblerLLVMC()
1576 ArchSpec::eRISCV_float_abi_quad) in DisassemblerLLVMC()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1444 flags |= ArchSpec::eRISCV_float_abi_quad; in GetSectionHeaderInfo()