Searched refs:ASM_ARGS_1 (Results 1 – 11 of 11) sorted by relevance
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/ |
D | sysdep.h | 285 #define ASM_ARGS_1 ASM_ARGS_0, "4" (_out0) macro 286 #define ASM_ARGS_2 ASM_ARGS_1, "5" (_out1) 293 #define ASM_ARGS_1 ASM_ARGS_0, "3" (_out0) macro 294 #define ASM_ARGS_2 ASM_ARGS_1, "4" (_out1)
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | sysdep.h | 161 #define ASM_ARGS_1 "r" (__a) macro 168 #define ASM_ARGS_2 ASM_ARGS_1, "r" (__b)
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | sysdep.h | 165 # define ASM_ARGS_1 ASM_ARGS_0, "r" (__ret) macro 166 # define ASM_ARGS_2 ASM_ARGS_1, "r" (_arg2)
|
/glibc-2.36/sysdeps/unix/sysv/linux/nios2/ |
D | sysdep.h | 179 #define ASM_ARGS_1 "r" (_r4) macro 186 #define ASM_ARGS_2 ASM_ARGS_1, "r" (_r5)
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | sysdep.h | 219 # define ASM_ARGS_1 , "r" (_x0) macro 220 # define ASM_ARGS_2 ASM_ARGS_1, "r" (_x1)
|
/glibc-2.36/sysdeps/unix/sysv/linux/m68k/ |
D | sysdep.h | 256 #define ASM_ARGS_1 ASM_ARGS_0, "d" (_d1) macro 263 #define ASM_ARGS_2 ASM_ARGS_1, "d" (_d2)
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/ |
D | sysdep.h | 372 #define ASM_ARGS_1 ASM_ARGS_0, "r" (_a1) macro 377 #define ASM_ARGS_2 ASM_ARGS_1, "r" (_a2)
|
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/ |
D | sysdep.h | 455 #define ASM_ARGS_1 ASM_ARGS_0, "r" (__r26) macro 456 #define ASM_ARGS_2 ASM_ARGS_1, "r" (__r25)
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.14 | 10601 (ASM_ARGS_1, ASM_ARGS_2, ASM_ARGS_3, ASM_ARGS_4, ASM_ARGS_5,
|
D | ChangeLog.19 | 36758 (ASM_ARGS_1): Likewise.
|
D | ChangeLog.18 | 51597 (ASM_ARGS_1): Add leading comma.
|