Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h160 bool Emulate_MSA_Branch_DF(llvm::MCInst &insn, int element_byte_size,
H A DEmulateInstructionMIPS64.cpp2190 int element_byte_size, in Emulate_MSA_Branch_DF() argument
2210 for (int i = 0; i < 16 / element_byte_size; i++) { in Emulate_MSA_Branch_DF()
2211 switch (element_byte_size) { in Emulate_MSA_Branch_DF()
2234 ptr = ptr + element_byte_size; in Emulate_MSA_Branch_DF()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h185 bool Emulate_MSA_Branch_DF(llvm::MCInst &insn, int element_byte_size,
H A DEmulateInstructionMIPS.cpp2878 int element_byte_size, in Emulate_MSA_Branch_DF() argument
2898 for (int i = 0; i < 16 / element_byte_size; i++) { in Emulate_MSA_Branch_DF()
2899 switch (element_byte_size) { in Emulate_MSA_Branch_DF()
2922 ptr = ptr + element_byte_size; in Emulate_MSA_Branch_DF()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8618 uint64_t element_byte_size = field_type_info.Width / 8; in DumpValue() local
8619 uint32_t element_stride = element_byte_size; in DumpValue()
8624 element_byte_size, element_count, UINT32_MAX, in DumpValue()
8655 element_byte_size, // Size of this type in bytes in DumpValue()