Searched refs:ASM_ARGS_2 (Results 1 – 7 of 7) sorted by relevance
/sysdeps/unix/sysv/linux/ia64/ |
A D | sysdep.h | 283 #define ASM_ARGS_2 ASM_ARGS_1, "5" (_out1) macro 284 #define ASM_ARGS_3 ASM_ARGS_2, "6" (_out2) 291 #define ASM_ARGS_2 ASM_ARGS_1, "4" (_out1) macro 292 #define ASM_ARGS_3 ASM_ARGS_2, "5" (_out2)
|
/sysdeps/unix/sysv/linux/arc/ |
A D | sysdep.h | 168 # define ASM_ARGS_2 ASM_ARGS_1, "r" (_arg2) macro 169 # define ASM_ARGS_3 ASM_ARGS_2, "r" (_arg3)
|
/sysdeps/unix/sysv/linux/nios2/ |
A D | sysdep.h | 186 #define ASM_ARGS_2 ASM_ARGS_1, "r" (_r5) macro 193 #define ASM_ARGS_3 ASM_ARGS_2, "r" (_r6)
|
/sysdeps/unix/sysv/linux/aarch64/ |
A D | sysdep.h | 222 # define ASM_ARGS_2 ASM_ARGS_1, "r" (_x1) macro 223 # define ASM_ARGS_3 ASM_ARGS_2, "r" (_x2)
|
/sysdeps/unix/sysv/linux/m68k/ |
A D | sysdep.h | 263 #define ASM_ARGS_2 ASM_ARGS_1, "d" (_d2) macro 270 #define ASM_ARGS_3 ASM_ARGS_2, "d" (_d3)
|
/sysdeps/unix/sysv/linux/arm/ |
A D | sysdep.h | 377 #define ASM_ARGS_2 ASM_ARGS_1, "r" (_a2) macro 382 #define ASM_ARGS_3 ASM_ARGS_2, "r" (_a3)
|
/sysdeps/unix/sysv/linux/hppa/ |
A D | sysdep.h | 456 #define ASM_ARGS_2 ASM_ARGS_1, "r" (__r25) macro 457 #define ASM_ARGS_3 ASM_ARGS_2, "r" (__r24)
|
Completed in 12 milliseconds