HomeSort by: relevance | last modified time | path
    Searched refs:INSN_MACRO (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/opcodes/
micromips-opc.c 306 {"pref", "k,A(b)", 0, (int) M_PREF_AB, INSN_MACRO, 0, I1, 0, 0 },
316 {"li", "t,I", 0, (int) M_LI, INSN_MACRO, 0, I1, 0, 0 },
317 {"move", "d,s", 0, (int) M_MOVE, INSN_MACRO, 0, I1, 0, 0 },
330 {"abs", "d,v", 0, (int) M_ABS, INSN_MACRO, 0, I1, 0, 0 },
335 {"aclr", "\\,A(b)", 0, (int) M_ACLR_AB, INSN_MACRO, 0, 0, MC, 0 },
337 {"add", "t,r,I", 0, (int) M_ADD_I, INSN_MACRO, 0, I1, 0, 0 },
358 {"addu", "t,r,I", 0, (int) M_ADDU_I, INSN_MACRO, 0, I1, 0, 0 },
363 {"and", "t,r,I", 0, (int) M_AND_I, INSN_MACRO, 0, I1, 0, 0 },
367 {"aset", "\\,A(b)", 0, (int) M_ASET_AB, INSN_MACRO, 0, 0, MC, 0 },
372 {"bc1fl", "p", 0, (int) M_BC1FL, INSN_MACRO, INSN2_M_FP_S, I1, 0, 0 }
    [all...]
mips16-opc.c 215 {"abs", "x,w", 0, (int) M_ABS, INSN_MACRO, 0, I1, 0, 0 },
238 {"beq", "x,y,p", 0, (int) M_BEQ, INSN_MACRO, 0, I1, 0, 0 },
239 {"beq", "x,I,p", 0, (int) M_BEQ_I, INSN_MACRO, 0, I1, 0, 0 },
241 {"bge", "x,y,p", 0, (int) M_BGE, INSN_MACRO, 0, I1, 0, 0 },
242 {"bge", "x,I,p", 0, (int) M_BGE_I, INSN_MACRO, 0, I1, 0, 0 },
243 {"bgeu", "x,y,p", 0, (int) M_BGEU, INSN_MACRO, 0, I1, 0, 0 },
244 {"bgeu", "x,I,p", 0, (int) M_BGEU_I, INSN_MACRO, 0, I1, 0, 0 },
245 {"bgt", "x,y,p", 0, (int) M_BGT, INSN_MACRO, 0, I1, 0, 0 },
246 {"bgt", "x,I,p", 0, (int) M_BGT_I, INSN_MACRO, 0, I1, 0, 0 },
247 {"bgtu", "x,y,p", 0, (int) M_BGTU, INSN_MACRO, 0, I1, 0, 0 }
    [all...]
riscv-opc.c 226 return (op->pinfo == INSN_MACRO || match_opcode (op, insn))
499 {"call", 0, INSN_CLASS_I, "d,c", (X_T1 << OP_SH_RS1), (int) M_CALL, NULL, INSN_MACRO },
500 {"call", 0, INSN_CLASS_I, "c", (X_RA << OP_SH_RS1)|(X_RA << OP_SH_RD), (int) M_CALL, NULL, INSN_MACRO },
501 {"tail", 0, INSN_CLASS_ZICFILP, "c", (X_T2 << OP_SH_RS1), (int) M_CALL, NULL, INSN_MACRO },
502 {"tail", 0, INSN_CLASS_I, "c", (X_T1 << OP_SH_RS1), (int) M_CALL, NULL, INSN_MACRO },
503 {"jump", 0, INSN_CLASS_I, "c,s", 0, (int) M_CALL, match_rs1_nonzero, INSN_MACRO },
511 {"li", 0, INSN_CLASS_I, "d,I", 0, (int) M_LI, NULL, INSN_MACRO },
562 {"la", 0, INSN_CLASS_I, "d,B", 0, (int) M_LA, match_rd_nonzero, INSN_MACRO },
563 {"lla", 0, INSN_CLASS_I, "d,B", 0, (int) M_LLA, NULL, INSN_MACRO },
564 {"lga", 0, INSN_CLASS_I, "d,B", 0, (int) M_LGA, match_rd_nonzero, INSN_MACRO },
    [all...]
mips-dis.c 2042 if (op->pinfo == INSN_MACRO
2070 if (op->pinfo != INSN_MACRO
2391 if (op->pinfo == INSN_MACRO
2592 if (op->pinfo != INSN_MACRO
  /src/external/gpl3/binutils.old/dist/opcodes/
micromips-opc.c 306 {"pref", "k,A(b)", 0, (int) M_PREF_AB, INSN_MACRO, 0, I1, 0, 0 },
316 {"li", "t,I", 0, (int) M_LI, INSN_MACRO, 0, I1, 0, 0 },
317 {"move", "d,s", 0, (int) M_MOVE, INSN_MACRO, 0, I1, 0, 0 },
330 {"abs", "d,v", 0, (int) M_ABS, INSN_MACRO, 0, I1, 0, 0 },
335 {"aclr", "\\,A(b)", 0, (int) M_ACLR_AB, INSN_MACRO, 0, 0, MC, 0 },
337 {"add", "t,r,I", 0, (int) M_ADD_I, INSN_MACRO, 0, I1, 0, 0 },
358 {"addu", "t,r,I", 0, (int) M_ADDU_I, INSN_MACRO, 0, I1, 0, 0 },
363 {"and", "t,r,I", 0, (int) M_AND_I, INSN_MACRO, 0, I1, 0, 0 },
367 {"aset", "\\,A(b)", 0, (int) M_ASET_AB, INSN_MACRO, 0, 0, MC, 0 },
372 {"bc1fl", "p", 0, (int) M_BC1FL, INSN_MACRO, INSN2_M_FP_S, I1, 0, 0 }
    [all...]
mips16-opc.c 215 {"abs", "x,w", 0, (int) M_ABS, INSN_MACRO, 0, I1, 0, 0 },
238 {"beq", "x,y,p", 0, (int) M_BEQ, INSN_MACRO, 0, I1, 0, 0 },
239 {"beq", "x,I,p", 0, (int) M_BEQ_I, INSN_MACRO, 0, I1, 0, 0 },
241 {"bge", "x,y,p", 0, (int) M_BGE, INSN_MACRO, 0, I1, 0, 0 },
242 {"bge", "x,I,p", 0, (int) M_BGE_I, INSN_MACRO, 0, I1, 0, 0 },
243 {"bgeu", "x,y,p", 0, (int) M_BGEU, INSN_MACRO, 0, I1, 0, 0 },
244 {"bgeu", "x,I,p", 0, (int) M_BGEU_I, INSN_MACRO, 0, I1, 0, 0 },
245 {"bgt", "x,y,p", 0, (int) M_BGT, INSN_MACRO, 0, I1, 0, 0 },
246 {"bgt", "x,I,p", 0, (int) M_BGT_I, INSN_MACRO, 0, I1, 0, 0 },
247 {"bgtu", "x,y,p", 0, (int) M_BGTU, INSN_MACRO, 0, I1, 0, 0 }
    [all...]
riscv-opc.c 226 return (op->pinfo == INSN_MACRO || match_opcode (op, insn))
507 {"call", 0, INSN_CLASS_I, "d,c", (X_T1 << OP_SH_RS1), (int) M_CALL, NULL, INSN_MACRO },
508 {"call", 0, INSN_CLASS_I, "c", (X_RA << OP_SH_RS1)|(X_RA << OP_SH_RD), (int) M_CALL, NULL, INSN_MACRO },
509 {"tail", 0, INSN_CLASS_ZICFILP, "c", (X_T2 << OP_SH_RS1), (int) M_CALL, NULL, INSN_MACRO },
510 {"tail", 0, INSN_CLASS_I, "c", (X_T1 << OP_SH_RS1), (int) M_CALL, NULL, INSN_MACRO },
511 {"jump", 0, INSN_CLASS_I, "c,s", 0, (int) M_CALL, match_rs1_nonzero, INSN_MACRO },
519 {"li", 0, INSN_CLASS_I, "d,I", 0, (int) M_LI, NULL, INSN_MACRO },
570 {"la", 0, INSN_CLASS_I, "d,B", 0, (int) M_LA, match_rd_nonzero, INSN_MACRO },
571 {"lla", 0, INSN_CLASS_I, "d,B", 0, (int) M_LLA, NULL, INSN_MACRO },
572 {"lga", 0, INSN_CLASS_I, "d,B", 0, (int) M_LGA, match_rd_nonzero, INSN_MACRO },
    [all...]
mips-dis.c 2042 if (op->pinfo == INSN_MACRO
2070 if (op->pinfo != INSN_MACRO
2391 if (op->pinfo == INSN_MACRO
2592 if (op->pinfo != INSN_MACRO
  /src/external/gpl3/gdb/dist/opcodes/
micromips-opc.c 306 {"pref", "k,A(b)", 0, (int) M_PREF_AB, INSN_MACRO, 0, I1, 0, 0 },
316 {"li", "t,I", 0, (int) M_LI, INSN_MACRO, 0, I1, 0, 0 },
317 {"move", "d,s", 0, (int) M_MOVE, INSN_MACRO, 0, I1, 0, 0 },
330 {"abs", "d,v", 0, (int) M_ABS, INSN_MACRO, 0, I1, 0, 0 },
335 {"aclr", "\\,A(b)", 0, (int) M_ACLR_AB, INSN_MACRO, 0, 0, MC, 0 },
337 {"add", "t,r,I", 0, (int) M_ADD_I, INSN_MACRO, 0, I1, 0, 0 },
358 {"addu", "t,r,I", 0, (int) M_ADDU_I, INSN_MACRO, 0, I1, 0, 0 },
363 {"and", "t,r,I", 0, (int) M_AND_I, INSN_MACRO, 0, I1, 0, 0 },
367 {"aset", "\\,A(b)", 0, (int) M_ASET_AB, INSN_MACRO, 0, 0, MC, 0 },
372 {"bc1fl", "p", 0, (int) M_BC1FL, INSN_MACRO, INSN2_M_FP_S, I1, 0, 0 }
    [all...]
mips16-opc.c 215 {"abs", "x,w", 0, (int) M_ABS, INSN_MACRO, 0, I1, 0, 0 },
238 {"beq", "x,y,p", 0, (int) M_BEQ, INSN_MACRO, 0, I1, 0, 0 },
239 {"beq", "x,I,p", 0, (int) M_BEQ_I, INSN_MACRO, 0, I1, 0, 0 },
241 {"bge", "x,y,p", 0, (int) M_BGE, INSN_MACRO, 0, I1, 0, 0 },
242 {"bge", "x,I,p", 0, (int) M_BGE_I, INSN_MACRO, 0, I1, 0, 0 },
243 {"bgeu", "x,y,p", 0, (int) M_BGEU, INSN_MACRO, 0, I1, 0, 0 },
244 {"bgeu", "x,I,p", 0, (int) M_BGEU_I, INSN_MACRO, 0, I1, 0, 0 },
245 {"bgt", "x,y,p", 0, (int) M_BGT, INSN_MACRO, 0, I1, 0, 0 },
246 {"bgt", "x,I,p", 0, (int) M_BGT_I, INSN_MACRO, 0, I1, 0, 0 },
247 {"bgtu", "x,y,p", 0, (int) M_BGTU, INSN_MACRO, 0, I1, 0, 0 }
    [all...]
riscv-opc.c 211 return (op->pinfo == INSN_MACRO || match_opcode (op, insn))
442 {"call", 0, INSN_CLASS_I, "d,c", (X_T1 << OP_SH_RS1), (int) M_CALL, NULL, INSN_MACRO },
443 {"call", 0, INSN_CLASS_I, "c", (X_RA << OP_SH_RS1)|(X_RA << OP_SH_RD), (int) M_CALL, NULL, INSN_MACRO },
444 {"tail", 0, INSN_CLASS_I, "c", (X_T1 << OP_SH_RS1), (int) M_CALL, NULL, INSN_MACRO },
445 {"jump", 0, INSN_CLASS_I, "c,s", 0, (int) M_CALL, match_rs1_nonzero, INSN_MACRO },
453 {"li", 0, INSN_CLASS_I, "d,I", 0, (int) M_LI, NULL, INSN_MACRO },
504 {"la", 0, INSN_CLASS_I, "d,B", 0, (int) M_LA, match_rd_nonzero, INSN_MACRO },
505 {"lla", 0, INSN_CLASS_I, "d,B", 0, (int) M_LLA, NULL, INSN_MACRO },
506 {"lga", 0, INSN_CLASS_I, "d,B", 0, (int) M_LGA, match_rd_nonzero, INSN_MACRO },
507 {"la.tls.gd", 0, INSN_CLASS_I, "d,A", 0, (int) M_LA_TLS_GD, NULL, INSN_MACRO },
    [all...]
mips-dis.c 2015 if (op->pinfo == INSN_MACRO
2043 if (op->pinfo != INSN_MACRO
2364 if (op->pinfo == INSN_MACRO
2565 if (op->pinfo != INSN_MACRO
  /src/external/gpl3/gdb.old/dist/opcodes/
micromips-opc.c 295 {"pref", "k,A(b)", 0, (int) M_PREF_AB, INSN_MACRO, 0, I1, 0, 0 },
305 {"li", "t,I", 0, (int) M_LI, INSN_MACRO, 0, I1, 0, 0 },
306 {"move", "d,s", 0, (int) M_MOVE, INSN_MACRO, 0, I1, 0, 0 },
319 {"abs", "d,v", 0, (int) M_ABS, INSN_MACRO, 0, I1, 0, 0 },
324 {"aclr", "\\,A(b)", 0, (int) M_ACLR_AB, INSN_MACRO, 0, 0, MC, 0 },
326 {"add", "t,r,I", 0, (int) M_ADD_I, INSN_MACRO, 0, I1, 0, 0 },
347 {"addu", "t,r,I", 0, (int) M_ADDU_I, INSN_MACRO, 0, I1, 0, 0 },
352 {"and", "t,r,I", 0, (int) M_AND_I, INSN_MACRO, 0, I1, 0, 0 },
356 {"aset", "\\,A(b)", 0, (int) M_ASET_AB, INSN_MACRO, 0, 0, MC, 0 },
361 {"bc1fl", "p", 0, (int) M_BC1FL, INSN_MACRO, INSN2_M_FP_S, I1, 0, 0 }
    [all...]
mips16-opc.c 215 {"abs", "x,w", 0, (int) M_ABS, INSN_MACRO, 0, I1, 0, 0 },
238 {"beq", "x,y,p", 0, (int) M_BEQ, INSN_MACRO, 0, I1, 0, 0 },
239 {"beq", "x,I,p", 0, (int) M_BEQ_I, INSN_MACRO, 0, I1, 0, 0 },
241 {"bge", "x,y,p", 0, (int) M_BGE, INSN_MACRO, 0, I1, 0, 0 },
242 {"bge", "x,I,p", 0, (int) M_BGE_I, INSN_MACRO, 0, I1, 0, 0 },
243 {"bgeu", "x,y,p", 0, (int) M_BGEU, INSN_MACRO, 0, I1, 0, 0 },
244 {"bgeu", "x,I,p", 0, (int) M_BGEU_I, INSN_MACRO, 0, I1, 0, 0 },
245 {"bgt", "x,y,p", 0, (int) M_BGT, INSN_MACRO, 0, I1, 0, 0 },
246 {"bgt", "x,I,p", 0, (int) M_BGT_I, INSN_MACRO, 0, I1, 0, 0 },
247 {"bgtu", "x,y,p", 0, (int) M_BGTU, INSN_MACRO, 0, I1, 0, 0 }
    [all...]
riscv-opc.c 203 return (op->pinfo == INSN_MACRO || match_opcode (op, insn))
408 {"call", 0, INSN_CLASS_I, "d,c", (X_T1 << OP_SH_RS1), (int) M_CALL, NULL, INSN_MACRO },
409 {"call", 0, INSN_CLASS_I, "c", (X_RA << OP_SH_RS1)|(X_RA << OP_SH_RD), (int) M_CALL, NULL, INSN_MACRO },
410 {"tail", 0, INSN_CLASS_I, "c", (X_T1 << OP_SH_RS1), (int) M_CALL, NULL, INSN_MACRO },
411 {"jump", 0, INSN_CLASS_I, "c,s", 0, (int) M_CALL, match_rs1_nonzero, INSN_MACRO },
419 {"li", 0, INSN_CLASS_I, "d,I", 0, (int) M_LI, NULL, INSN_MACRO },
470 {"la", 0, INSN_CLASS_I, "d,B", 0, (int) M_LA, match_rd_nonzero, INSN_MACRO },
471 {"lla", 0, INSN_CLASS_I, "d,B", 0, (int) M_LLA, NULL, INSN_MACRO },
472 {"lga", 0, INSN_CLASS_I, "d,B", 0, (int) M_LGA, match_rd_nonzero, INSN_MACRO },
473 {"la.tls.gd", 0, INSN_CLASS_I, "d,A", 0, (int) M_LA_TLS_GD, NULL, INSN_MACRO },
    [all...]
mips-dis.c 2015 if (op->pinfo == INSN_MACRO
2043 if (op->pinfo != INSN_MACRO
2364 if (op->pinfo == INSN_MACRO
2565 if (op->pinfo != INSN_MACRO
  /src/external/gpl3/binutils/dist/gas/
itbl-ops.c 287 * unsigned long match; - opcode, or ISA level if pinfo=INSN_MACRO
288 * unsigned long mask; - opcode mask, or macro id if pinfo=INSN_MACRO
289 * unsigned long pinfo; - insn flags, or INSN_MACRO
293 * {"li", "t,I", 0, (int) M_LI, INSN_MACRO },
348 * {"li", "t,I", 0, (int) M_LI, INSN_MACRO },
362 o->pinfo = INSN_MACRO;
  /src/external/gpl3/binutils/dist/include/opcode/
mips.h 486 that is used. If pinfo is INSN_MACRO, then this is 0. */
488 /* If pinfo is not INSN_MACRO, then this is a bit mask for the
492 INSN_MACRO, then this field is the macro identifier. */
494 /* For a macro, this is INSN_MACRO. Otherwise, it is a collection
775 instructions, if it is not equal to INSN_MACRO. */
840 #define INSN_MACRO 0xffffffff
riscv.h 629 that is used. If pinfo is INSN_MACRO, then this is 0. */
632 /* If pinfo is not INSN_MACRO, then this is a bit mask for the
636 INSN_MACRO, then this field is the macro identifier. */
643 /* For a macro, this is INSN_MACRO. Otherwise, it is a collection
681 #define INSN_MACRO 0xffffffff
  /src/external/gpl3/binutils.old/dist/gas/
itbl-ops.c 287 * unsigned long match; - opcode, or ISA level if pinfo=INSN_MACRO
288 * unsigned long mask; - opcode mask, or macro id if pinfo=INSN_MACRO
289 * unsigned long pinfo; - insn flags, or INSN_MACRO
293 * {"li", "t,I", 0, (int) M_LI, INSN_MACRO },
348 * {"li", "t,I", 0, (int) M_LI, INSN_MACRO },
362 o->pinfo = INSN_MACRO;
  /src/external/gpl3/binutils.old/dist/include/opcode/
mips.h 486 that is used. If pinfo is INSN_MACRO, then this is 0. */
488 /* If pinfo is not INSN_MACRO, then this is a bit mask for the
492 INSN_MACRO, then this field is the macro identifier. */
494 /* For a macro, this is INSN_MACRO. Otherwise, it is a collection
775 instructions, if it is not equal to INSN_MACRO. */
840 #define INSN_MACRO 0xffffffff
  /src/external/gpl3/gdb/dist/include/opcode/
mips.h 486 that is used. If pinfo is INSN_MACRO, then this is 0. */
488 /* If pinfo is not INSN_MACRO, then this is a bit mask for the
492 INSN_MACRO, then this field is the macro identifier. */
494 /* For a macro, this is INSN_MACRO. Otherwise, it is a collection
775 instructions, if it is not equal to INSN_MACRO. */
840 #define INSN_MACRO 0xffffffff
riscv.h 580 that is used. If pinfo is INSN_MACRO, then this is 0. */
583 /* If pinfo is not INSN_MACRO, then this is a bit mask for the
587 INSN_MACRO, then this field is the macro identifier. */
594 /* For a macro, this is INSN_MACRO. Otherwise, it is a collection
632 #define INSN_MACRO 0xffffffff
  /src/external/gpl3/gdb.old/dist/include/opcode/
riscv.h 528 that is used. If pinfo is INSN_MACRO, then this is 0. */
531 /* If pinfo is not INSN_MACRO, then this is a bit mask for the
535 INSN_MACRO, then this field is the macro identifier. */
542 /* For a macro, this is INSN_MACRO. Otherwise, it is a collection
580 #define INSN_MACRO 0xffffffff
  /src/external/gpl3/binutils/dist/gas/config/
tc-riscv.c 1824 if (opcodes[i].pinfo != INSN_MACRO)
2921 if (insn->pinfo != INSN_MACRO)
4430 if (insn.insn_mo->pinfo == INSN_MACRO)
5645 gas_assert (insn.insn_mo->pinfo != INSN_MACRO);

Completed in 63 milliseconds

1 2