51 #ifndef _MIPS_OPCODE_H 52 #define _MIPS_OPCODE_H 141 #define OP_SPECIAL 000 142 #define OP_REGIMM 001 168 #define OP_DADDIU 031 220 #define OP_SYSCALL 014 237 #define OP_DMULTU 035 267 #define OP_DSLL32 074 268 #define OP_DSRL32 076 269 #define OP_DSRA32 077 290 #define OP_BLTZAL 020 291 #define OP_BGEZAL 021 292 #define OP_BLTZALL 022 293 #define OP_BGEZALL 023 317 #define COPz_BCF 0x00 318 #define COPz_BCT 0x01 319 #define COPz_BCFL 0x02 320 #define COPz_BCTL 0x03 329 #define BREAK_INSTR 0x0000000d 330 #define NOP_INSTR 0x00000000 Definition: mips_opcode.h:66