Home
last modified time | relevance | path

Searched refs:element_byte_size (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h158 bool Emulate_MSA_Branch_DF(llvm::MCInst &insn, int element_byte_size,
H A DEmulateInstructionMIPS64.cpp2196 int element_byte_size, in Emulate_MSA_Branch_DF() argument
2216 for (int i = 0; i < 16 / element_byte_size; i++) { in Emulate_MSA_Branch_DF()
2217 switch (element_byte_size) { in Emulate_MSA_Branch_DF()
2240 ptr = ptr + element_byte_size; in Emulate_MSA_Branch_DF()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h183 bool Emulate_MSA_Branch_DF(llvm::MCInst &insn, int element_byte_size,
H A DEmulateInstructionMIPS.cpp2873 int element_byte_size, in Emulate_MSA_Branch_DF() argument
2893 for (int i = 0; i < 16 / element_byte_size; i++) { in Emulate_MSA_Branch_DF()
2894 switch (element_byte_size) { in Emulate_MSA_Branch_DF()
2917 ptr = ptr + element_byte_size; in Emulate_MSA_Branch_DF()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8718 uint64_t element_byte_size = field_type_info.Width / 8; in DumpValue() local
8719 uint32_t element_stride = element_byte_size; in DumpValue()
8724 element_byte_size, element_count, UINT32_MAX, in DumpValue()
8755 element_byte_size, // Size of this type in bytes in DumpValue()