inst.h (d81344c50824a4d28a9397e97135d60075ac37ff) inst.h (dfb033f09e2a98a89b7a09f7e913f0b791dd01e1)
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

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

404};
405
406/*
407 * (microMIPS) POOL16C minor opcodes.
408 */
409enum mm_16c_minor_op {
410 mm_lwm16_op = 0x04,
411 mm_swm16_op = 0x05,
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

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

404};
405
406/*
407 * (microMIPS) POOL16C minor opcodes.
408 */
409enum mm_16c_minor_op {
410 mm_lwm16_op = 0x04,
411 mm_swm16_op = 0x05,
412 mm_jr16_op = 0x18,
413 mm_jrc_op = 0x1a,
414 mm_jalr16_op = 0x1c,
415 mm_jalrs16_op = 0x1e,
412 mm_jr16_op = 0x0c,
413 mm_jrc_op = 0x0d,
414 mm_jalr16_op = 0x0e,
415 mm_jalrs16_op = 0x0f,
416 mm_jraddiusp_op = 0x18,
416};
417
418/*
419 * (microMIPS) POOL16D minor opcodes.
420 */
421enum mm_16d_minor_op {
422 mm_addius5_func,
423 mm_addiusp_func,

--- 472 unchanged lines hidden ---
417};
418
419/*
420 * (microMIPS) POOL16D minor opcodes.
421 */
422enum mm_16d_minor_op {
423 mm_addius5_func,
424 mm_addiusp_func,

--- 472 unchanged lines hidden ---