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

/systemd/src/basic/
H A Dvirt.c54 uint32_t eax, ecx; local
60 #define REG_a "eax"
68 eax = 1;
75 : "=a" (eax), "=c" (ecx)
76 : "0" (eax)
89 eax = 0x40000000U;
97 : "=a" (eax), "=r" (sig.sig32[0]), "=c" (sig.sig32[1]), "=d" (sig.sig32[2])
98 : "0" (eax)

Completed in 1771 milliseconds