Home | History | Annotate | Download | only in config

Lines Matching defs:edx

384       "imul  %%edx\n"
385 "movl %%edx, %%ecx\n"
389 "adcl $0, %%edx\n"
391 "shll $16, %%edx\n"
392 "addl %%edx, %%eax\n"
421 mov edx, b
422 imul edx
423 mov ecx, edx
427 adc edx, 0
429 shl edx, 16
430 add eax, edx