Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h159 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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h184 bool Emulate_MSA_Branch_DF(llvm::MCInst &insn, int element_byte_size,
H A DEmulateInstructionMIPS.cpp2870 int element_byte_size, in Emulate_MSA_Branch_DF() argument
2890 for (int i = 0; i < 16 / element_byte_size; i++) { in Emulate_MSA_Branch_DF()
2891 switch (element_byte_size) { in Emulate_MSA_Branch_DF()
2914 ptr = ptr + element_byte_size; in Emulate_MSA_Branch_DF()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8795 uint64_t element_byte_size = field_type_info.Width / 8; in DumpValue() local
8796 uint32_t element_stride = element_byte_size; in DumpValue()
8801 element_byte_size, element_count, UINT32_MAX, in DumpValue()
8832 element_byte_size, // Size of this type in bytes in DumpValue()