Lines Matching +full:4 +full:b

38 	"	jra 2b\n"				\
42 " .align 4\n" \
43 " .long 1b,10b\n" \
44 " .long 2b,10b\n" \
60 " jra 3b\n" \
64 " .align 4\n" \
65 " .long 1b,10b\n" \
66 " .long 2b,10b\n" \
67 " .long 3b,10b\n" \
86 __put_user_asm(MOVES, __pu_err, __pu_val, ptr, b, d, -EFAULT); \
91 case 4: \
114 " jra 2b\n" \
118 " .align 4\n" \
119 " .long 1b,10b\n" \
143 " jra 3b\n" \
147 " .align 4\n" \
148 " .long 1b,10b\n" \
149 " .long 2b,10b\n" \
164 __get_user_asm(MOVES, __gu_err, x, ptr, u8, b, d, -EFAULT); \
169 case 4: \
186 #define __suffix1 b
202 "4:\n" \
204 " .align 4\n" \
205 " .long 1b,10f\n" \
207 " .long 2b,20f\n" \
209 " .long 3b,30f\n" \
223 " jra 4b\n" \
249 case 4: in __constant_copy_from_user()
250 __constant_copy_from_user_asm(res, to, from, tmp, 4, 0, 0); in __constant_copy_from_user()
253 __constant_copy_from_user_asm(res, to, from, tmp, 4, 1, 0); in __constant_copy_from_user()
256 __constant_copy_from_user_asm(res, to, from, tmp, 4, 2, 0); in __constant_copy_from_user()
259 __constant_copy_from_user_asm(res, to, from, tmp, 4, 2, 1); in __constant_copy_from_user()
262 __constant_copy_from_user_asm(res, to, from, tmp, 4, 4, 0); in __constant_copy_from_user()
265 __constant_copy_from_user_asm(res, to, from, tmp, 4, 4, 1); in __constant_copy_from_user()
268 __constant_copy_from_user_asm(res, to, from, tmp, 4, 4, 2); in __constant_copy_from_user()
271 __constant_copy_from_user_asm(res, to, from, tmp, 4, 4, 4); in __constant_copy_from_user()
293 "4:\n" \
296 " .align 4\n" \
297 " .long 11b,5f\n" \
298 " .long 12b,5f\n" \
299 " .long 21b,5f\n" \
300 " .long 22b,5f\n" \
302 " .long 31b,5f\n" \
303 " .long 32b,5f\n" \
310 " jra 4b\n" \
323 b, d, 1); in __constant_copy_to_user()
330 __constant_copy_to_user_asm(res, to, from, tmp, 3, w, b,); in __constant_copy_to_user()
332 case 4: in __constant_copy_to_user()
334 l, r, 4); in __constant_copy_to_user()
337 __constant_copy_to_user_asm(res, to, from, tmp, 5, l, b,); in __constant_copy_to_user()
343 __constant_copy_to_user_asm(res, to, from, tmp, 7, l, w, b); in __constant_copy_to_user()
349 __constant_copy_to_user_asm(res, to, from, tmp, 9, l, l, b); in __constant_copy_to_user()
392 u8, b, d, -EFAULT); \
398 case 4: \
421 b, d, -EFAULT); \
427 case 4: \