Lines Matching refs:eax
40 cpc_getcpuid(uint32_t eax, uint32_t *ebxp, uint32_t *ecxp, uint32_t *edxp)
49 movl 8(%ebp), %eax
51 pushl %eax
52 movl 0xc(%ebp), %eax
53 movl %ebx, (%eax)
54 movl 0x10(%ebp), %eax
55 movl %ecx, (%eax)
56 movl 0x14(%ebp), %eax
57 movl %edx, (%eax)
58 popl %eax