2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
6 * Macros for 32/64-bit neutral inline assembler
12 #if _MIPS_SZLONG == 32
14 #define SZLONG_MASK 31UL
19 #elif _MIPS_SZLONG == 64
21 #define SZLONG_MASK 63UL
28 #endif /* __ASM_LLSC_H */