Searched refs:ALUOP (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Ddlx.h24 #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|DIVU
[all...]
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Ddlx.h24 #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|DIVU
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Ddlx.h24 #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|DIVU
[all...]
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Ddlx.h24 #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|DIVU
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Ddlx-dis.c106 unsigned char r_opc[] = { OPC(ALUOP) }; /* Fix ME */
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Ddlx-dis.c106 unsigned char r_opc[] = { OPC(ALUOP) }; /* Fix ME */
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Ddlx-dis.c106 unsigned char r_opc[] = { OPC(ALUOP) }; /* Fix ME */
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Ddlx-dis.c106 unsigned char r_opc[] = { OPC(ALUOP) }; /* Fix ME */

Completed in 401 milliseconds