Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp160 static const size_t k_num_ppc_opcodes = llvm::array_lengthof(g_opcodes); in GetOpcodeForInstruction() local
162 for (size_t i = 0; i < k_num_ppc_opcodes; ++i) { in GetOpcodeForInstruction()