Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h159 bool Emulate_MSA_Branch_DF(llvm::MCInst &insn, int element_byte_size,
H A DEmulateInstructionMIPS64.cpp2195 int element_byte_size, in Emulate_MSA_Branch_DF() argument
2215 for (int i = 0; i < 16 / element_byte_size; i++) { in Emulate_MSA_Branch_DF()
2216 switch (element_byte_size) { in Emulate_MSA_Branch_DF()
2239 ptr = ptr + element_byte_size; in Emulate_MSA_Branch_DF()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h184 bool Emulate_MSA_Branch_DF(llvm::MCInst &insn, int element_byte_size,
H A DEmulateInstructionMIPS.cpp2872 int element_byte_size, in Emulate_MSA_Branch_DF() argument
2892 for (int i = 0; i < 16 / element_byte_size; i++) { in Emulate_MSA_Branch_DF()
2893 switch (element_byte_size) { in Emulate_MSA_Branch_DF()
2916 ptr = ptr + element_byte_size; in Emulate_MSA_Branch_DF()