Searched refs:opGroup (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/disassembler/ARMv7/
H A DARMv7DOpcode.cpp313 OpcodeGroup* opGroup = opcodeTable[opcodeGroupNumber(m_opcode)]; local
315 while (opGroup) {
316 if (opGroup->matches(static_cast<uint16_t>(m_opcode)))
317 return opGroup->format(this);
318 opGroup = opGroup->next();
719 OpcodeGroup* opGroup = opcodeTable[opcodeGroupNumber(m_opcode)]; local
721 while (opGroup) {
722 if (opGroup->matches(m_opcode))
723 return opGroup
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/disassembler/ARM64/
H A DA64DOpcode.cpp145 OpcodeGroup* opGroup = opcodeTable[opcodeGroupNumber(m_opcode)]; local
147 while (opGroup) {
148 if (opGroup->matches(m_opcode))
149 return opGroup->format(this);
150 opGroup = opGroup->next();

Completed in 159 milliseconds