Searched refs:TMP (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/sysdeps/m68k/coldfire/ |
D | sysdep.h | 25 # define PCREL_OP(OP, SRC, DST, TMP) \ 26 move.l &SRC - ., TMP; OP (-8, %pc, TMP), DST 37 # define PCREL_OP(OP, SRC, DST, TMP, PC) \ argument 38 "move.l #" SRC " - ., " TMP "\n\t" OP " (-8, " PC ", " TMP "), " DST
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/ |
D | sysdep.h | 61 # define GET_TLS(TMP) \ 62 .ifnc TMP, lr; \ 63 mov TMP, lr; \ 64 cfi_register (lr, TMP); \ 66 mov lr, TMP; \
|
/glibc-2.36/sysdeps/m68k/m680x0/ |
D | sysdep.h | 25 # define PCREL_OP(OP, SRC, DST, TMP) \ 36 #define PCREL_OP(OP, SRC, DST, TMP, PC) \ argument
|
/glibc-2.36/sysdeps/arm/ |
D | sysdep.h | 263 # define GET_TLS(TMP) mrc p15, 0, r0, c13, c0, 3 266 # define GET_TLS(TMP) \
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.4 | 703 * sysdeps/i386/ffs.c: Use %1 again instead of listing TMP as an 704 input with constraint "1". This avoids a warning that TMP may be
|