inst.h (42249094f79422fbf5ed4b54eeb48ff096809b8f) inst.h (1ac944007bede6d6f934831959b0e2b65c82d291)
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

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

93 bposge32_op, rt_op_0x1d, rt_op_0x1e, rt_op_0x1f
94};
95
96/*
97 * rs field of cop opcodes.
98 */
99enum cop_op {
100 mfc_op = 0x00, dmfc_op = 0x01,
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

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

93 bposge32_op, rt_op_0x1d, rt_op_0x1e, rt_op_0x1f
94};
95
96/*
97 * rs field of cop opcodes.
98 */
99enum cop_op {
100 mfc_op = 0x00, dmfc_op = 0x01,
101 cfc_op = 0x02, mtc_op = 0x04,
102 dmtc_op = 0x05, ctc_op = 0x06,
101 cfc_op = 0x02, mfhc_op = 0x03,
102 mtc_op = 0x04, dmtc_op = 0x05,
103 ctc_op = 0x06, mthc_op = 0x07,
103 bc_op = 0x08, cop_op = 0x10,
104 copm_op = 0x18
105};
106
107/*
108 * rt field of cop.bc_op opcodes
109 */
110enum bcop_op {

--- 786 unchanged lines hidden ---
104 bc_op = 0x08, cop_op = 0x10,
105 copm_op = 0x18
106};
107
108/*
109 * rt field of cop.bc_op opcodes
110 */
111enum bcop_op {

--- 786 unchanged lines hidden ---