Home | History | Annotate | Download | only in traceline

Lines Matching defs:EAX

56   EAX = 0,
260 // 8D044510000000 lea eax,[eax*2+0x10]
262 // 8D440010 lea eax,[eax+eax+0x10]
487 emit(0x8f); emit_operand(EAX, dst);
504 // Puts the cycle counter into edx:eax.
539 // Puts a unique cpu identifier into eax, using sidt to fingerprint cores.
542 push(EAX);
543 push(EAX);
546 pop(EAX);
547 pop(EAX); // sidt address
550 // Puts a unique identifier for the thread we're executing on into eax.
552 // mov eax, [fs:0x24]
555 // fs(); mov(EAX, Operand(0x24));
559 if (r1 == EAX) {
561 } else if (r2 == EAX) {