Home
last modified time | relevance | path

Searched refs:INSN_MACRO (Results 1 – 25 of 38) sorted by relevance

12

/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dmicromips-opc.c295 {"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 …]
H A Dmips16-opc.c215 {"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 …]
H A Dmips-opc.c452 {"pref", "k,A(b)", 0, (int) M_PREF_AB, INSN_MACRO, 0, I4_32|G3, 0, 0 },
459 {"li", "t,I", 0, (int) M_LI, INSN_MACRO, 0, I1, 0, 0 },
460 {"move", "d,s", 0, (int) M_MOVE, INSN_MACRO, 0, I1, 0, 0 },
471 {"la", "t,A(b)", 0, (int) M_LA_AB, INSN_MACRO, 0, I1, 0, 0 },
666 {"abs", "d,v", 0, (int) M_ABS, INSN_MACRO, 0, I1, 0, 0 },
672 {"aclr", "\\,A(b)", 0, (int) M_ACLR_AB, INSN_MACRO, 0, 0, MC, 0 },
674 {"add", "t,r,I", 0, (int) M_ADD_I, INSN_MACRO, 0, I1, 0, 0 },
695 {"addu", "t,r,I", 0, (int) M_ADDU_I, INSN_MACRO, 0, I1, 0, 0 },
705 {"and", "t,r,I", 0, (int) M_AND_I, INSN_MACRO, 0, I1, 0, 0 },
713 {"aset", "\\,A(b)", 0, (int) M_ASET_AB, INSN_MACRO, 0, 0, MC, 0 },
[all …]
H A Driscv-opc.c189 return (op->pinfo == INSN_MACRO || match_opcode (op, insn)) in match_rd_nonzero()
393 {"call", 0, INSN_CLASS_I, "d,c", (X_T1 << OP_SH_RS1), (int) M_CALL, NULL, INSN_MACRO },
394 …NSN_CLASS_I, "c", (X_RA << OP_SH_RS1)|(X_RA << OP_SH_RD), (int) M_CALL, NULL, INSN_MACRO },
395 {"tail", 0, INSN_CLASS_I, "c", (X_T1 << OP_SH_RS1), (int) M_CALL, NULL, INSN_MACRO },
396 {"jump", 0, INSN_CLASS_I, "c,s", 0, (int) M_CALL, match_rs1_nonzero, INSN_MACRO },
404 {"li", 0, INSN_CLASS_I, "d,I", 0, (int) M_LI, NULL, INSN_MACRO },
455 {"la", 0, INSN_CLASS_I, "d,B", 0, (int) M_LA, match_rd_nonzero, INSN_MACRO },
456 {"lla", 0, INSN_CLASS_I, "d,B", 0, (int) M_LLA, NULL, INSN_MACRO },
457 {"lga", 0, INSN_CLASS_I, "d,B", 0, (int) M_LGA, match_rd_nonzero, INSN_MACRO },
458 {"la.tls.gd", 0, INSN_CLASS_I, "d,A", 0, (int) M_LA_TLS_GD, NULL, INSN_MACRO },
[all …]
H A Dmips-dis.c2011 if (op->pinfo == INSN_MACRO in print_insn_mips()
2039 if (op->pinfo != INSN_MACRO in print_insn_mips()
2359 if (op->pinfo == INSN_MACRO in print_insn_mips16()
2560 if (op->pinfo != INSN_MACRO in print_insn_micromips()
H A Driscv-dis.c840 if (op->pinfo == INSN_MACRO) in riscv_disassemble_insn()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dmicromips-opc.c295 {"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 …]
H A Dmips16-opc.c215 {"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 …]
H A Dmips-opc.c449 {"pref", "k,A(b)", 0, (int) M_PREF_AB, INSN_MACRO, 0, I4_32|G3, 0, 0 },
456 {"li", "t,I", 0, (int) M_LI, INSN_MACRO, 0, I1, 0, 0 },
457 {"move", "d,s", 0, (int) M_MOVE, INSN_MACRO, 0, I1, 0, 0 },
468 {"la", "t,A(b)", 0, (int) M_LA_AB, INSN_MACRO, 0, I1, 0, 0 },
663 {"abs", "d,v", 0, (int) M_ABS, INSN_MACRO, 0, I1, 0, 0 },
669 {"aclr", "\\,A(b)", 0, (int) M_ACLR_AB, INSN_MACRO, 0, 0, MC, 0 },
671 {"add", "t,r,I", 0, (int) M_ADD_I, INSN_MACRO, 0, I1, 0, 0 },
692 {"addu", "t,r,I", 0, (int) M_ADDU_I, INSN_MACRO, 0, I1, 0, 0 },
702 {"and", "t,r,I", 0, (int) M_AND_I, INSN_MACRO, 0, I1, 0, 0 },
710 {"aset", "\\,A(b)", 0, (int) M_ASET_AB, INSN_MACRO, 0, 0, MC, 0 },
[all …]
H A Driscv-opc.c296 … 0, INSN_CLASS_I, "d,c", (X_T1 << OP_SH_RS1), (int) M_CALL, match_never, INSN_MACRO },
297 …SS_I, "c", (X_RA << OP_SH_RS1)|(X_RA << OP_SH_RD), (int) M_CALL, match_never, INSN_MACRO },
298 … 0, INSN_CLASS_I, "c", (X_T1 << OP_SH_RS1), (int) M_CALL, match_never, INSN_MACRO },
299 {"jump", 0, INSN_CLASS_I, "c,s", 0, (int) M_CALL, match_never, INSN_MACRO },
307 {"li", 0, INSN_CLASS_I, "d,I", 0, (int) M_LI, match_never, INSN_MACRO },
356 {"la", 0, INSN_CLASS_I, "d,B", 0, (int) M_LA, match_never, INSN_MACRO },
357 {"lla", 0, INSN_CLASS_I, "d,B", 0, (int) M_LLA, match_never, INSN_MACRO },
358 {"la.tls.gd", 0, INSN_CLASS_I, "d,A", 0, (int) M_LA_TLS_GD, match_never, INSN_MACRO },
359 {"la.tls.ie", 0, INSN_CLASS_I, "d,A", 0, (int) M_LA_TLS_IE, match_never, INSN_MACRO },
379 {"lb", 0, INSN_CLASS_I, "d,A", 0, (int) M_LB, match_never, INSN_MACRO },
[all …]
H A Dmips-dis.c1934 if (op->pinfo == INSN_MACRO in print_insn_mips()
1962 if (op->pinfo != INSN_MACRO in print_insn_mips()
2277 if (op->pinfo == INSN_MACRO in print_insn_mips16()
2472 if (op->pinfo != INSN_MACRO in print_insn_micromips()
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Driscv.h472 #define INSN_MACRO 0xffffffff macro
H A Dmips.h1090 #define INSN_MACRO 0xffffffff macro
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Ditbl-ops.c362 o->pinfo = INSN_MACRO; in append_insns_as_macros()
H A DChangeLog-2013604 use it to build up a list of operands. Extend to handle INSN_MACRO
608 Handle INSN_MACRO.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Ditbl-ops.c362 o->pinfo = INSN_MACRO; in append_insns_as_macros()
H A DChangeLog-2013604 use it to build up a list of operands. Extend to handle INSN_MACRO
608 Handle INSN_MACRO.
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Driscv.h562 #define INSN_MACRO 0xffffffff macro
H A Dmips.h1090 #define INSN_MACRO 0xffffffff macro
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-riscv.c1302 if (opcodes[i].pinfo != INSN_MACRO) in init_opcode_hash()
2357 if (insn->pinfo != INSN_MACRO) in riscv_ip()
3365 if (insn.insn_mo->pinfo == INSN_MACRO) in md_assemble()
4389 gas_assert (insn.insn_mo->pinfo != INSN_MACRO); in s_riscv_insn()
H A Dtc-mips.c3413 if (mo->pinfo == INSN_MACRO) in is_opcode_valid()
3463 if (mo->pinfo != INSN_MACRO && micromips_insn_length (mo) != 4) in is_size_valid()
3470 if (mo->pinfo == INSN_MACRO) in is_size_valid()
3483 if (mo->pinfo == INSN_MACRO) in is_size_valid_16()
3512 if (mo->pinfo == INSN_MACRO) in is_delay_slot_valid()
3543 mask = (opcode->pinfo == INSN_MACRO ? 0 : opcode->mask); in validate_mips_insn()
3571 if (!operand && opcode->pinfo != INSN_MACRO) in validate_mips_insn()
3612 if (opcode->pinfo != INSN_MACRO && undefined) in validate_mips_insn()
3649 if (opc->pinfo == INSN_MACRO) in validate_micromips_insn()
3778 if (micromips_opcodes[i].pinfo != INSN_MACRO) in md_begin()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-mips.c3416 if (mo->pinfo == INSN_MACRO) in is_opcode_valid()
3466 if (mo->pinfo != INSN_MACRO && micromips_insn_length (mo) != 4) in is_size_valid()
3473 if (mo->pinfo == INSN_MACRO) in is_size_valid()
3486 if (mo->pinfo == INSN_MACRO) in is_size_valid_16()
3515 if (mo->pinfo == INSN_MACRO) in is_delay_slot_valid()
3546 mask = (opcode->pinfo == INSN_MACRO ? 0 : opcode->mask); in validate_mips_insn()
3574 if (!operand && opcode->pinfo != INSN_MACRO) in validate_mips_insn()
3615 if (opcode->pinfo != INSN_MACRO && undefined) in validate_mips_insn()
3652 if (opc->pinfo == INSN_MACRO) in validate_micromips_insn()
3781 if (micromips_opcodes[i].pinfo != INSN_MACRO) in md_begin()
[all …]
H A Dtc-riscv.c1582 if (opcodes[i].pinfo != INSN_MACRO) in init_opcode_hash()
2668 if (insn->pinfo != INSN_MACRO) in riscv_ip()
3967 if (insn.insn_mo->pinfo == INSN_MACRO) in md_assemble()
5103 gas_assert (insn.insn_mo->pinfo != INSN_MACRO); in s_riscv_insn()
/netbsd-src/external/gpl3/gdb.old/dist/include/opcode/
H A DChangeLog-04151811 * mips.h (INSN_MACRO): Move it up to the pinfo macros.
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-2016125 INSN_MACRO entries.

12