Home
last modified time | relevance | path

Searched refs:saved_eax (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/none/tests/x86-darwin/
Dbug341419.c60 unsigned long saved_eax; in this_function_halts() local
63 __asm__ volatile("movl %%eax, %0" : "=m"(saved_eax)); in this_function_halts()
71 __asm__ volatile("movl %0, %%eax" : : "m"(saved_eax)); in this_function_halts()
79 unsigned long saved_eax; in this_function_int3s() local
82 __asm__ volatile("movl %%eax, %0" : "=m"(saved_eax)); in this_function_int3s()
90 __asm__ volatile("movl %0, %%eax" : : "m"(saved_eax)); in this_function_int3s()