asmmacro.h (dbf4ed894c0fd85d421f7b3b9758ce95398d2925) asmmacro.h (e94dc6bbdf29787a5ddb01c143a074c31e427dc7)
1/*
2 * include/asm-xtensa/asmmacro.h
3 *
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License. See the file "COPYING" in the main directory of this archive
6 * for more details.
7 *
8 * Copyright (C) 2005 Tensilica Inc.

--- 211 unchanged lines hidden (view full) ---

220 abs \dst, \src
221#else
222 neg \tmp, \src
223 movgez \tmp, \src, \src
224 mov \dst, \tmp
225#endif
226 .endm
227
1/*
2 * include/asm-xtensa/asmmacro.h
3 *
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License. See the file "COPYING" in the main directory of this archive
6 * for more details.
7 *
8 * Copyright (C) 2005 Tensilica Inc.

--- 211 unchanged lines hidden (view full) ---

220 abs \dst, \src
221#else
222 neg \tmp, \src
223 movgez \tmp, \src, \src
224 mov \dst, \tmp
225#endif
226 .endm
227
228#define XTENSA_STACK_ALIGNMENT 16
229
230#if defined(__XTENSA_WINDOWED_ABI__)
231
232/* Assembly instructions for windowed kernel ABI. */
233#define KABI_W
234/* Assembly instructions for call0 kernel ABI (will be ignored). */
235#define KABI_C0 #
236
237#define XTENSA_FRAME_SIZE_RESERVE 16

--- 104 unchanged lines hidden ---
228#if defined(__XTENSA_WINDOWED_ABI__)
229
230/* Assembly instructions for windowed kernel ABI. */
231#define KABI_W
232/* Assembly instructions for call0 kernel ABI (will be ignored). */
233#define KABI_C0 #
234
235#define XTENSA_FRAME_SIZE_RESERVE 16

--- 104 unchanged lines hidden ---