inst.h (a8e897ad00d3cfd0ab9029978f0c3f8ecd6fba61) inst.h (16d21a812f6bfcbfa84ccc19d38abe797c71b73e)
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

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

311 */
312enum mm_32axf_minor_op {
313 mm_mfc0_op = 0x003,
314 mm_mtc0_op = 0x00b,
315 mm_tlbp_op = 0x00d,
316 mm_mfhi32_op = 0x035,
317 mm_jalr_op = 0x03c,
318 mm_tlbr_op = 0x04d,
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

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

311 */
312enum mm_32axf_minor_op {
313 mm_mfc0_op = 0x003,
314 mm_mtc0_op = 0x00b,
315 mm_tlbp_op = 0x00d,
316 mm_mfhi32_op = 0x035,
317 mm_jalr_op = 0x03c,
318 mm_tlbr_op = 0x04d,
319 mm_mflo32_op = 0x075,
319 mm_jalrhb_op = 0x07c,
320 mm_tlbwi_op = 0x08d,
321 mm_tlbwr_op = 0x0cd,
322 mm_jalrs_op = 0x13c,
323 mm_jalrshb_op = 0x17c,
324 mm_sync_op = 0x1ad,
325 mm_syscall_op = 0x22d,
326 mm_wait_op = 0x24d,

--- 595 unchanged lines hidden ---
320 mm_jalrhb_op = 0x07c,
321 mm_tlbwi_op = 0x08d,
322 mm_tlbwr_op = 0x0cd,
323 mm_jalrs_op = 0x13c,
324 mm_jalrshb_op = 0x17c,
325 mm_sync_op = 0x1ad,
326 mm_syscall_op = 0x22d,
327 mm_wait_op = 0x24d,

--- 595 unchanged lines hidden ---