Searched defs:readval (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/
H A Dqemu-lock.h92 long int readval = 0; local
95 : "+m" (*p), "+a" (readval)
98 return readval;
103 long int64_t readval = 0; local
106 : "+m" (*p), "+a" (readval)
109 return readval;

Completed in 56 milliseconds