uasm.h (e8ef868b470984064c23ce4bf2cd4c0167e1fbe5) uasm.h (ab9e4fa092db6c4beea8fde67261959520675456)
1/*
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
4 * for more details.
5 *
6 * Copyright (C) 2004, 2005, 2006, 2008 Thiemo Seufer
7 * Copyright (C) 2005 Maciej W. Rozycki
8 * Copyright (C) 2006 Ralf Baechle (ralf@linux-mips.org)

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

152Ip_u2s3u1(_sw);
153Ip_u1(_sync);
154Ip_u1(_syscall);
155Ip_0(_tlbp);
156Ip_0(_tlbr);
157Ip_0(_tlbwi);
158Ip_0(_tlbwr);
159Ip_u1(_wait);
1/*
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
4 * for more details.
5 *
6 * Copyright (C) 2004, 2005, 2006, 2008 Thiemo Seufer
7 * Copyright (C) 2005 Maciej W. Rozycki
8 * Copyright (C) 2006 Ralf Baechle (ralf@linux-mips.org)

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

152Ip_u2s3u1(_sw);
153Ip_u1(_sync);
154Ip_u1(_syscall);
155Ip_0(_tlbp);
156Ip_0(_tlbr);
157Ip_0(_tlbwi);
158Ip_0(_tlbwr);
159Ip_u1(_wait);
160Ip_u2u1(_wsbh);
160Ip_u3u1u2(_xor);
161Ip_u2u1u3(_xori);
162Ip_u2u1(_yield);
163
164
165/* Handle labels. */
166struct uasm_label {
167 u32 *addr;

--- 125 unchanged lines hidden ---
161Ip_u3u1u2(_xor);
162Ip_u2u1u3(_xori);
163Ip_u2u1(_yield);
164
165
166/* Handle labels. */
167struct uasm_label {
168 u32 *addr;

--- 125 unchanged lines hidden ---