reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
362 return (S + RA) & 0xFFFFFFFF; 364 return S + RA; 366 return (A + (S + RA)) & 0xFF; 368 return (A - (S + RA)) & 0xFF; 370 return (A + (S + RA)) & 0xFF; 372 return (A - (S + RA)) & 0xFF; 374 return (A + (S + RA)) & 0xFFFF; 376 return (A - (S + RA)) & 0xFFFF; 378 return (A + (S + RA)) & 0xFFFFFFFF; 380 return (A - (S + RA)) & 0xFFFFFFFF; 382 return (A + (S + RA)); 384 return (A - (S + RA));