Searched refs:eax (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/systemc/src/sysc/qt/md/
H A Di386.s19 // Caller-save: %eax, %ecx
62 // by the call to `qt_blockk{,i}'. Since we don't touch %eax in
75 movl %esp, %eax /* Remember old stack pointer. */
79 pushl 28(%eax) /* Push arg 2. */
80 pushl 24(%eax) /* Push arg 1. */
81 pushl %eax /* Push arg 0. */
82 movl 20(%eax), %ebx /* Get function to call. */
98 movl 12(%esp), %eax /* Load 'qt_error' address */
100 jmp *%eax /* call 'qt_error' */
111 popl %eax /* Clea
[all...]
/gem5/util/statetrace/arch/i686/
H A Dtracechild.cc47 case EAX: return myregs.eax;
/gem5/src/arch/x86/
H A Dremote_gdb.hh66 uint32_t eax; member in struct:X86ISA::RemoteGDB::X86GdbRegCache::__anon11
H A Dremote_gdb.cc141 r.eax = context->readIntReg(INTREG_RAX);
199 context->setIntReg(INTREG_RAX, r.eax);
/gem5/src/cpu/kvm/
H A Dx86_cpu.cc1413 e.eax = (uint32_t)result.rax;

Completed in 12 milliseconds