Lines Matching refs:eax
340 int ecx = vol[1], eax = vol[0];
353 eax >>= 8;
354 ecx = eax;
360 voice->parm3 |= (eax & 0x7f);
363 voice->parm3 |= (eax & 0xFE00) << 5;
373 u32 eax, edx;
376 eax = ((sr << 0xf) * 0x57619F1) & 0xffffffff;
383 eax = 0x7fff;
386 eax = 7;
389 eax--;
390 if (eax == 0)
393 if (eax)
395 eax <<= 0xc;
397 eax |= edx;
400 eax = 0;
402 voice->parm0 |= (eax & 0x7fff) << 1;