inst.h (2aa9fd06e221da4e69693dc1b5c6c6bc84c76f32) inst.h (102cedc32a6e3cd537374a3678d407591d5a6fab)
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

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

419 * (microMIPS) POOL16D minor opcodes.
420 */
421enum mm_16d_minor_op {
422 mm_addius5_func,
423 mm_addiusp_func,
424};
425
426/*
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

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

419 * (microMIPS) POOL16D minor opcodes.
420 */
421enum mm_16d_minor_op {
422 mm_addius5_func,
423 mm_addiusp_func,
424};
425
426/*
427 * (microMIPS & MIPS16e) NOP instruction.
428 */
429#define MM_NOP16 0x0c00
430
431/*
427 * Damn ... bitfields depend from byteorder :-(
428 */
429#ifdef __MIPSEB__
430#define BITFIELD_FIELD(field, more) \
431 field; \
432 more
433
434#elif defined(__MIPSEL__)

--- 346 unchanged lines hidden ---
432 * Damn ... bitfields depend from byteorder :-(
433 */
434#ifdef __MIPSEB__
435#define BITFIELD_FIELD(field, more) \
436 field; \
437 more
438
439#elif defined(__MIPSEL__)

--- 346 unchanged lines hidden ---