| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterInfos_i386.h | 84 stmm[i]), eEncodingVector, eFormatVectorOfUInt8, \ 105 reg[i]), eEncodingVector, eFormatVectorOfUInt8, \ 116 LLVM_EXTENSION YMM_OFFSET(i), eEncodingVector, eFormatVectorOfUInt8, \ 126 LLVM_EXTENSION BNDR_OFFSET(i), eEncodingVector, eFormatVectorOfUInt64, \ 135 LLVM_EXTENSION BNDC_OFFSET(i), eEncodingVector, \
|
| H A D | RegisterInfos_x86_64.h | 85 stmm[i]), eEncodingVector, eFormatVectorOfUInt8, \ 106 reg[i]), eEncodingVector, eFormatVectorOfUInt8, \ 116 LLVM_EXTENSION YMM_OFFSET(i), eEncodingVector, eFormatVectorOfUInt8, \ 127 LLVM_EXTENSION BNDR_OFFSET(i), eEncodingVector, eFormatVectorOfUInt64, \ 138 LLVM_EXTENSION BNDC_OFFSET(i), eEncodingVector, eFormatVectorOfUInt8, \
|
| H A D | RegisterInfos_x86_64_with_base.h | 84 eEncodingVector, eFormatVectorOfUInt8, \ 104 eEncodingVector, eFormatVectorOfUInt8, \ 113 #reg #i, nullptr, YMM_SIZE, LLVM_EXTENSION YMM_OFFSET(i), eEncodingVector, \ 124 eEncodingVector, eFormatVectorOfUInt64, \ 133 #name, nullptr, BNDC_SIZE, LLVM_EXTENSION BNDC_OFFSET(i), eEncodingVector, \
|
| H A D | RegisterInfos_arm64_sve.h | 312 #vreg, nullptr, 16, 0, lldb::eEncodingVector, lldb::eFormatVectorOfUInt8, \ 328 #reg, nullptr, 16, 0, lldb::eEncodingVector, lldb::eFormatVectorOfUInt8, \ 335 #reg, nullptr, 2, 0, lldb::eEncodingVector, lldb::eFormatVectorOfUInt8, \
|
| H A D | RegisterInfos_ppc64le.h | 46 #reg, NULL, 16, VMX_OFFSET(reg), lldb::eEncodingVector, \ 55 #reg, NULL, 16, VSX_OFFSET(reg), lldb::eEncodingVector, \
|
| H A D | RegisterInfos_powerpc.h | 39 #reg, NULL, 16, VMX_OFFSET(reg), eEncodingVector, eFormatVectorOfUInt32, \
|
| H A D | RegisterInfos_riscv64.h | 76 #reg, #alt, 16, 0, lldb::eEncodingVector, lldb::eFormatVectorOfUInt8, \
|
| H A D | RegisterInfos_ppc64.h | 47 #reg, NULL, 16, VMX_PPC64_OFFSET(reg), lldb::eEncodingVector, \
|
| H A D | RegisterInfos_mips.h | 69 MSA_OFFSET(reg), eEncodingVector, eFormatVectorOfUInt8, \
|
| H A D | RegisterContextDarwin_i386.cpp | 153 FPU_OFFSET(reg[i]), eEncodingVector, eFormatVectorOfUInt8, \
|
| H A D | RegisterInfos_arm.h | 358 #name, nullptr, 16, FPU_OFFSET(offset), eEncodingVector, \
|
| H A D | RegisterContextDarwin_x86_64.cpp | 171 FPU_OFFSET(reg[i]), eEncodingVector, eFormatVectorOfUInt8, \
|
| H A D | RegisterInfos_arm64.h | 517 #reg, nullptr, 16, FPU_OFFSET(fpu_##reg - fpu_v0), lldb::eEncodingVector, \
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | RegisterContextMinidump_ARM64.cpp | 50 "v" #i, nullptr, 16, OFFSET(v) + i * 16, eEncodingVector, \ 57 "d" #i, nullptr, 8, OFFSET(v) + i * 16, eEncodingVector, \ 64 "s" #i, nullptr, 4, OFFSET(v) + i * 16, eEncodingVector, \ 71 "h" #i, nullptr, 2, OFFSET(v) + i * 16, eEncodingVector, \
|
| H A D | RegisterContextMinidump_ARM.cpp | 47 "d" #i, nullptr, 8, OFFSET(d) + i * 8, eEncodingVector, \ 61 "q" #i, nullptr, 16, OFFSET(q) + i * 16, eEncodingVector, \
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Value.h | 101 if (reg_info->encoding == lldb::eEncodingVector) in SetContext()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | RegisterValue.cpp | 220 case eEncodingVector: { in SetValueFromData() 426 case eEncodingVector: in SetValueFromString()
|
| H A D | Scalar.cpp | 692 case eEncodingVector: in SetValueFromCString() 709 case lldb::eEncodingVector: in SetValueFromData()
|
| H A D | Args.cpp | 427 .Case("vector", eEncodingVector) in StringToEncoding()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A D | ABIX86.cpp | 271 16, eEncodingVector, eFormatVectorOfUInt8); in AugmentRegisterInfo()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 152 eEncodingVector ///< vector registers enumerator
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 1106 case lldb::eEncodingVector: in GetValueAsScalar()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.cpp | 626 reg_info.encoding = eEncodingVector; in GetRegisterInfo()
|
| /freebsd/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 274 .. py:data:: eEncodingVector
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.cpp | 639 reg_info.encoding = eEncodingVector; in GetRegisterInfo()
|