| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterInfos_arm.h | 544 eFormatFloat, 556 eFormatFloat, 568 eFormatFloat, 580 eFormatFloat, 592 eFormatFloat, 604 eFormatFloat, 616 eFormatFloat, 628 eFormatFloat, 640 eFormatFloat, 652 eFormatFloat, [all …]
|
| H A D | RegisterContextDarwin_arm.cpp | 395 eFormatFloat, 407 eFormatFloat, 419 eFormatFloat, 431 eFormatFloat, 443 eFormatFloat, 455 eFormatFloat, 467 eFormatFloat, 479 eFormatFloat, 491 eFormatFloat, 503 eFormatFloat, [all …]
|
| H A D | RegisterInfos_powerpc.h | 31 #reg, NULL, 8, FPR_OFFSET(reg), eEncodingIEEE754, eFormatFloat, \
|
| H A D | RegisterInfos_ppc64.h | 39 lldb::eFormatFloat, \
|
| H A D | RegisterInfos_mips.h | 50 FPR_OFFSET(reg), eEncodingIEEE754, eFormatFloat, \
|
| H A D | RegisterInfos_ppc64le.h | 38 #reg, alt, 8, FPR_OFFSET(reg), lldb::eEncodingIEEE754, lldb::eFormatFloat, \
|
| H A D | RegisterInfos_arm64_sve.h | 318 #reg, nullptr, size, 0, lldb::eEncodingIEEE754, lldb::eFormatFloat, \
|
| H A D | RegisterInfos_arm64.h | 524 lldb::eEncodingIEEE754, lldb::eFormatFloat, LLDB_KIND(fpu_##reg), \
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
| H A D | ABIMacOSX_arm.cpp | 253 eFormatFloat, 265 eFormatFloat, 277 eFormatFloat, 289 eFormatFloat, 301 eFormatFloat, 313 eFormatFloat, 325 eFormatFloat, 337 eFormatFloat, 349 eFormatFloat, 361 eFormatFloat, [all …]
|
| H A D | ABISysV_arm.cpp | 256 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 D | GDBRemoteRegisterContext.cpp | 880 …{ "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 D | ProcessGDBRemote.cpp | 528 .Case("float", eFormatFloat) in BuildDynamicRegisterInfo() 4492 reg_info.format = eFormatFloat; in ParseRegisters()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 506 case eFormatFloat: in GetFormatNameOrEmpty()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 52 case lldb::eFormatFloat: in GetCompilerTypeForFormat() 130 return lldb::eFormatFloat; in GetItemFormatForFormat()
|
| H A D | FormatManager.cpp | 47 {eFormatFloat, 'f', "float"}, 451 return eFormatFloat; in GetSingleItemFormat()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 546 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 D | ValueObject.cpp | 1283 (custom_format == eFormatFloat) || (custom_format == eFormatOctal) || in DumpPrintableRepresentation()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionGroupFormat.cpp | 193 format = eFormatFloat; in ParserGDBFormatLetter()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | RegisterContextMinidump_ARM.cpp | 53 "s" #i, nullptr, 4, OFFSET(s) + i * 4, eEncodingIEEE754, eFormatFloat, \
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 171 eFormatFloat, enumerator
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 155 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 D | RenderScriptRuntime.cpp | 742 {eFormatFloat, eFormatVectorOfFloat16, 2}, 744 {eFormatFloat, eFormatVectorOfFloat32, sizeof(float)}, 746 {eFormatFloat, eFormatVectorOfFloat64, sizeof(double)},
|
| /freebsd-13.1/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 297 .. py:data:: eFormatFloat
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 57 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 D | TypeSystemClang.cpp | 5187 return lldb::eFormatFloat; in GetFormat() 8944 case eFormatFloat: in DumpTypeValue()
|