Searched refs:INSN_MACRO (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/binutils/opcodes/
H A Dmips16-opc.c72 {"abs", "x,w", 0, (int) M_ABS, INSN_MACRO, 0, I1 },
88 {"beq", "x,y,p", 0, (int) M_BEQ, INSN_MACRO, 0, I1 },
89 {"beq", "x,U,p", 0, (int) M_BEQ_I, INSN_MACRO, 0, I1 },
91 {"bge", "x,y,p", 0, (int) M_BGE, INSN_MACRO, 0, I1 },
92 {"bge", "x,8,p", 0, (int) M_BGE_I, INSN_MACRO, 0, I1 },
93 {"bgeu", "x,y,p", 0, (int) M_BGEU, INSN_MACRO, 0, I1 },
94 {"bgeu", "x,8,p", 0, (int) M_BGEU_I, INSN_MACRO, 0, I1 },
95 {"bgt", "x,y,p", 0, (int) M_BGT, INSN_MACRO, 0, I1 },
96 {"bgt", "x,8,p", 0, (int) M_BGT_I, INSN_MACRO, 0, I1 },
97 {"bgtu", "x,y,p", 0, (int) M_BGTU, INSN_MACRO,
[all...]
H A Dmips-opc.c186 {"li", "t,I", 0, (int) M_LI, INSN_MACRO, 0, I1 },
187 {"move", "d,s", 0, (int) M_MOVE, INSN_MACRO, 0, I1 },
195 {"abs", "d,v", 0, (int) M_ABS, INSN_MACRO, 0, I1 },
200 {"add", "t,r,I", 0, (int) M_ADD_I, INSN_MACRO, 0, I1 },
217 {"addu", "t,r,I", 0, (int) M_ADDU_I, INSN_MACRO, 0, I1 },
225 {"and", "t,r,I", 0, (int) M_AND_I, INSN_MACRO, 0, I1 },
259 {"beq", "s,I,p", 0, (int) M_BEQ_I, INSN_MACRO, 0, I1 },
261 {"beql", "s,I,p", 0, (int) M_BEQL_I, INSN_MACRO, 0, I2|T3 },
262 {"bge", "s,t,p", 0, (int) M_BGE, INSN_MACRO, 0, I1 },
263 {"bge", "s,I,p", 0, (int) M_BGE_I, INSN_MACRO,
[all...]
H A Dmips-dis.c1314 if (op->pinfo == INSN_MACRO
1342 if (op->pinfo != INSN_MACRO
1995 if (op->pinfo != INSN_MACRO
/freebsd-10-stable/contrib/binutils/include/opcode/
H A Dmips.h230 that is used. If pinfo is INSN_MACRO, then this is 0. */
232 /* If pinfo is not INSN_MACRO, then this is a bit mask for the
236 INSN_MACRO, then this field is the macro identifier. */
238 /* For a macro, this is INSN_MACRO. Otherwise, it is a collection
398 instructions, if it is not equal to INSN_MACRO. */
477 #define INSN_MACRO 0xffffffff macro
/freebsd-10-stable/contrib/binutils/gas/
H A Ditbl-ops.c288 * unsigned long match; - opcode, or ISA level if pinfo=INSN_MACRO
289 * unsigned long mask; - opcode mask, or macro id if pinfo=INSN_MACRO
290 * unsigned long pinfo; - insn flags, or INSN_MACRO
294 * {"li", "t,I", 0, (int) M_LI, INSN_MACRO },
347 * {"li", "t,I", 0, (int) M_LI, INSN_MACRO },
361 o->pinfo = INSN_MACRO;
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-mips.c1803 if (mips_opcodes[i].pinfo != INSN_MACRO)
1831 if (mips16_opcodes[i].pinfo != INSN_MACRO
2017 if (insn.insn_mo->pinfo == INSN_MACRO)
3383 && mo->pinfo != INSN_MACRO
3608 while (strcmp (fmt, mo->args) != 0 || mo->pinfo == INSN_MACRO)
8513 if (insn->pinfo == INSN_MACRO)
8646 if (insn->pinfo != INSN_MACRO)
10164 && insn->pinfo != INSN_MACRO)
/freebsd-10-stable/contrib/gdb/gdb/
H A Dmips-tdep.c4549 if (mips_opcodes[i].pinfo != INSN_MACRO

Completed in 110 milliseconds