reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
14317 opcode_data = 14320 opcode_data = GetARMOpcodeForInstruction(m_opcode.GetOpcode32(), m_arm_isa); 14347 if (opcode_data) { 14348 success = (this->*opcode_data->callback)(m_opcode.GetOpcode32(), 14349 opcode_data->encoding); 14357 (opcode_data == nullptr || 14358 opcode_data->callback != &EmulateInstructionARM::EmulateIT))