Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h161 bool Emulate_MSA_Branch_DF(llvm::MCInst &insn, int element_byte_size,
H A DEmulateInstructionMIPS64.cpp2193 int element_byte_size, in Emulate_MSA_Branch_DF() argument
2213 for (int i = 0; i < 16 / element_byte_size; i++) { in Emulate_MSA_Branch_DF()
2214 switch (element_byte_size) { in Emulate_MSA_Branch_DF()
2237 ptr = ptr + element_byte_size; in Emulate_MSA_Branch_DF()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h183 bool Emulate_MSA_Branch_DF(llvm::MCInst &insn, int element_byte_size,
H A DEmulateInstructionMIPS.cpp2888 int element_byte_size, in Emulate_MSA_Branch_DF() argument
2908 for (int i = 0; i < 16 / element_byte_size; i++) { in Emulate_MSA_Branch_DF()
2909 switch (element_byte_size) { in Emulate_MSA_Branch_DF()
2932 ptr = ptr + element_byte_size; in Emulate_MSA_Branch_DF()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp9294 uint64_t element_byte_size = field_type_info.Width / 8; in DumpValue() local
9295 uint32_t element_stride = element_byte_size; in DumpValue()
9300 element_byte_size, element_count, UINT32_MAX, in DumpValue()
9331 element_byte_size, // Size of this type in bytes in DumpValue()