Searched refs:out_opcode (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/
H A Ddwarf2dbg.c168 static void out_opcode (int);
711 out_opcode (int opc)
776 out_opcode (DW_LNS_extended_op);
779 out_opcode (DW_LNE_set_address);
1076 out_opcode (DW_LNS_set_file);
1083 out_opcode (DW_LNS_set_column);
1090 out_opcode (DW_LNS_set_isa);
1097 out_opcode (DW_LNS_negate_stmt);
1101 out_opcode (DW_LNS_set_basic_block);
1104 out_opcode (DW_LNS_set_prologue_en
707 out_opcode (int opc) function
[all...]
/haiku-buildtools/binutils/gas/
H A Ddwarf2dbg.c787 out_opcode (int opc)
860 out_opcode (DW_LNS_extended_op);
863 out_opcode (DW_LNE_set_address);
1318 out_opcode (DW_LNS_set_file);
1325 out_opcode (DW_LNS_set_column);
1331 out_opcode (DW_LNS_extended_op);
1333 out_opcode (DW_LNE_set_discriminator);
1340 out_opcode (DW_LNS_set_isa);
1347 out_opcode (DW_LNS_negate_stmt);
1351 out_opcode (DW_LNS_set_basic_bloc
784 out_opcode (int opc) function
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-xtensa.c4359 xtensa_opcode out_opcode;
4365 out_opcode = get_opcode_from_buf (next_fragP->fr_literal, 0);
4366 if (xtensa_opcode_is_loop (xtensa_default_isa, out_opcode) == 1)
4368 *opcode = out_opcode;
4351 xtensa_opcode out_opcode; local
/haiku-buildtools/binutils/gas/config/
H A Dtc-xtensa.c4531 xtensa_opcode out_opcode;
4537 out_opcode = get_opcode_from_buf (next_fragP->fr_literal, 0);
4538 if (xtensa_opcode_is_loop (xtensa_default_isa, out_opcode) == 1)
4540 *opcode = out_opcode;
4523 xtensa_opcode out_opcode; local

Completed in 137 milliseconds