Home
last modified time | relevance | path

Searched refs:out_opcode (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/
Ddwarf2dbg.c1037 out_opcode (int opc) in out_opcode() function
1110 out_opcode (DW_LNS_extended_op); in out_set_addr()
1113 out_opcode (DW_LNE_set_address); in out_set_addr()
1125 out_opcode (DW_LNS_set_address_from_logical); in out_set_addr_from_logical()
1567 out_opcode (DW_LNS_pop_context); in emit_logicals()
1580 out_opcode (DW_LNS_set_subprogram); in emit_logicals()
1588 out_opcode (DW_LNS_inlined_call); in emit_logicals()
1597 out_opcode (DW_LNS_set_file); in emit_logicals()
1604 out_opcode (DW_LNS_set_column); in emit_logicals()
1610 out_opcode (DW_LNS_extended_op); in emit_logicals()
[all …]
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-xtensa.c4523 xtensa_opcode out_opcode; in next_frag_opcode_is_loop() local
4529 out_opcode = get_opcode_from_buf (next_fragP->fr_literal, 0); in next_frag_opcode_is_loop()
4530 if (xtensa_opcode_is_loop (xtensa_default_isa, out_opcode) == 1) in next_frag_opcode_is_loop()
4532 *opcode = out_opcode; in next_frag_opcode_is_loop()