Searched refs:ALUOP (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | dlx.h | 24 #define ALUOP 0x00000000 macro 170 { "nop", (ALUOP|NOPF), "N" }, /* NOP */ 171 { "add", (ALUOP|ADDF), "c,a,b" }, /* Add */ 172 { "addu", (ALUOP|ADDUF), "c,a,b" }, /* Add Unsigned */ 173 { "sub", (ALUOP|SUBF), "c,a,b" }, /* SUB */ 174 { "subu", (ALUOP|SUBUF), "c,a,b" }, /* Sub Unsigned */ 175 { "mult", (ALUOP|MULTF), "c,a,b" }, /* MULTIPLY */ 176 { "multu", (ALUOP|MULTUF), "c,a,b" }, /* MULTIPLY Unsigned */ 177 { "div", (ALUOP|DIVF), "c,a,b" }, /* DIVIDE */ 178 { "divu", (ALUOP|DIVUF), "c,a,b" }, /* DIVIDE Unsigned */ [all …]
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | dlx-dis.c | 106 unsigned char r_opc[] = { OPC(ALUOP) }; /* Fix ME */ in dlx_r_type()
|