Lines Matching refs:eax
328 int ecx = vol[1], eax = vol[0];
341 eax >>= 8;
342 ecx = eax;
348 voice->parm3 |= (eax & 0x7f);
351 voice->parm3 |= (eax & 0xFE00) << 5;
361 u32 eax, edx;
364 eax = ((sr << 0xf) * 0x57619F1) & 0xffffffff;
371 eax = 0x7fff;
374 eax = 7;
377 eax--;
378 if (eax == 0)
381 if (eax)
383 eax <<= 0xc;
385 eax |= edx;
388 eax = 0;
390 voice->parm0 |= (eax & 0x7fff) << 1;