Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h96 eRISCV_float_abi_single = 0x00000002, /// single precision floating point, +f enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp501 case ArchSpec::eRISCV_float_abi_single: in GetValObjFromFPRegs()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1569 if ((arch_flags & ArchSpec::eRISCV_float_abi_single) == in DisassemblerLLVMC()
1570 ArchSpec::eRISCV_float_abi_single) in DisassemblerLLVMC()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1452 flags |= ArchSpec::eRISCV_float_abi_single; in GetSectionHeaderInfo()