reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
795 if ((Opcodes[OI] & DecodeRing[DI].Mask) == DecodeRing[DI].Value) { 795 if ((Opcodes[OI] & DecodeRing[DI].Mask) == DecodeRing[DI].Value) { 796 if (OI + DecodeRing[DI].Length > OE) { 799 OI += DecodeRing[DI].Length; 803 (this->*DecodeRing[DI].Routine)(Opcodes.data(), OI, 0, Prologue);