Home | History | Annotate | Download | only in xen

Lines Matching refs:__res

49 	long __res;				\
52 : "=a" (__res) \
55 (type)__res; \
60 long __res, __ign1; \
63 : "=a" (__res), "=D" (__ign1) \
66 (type)__res; \
71 long __res, __ign1, __ign2; \
74 : "=a" (__res), "=D" (__ign1), "=S" (__ign2) \
77 (type)__res; \
82 long __res, __ign1, __ign2, __ign3; \
85 : "=a" (__res), "=D" (__ign1), "=S" (__ign2), \
90 (type)__res; \
95 long __res, __ign1, __ign2, __ign3; \
99 : "=a" (__res), "=D" (__ign1), "=S" (__ign2), \
104 (type)__res; \
109 long __res, __ign1, __ign2, __ign3; \
113 : "=a" (__res), "=D" (__ign1), "=S" (__ign2), \
119 (type)__res; \