Home
last modified time | relevance | path

Searched refs:eFormatFloat (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_arm.h544 eFormatFloat,
556 eFormatFloat,
568 eFormatFloat,
580 eFormatFloat,
592 eFormatFloat,
604 eFormatFloat,
616 eFormatFloat,
628 eFormatFloat,
640 eFormatFloat,
652 eFormatFloat,
[all …]
H A DRegisterContextDarwin_arm.cpp395 eFormatFloat,
407 eFormatFloat,
419 eFormatFloat,
431 eFormatFloat,
443 eFormatFloat,
455 eFormatFloat,
467 eFormatFloat,
479 eFormatFloat,
491 eFormatFloat,
503 eFormatFloat,
[all …]
H A DRegisterInfos_powerpc.h31 #reg, NULL, 8, FPR_OFFSET(reg), eEncodingIEEE754, eFormatFloat, \
H A DRegisterInfos_ppc64.h39 lldb::eFormatFloat, \
H A DRegisterInfos_mips.h50 FPR_OFFSET(reg), eEncodingIEEE754, eFormatFloat, \
H A DRegisterInfos_ppc64le.h38 #reg, alt, 8, FPR_OFFSET(reg), lldb::eEncodingIEEE754, lldb::eFormatFloat, \
H A DRegisterInfos_arm64_sve.h318 #reg, nullptr, size, 0, lldb::eEncodingIEEE754, lldb::eFormatFloat, \
H A DRegisterInfos_arm64.h524 lldb::eEncodingIEEE754, lldb::eFormatFloat, LLDB_KIND(fpu_##reg), \
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp253 eFormatFloat,
265 eFormatFloat,
277 eFormatFloat,
289 eFormatFloat,
301 eFormatFloat,
313 eFormatFloat,
325 eFormatFloat,
337 eFormatFloat,
349 eFormatFloat,
361 eFormatFloat,
[all …]
H A DABISysV_arm.cpp256 eFormatFloat,
268 eFormatFloat,
280 eFormatFloat,
292 eFormatFloat,
304 eFormatFloat,
316 eFormatFloat,
328 eFormatFloat,
340 eFormatFloat,
352 eFormatFloat,
364 eFormatFloat,
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp880 …{ "s0", nullptr, 4, 0, eEncodingIEEE754, eFormatFloat, { LLDB_INVALID_REGNUM, dwarf_s0, … in HardcodeARMRegisters()
881 …{ "s1", nullptr, 4, 0, eEncodingIEEE754, eFormatFloat, { LLDB_INVALID_REGNUM, dwarf_s1, … in HardcodeARMRegisters()
882 …{ "s2", nullptr, 4, 0, eEncodingIEEE754, eFormatFloat, { LLDB_INVALID_REGNUM, dwarf_s2, … in HardcodeARMRegisters()
883 …{ "s3", nullptr, 4, 0, eEncodingIEEE754, eFormatFloat, { LLDB_INVALID_REGNUM, dwarf_s3, … in HardcodeARMRegisters()
884 …{ "s4", nullptr, 4, 0, eEncodingIEEE754, eFormatFloat, { LLDB_INVALID_REGNUM, dwarf_s4, … in HardcodeARMRegisters()
885 …{ "s5", nullptr, 4, 0, eEncodingIEEE754, eFormatFloat, { LLDB_INVALID_REGNUM, dwarf_s5, … in HardcodeARMRegisters()
886 …{ "s6", nullptr, 4, 0, eEncodingIEEE754, eFormatFloat, { LLDB_INVALID_REGNUM, dwarf_s6, … in HardcodeARMRegisters()
887 …{ "s7", nullptr, 4, 0, eEncodingIEEE754, eFormatFloat, { LLDB_INVALID_REGNUM, dwarf_s7, … in HardcodeARMRegisters()
888 …{ "s8", nullptr, 4, 0, eEncodingIEEE754, eFormatFloat, { LLDB_INVALID_REGNUM, dwarf_s8, … in HardcodeARMRegisters()
889 …{ "s9", nullptr, 4, 0, eEncodingIEEE754, eFormatFloat, { LLDB_INVALID_REGNUM, dwarf_s9, … in HardcodeARMRegisters()
[all …]
H A DProcessGDBRemote.cpp528 .Case("float", eFormatFloat) in BuildDynamicRegisterInfo()
4492 reg_info.format = eFormatFloat; in ParseRegisters()
H A DGDBRemoteCommunicationServerLLGS.cpp506 case eFormatFloat: in GetFormatNameOrEmpty()
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp52 case lldb::eFormatFloat: in GetCompilerTypeForFormat()
130 return lldb::eFormatFloat; in GetItemFormatForFormat()
H A DFormatManager.cpp47 {eFormatFloat, 'f', "float"},
451 return eFormatFloat; in GetSingleItemFormat()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp546 case eFormatFloat: { in DumpDataExtractor()
768 DumpDataExtractor(DE, s, offset, eFormatFloat, 2, item_byte_size / 2, in DumpDataExtractor()
776 DumpDataExtractor(DE, s, offset, eFormatFloat, 4, item_byte_size / 4, in DumpDataExtractor()
784 DumpDataExtractor(DE, s, offset, eFormatFloat, 8, item_byte_size / 8, in DumpDataExtractor()
H A DValueObject.cpp1283 (custom_format == eFormatFloat) || (custom_format == eFormatOctal) || in DumpPrintableRepresentation()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp193 format = eFormatFloat; in ParserGDBFormatLetter()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM.cpp53 "s" #i, nullptr, 4, OFFSET(s) + i * 4, eEncodingIEEE754, eFormatFloat, \
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h171 eFormatFloat, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp155 case eFormatFloat: in FinalizeSettings()
1357 case eFormatFloat: // TODO: add support for floats soon in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp742 {eFormatFloat, eFormatVectorOfFloat16, 2},
744 {eFormatFloat, eFormatVectorOfFloat32, sizeof(float)},
746 {eFormatFloat, eFormatVectorOfFloat64, sizeof(double)},
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst297 .. py:data:: eFormatFloat
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp57 reg_info.format = eFormatFloat; in LLDB_PLUGIN_DEFINE_ADV()
61 reg_info.format = eFormatFloat; in LLDB_PLUGIN_DEFINE_ADV()
65 reg_info.format = eFormatFloat; in LLDB_PLUGIN_DEFINE_ADV()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5187 return lldb::eFormatFloat; in GetFormat()
8944 case eFormatFloat: in DumpTypeValue()

12