Lines Matching refs:__low

30 #define load_no_speculate(__ptr, __low, __high) 			\  argument
33 __builtin_load_no_speculate (__ptr_once, __low, __high, \
37 #define load_no_speculate_fail(__ptr, __low, __high, __failval) \ argument
40 __builtin_load_no_speculate (__ptr_once, __low, __high, \
44 #define load_no_speculate_cmp(__ptr, __low, __high, __failval, __cmpptr) \ argument
45 (__builtin_load_no_speculate (__ptr, __low, __high, __failval, __cmpptr))
57 #define __load_no_speculate1(__ptr, __low, __high, __failval, \ argument
86 : [__c] "r" (__cmpptr), [__l] "r" (__low), \
110 : [__c] "r" (__cmpptr), [__l] "r" (__low), \
122 #define __load_no_speculate(__ptr, __low, __high, __failval, __cmpptr) \ argument
128 __nl_val = __load_no_speculate1 (__ptr, __low, __high, \
132 __nl_val = __load_no_speculate1 (__ptr, __low, __high, \
136 __nl_val = __load_no_speculate1 (__ptr, __low, __high, \
140 __nl_val = __load_no_speculate1 (__ptr, __low, __high, \
154 #define load_no_speculate(__ptr, __low, __high) \ argument
157 __load_no_speculate (__ptr_once, __low, __high, 0, __ptr_once); \
160 #define load_no_speculate_fail(__ptr, __low, __high, __failval) \ argument
163 __load_no_speculate (__ptr_once, __low, __high, \
167 #define load_no_speculate_cmp(__ptr, __low, __high, __failval, __cmpptr) \ argument
168 (__load_no_speculate (__ptr, __low, __high, __failval, __cmpptr))
175 #define __load_no_speculate1(__ptr, __low, __high, __failval, \ argument
205 : [__c] "r" (__cmpptr), [__l] "r" (__low), \
233 : [__c] "r" (__cmpptr), [__l] "r" (__low), \
246 #define __load_no_speculate2(__ptr, __low, __high, __failval, \ argument
279 : [__c] "r" (__cmpptr), [__l] "r" (__low), \
310 : [__c] "r" (__cmpptr), [__l] "r" (__low), \
325 #define __load_no_speculate1(__ptr, __low, __high, __failval, \ argument
351 : [__c] "r" (__cmpptr), [__l] "r" (__low), \
374 : [__c] "r" (__cmpptr), [__l] "r" (__low), \
387 #define __load_no_speculate2(__ptr, __low, __high, __failval, \ argument
415 : [__c] "r" (__cmpptr), [__l] "r" (__low), \
440 : [__c] "r" (__cmpptr), [__l] "r" (__low), \
456 #define __load_no_speculate(__ptr, __low, __high, __failval, __cmpptr) \ argument
462 __nl_val = __load_no_speculate1 (__ptr, __low, __high, \
466 __nl_val = __load_no_speculate1 (__ptr, __low, __high, \
470 __nl_val = __load_no_speculate1 (__ptr, __low, __high, \
474 __nl_val = __load_no_speculate2 (__ptr, __low, __high, \
488 #define load_no_speculate(__ptr, __low, __high) \ argument
491 __load_no_speculate (__ptr_once, __low, __high, 0, __ptr_once); \
494 #define load_no_speculate_fail(__ptr, __low, __high, __failval) \ argument
497 __load_no_speculate (__ptr_once, __low, __high, \
501 #define load_no_speculate_cmp(__ptr, __low, __high, __failval, __cmpptr) \ argument
502 (__load_no_speculate (__ptr, __low, __high, __failval, __cmpptr))