inst.h (f3ec7a23b640a064410e31afe9a203f7c125460e) inst.h (e8ef868b470984064c23ce4bf2cd4c0167e1fbe5)
1/*
2 * Format of an instruction in memory.
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) 1996, 2000 by Ralf Baechle

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

256 mm_srlv32_op = 0x090,
257 mm_rotr_op = 0x0c0,
258 mm_lwxs_op = 0x118,
259 mm_addu32_op = 0x150,
260 mm_subu32_op = 0x1d0,
261 mm_and_op = 0x250,
262 mm_or32_op = 0x290,
263 mm_xor32_op = 0x310,
1/*
2 * Format of an instruction in memory.
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) 1996, 2000 by Ralf Baechle

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

256 mm_srlv32_op = 0x090,
257 mm_rotr_op = 0x0c0,
258 mm_lwxs_op = 0x118,
259 mm_addu32_op = 0x150,
260 mm_subu32_op = 0x1d0,
261 mm_and_op = 0x250,
262 mm_or32_op = 0x290,
263 mm_xor32_op = 0x310,
264 mm_sltu_op = 0x390,
264};
265
266/*
267 * (microMIPS) POOL32B functions.
268 */
269enum mm_32b_func {
270 mm_lwc2_func = 0x0,
271 mm_lwp_func = 0x1,

--- 637 unchanged lines hidden ---
265};
266
267/*
268 * (microMIPS) POOL32B functions.
269 */
270enum mm_32b_func {
271 mm_lwc2_func = 0x0,
272 mm_lwp_func = 0x1,

--- 637 unchanged lines hidden ---