Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/
Ddwarf2dbg.c165 static void out_opcode (int);
562 out_opcode (int opc) in out_opcode() function
630 out_opcode (DW_LNS_extended_op); in out_set_addr()
633 out_opcode (DW_LNE_set_address); in out_set_addr()
932 out_opcode (DW_LNS_set_file); in process_entries()
940 out_opcode (DW_LNS_set_column); in process_entries()
948 out_opcode (DW_LNS_negate_stmt); in process_entries()
954 out_opcode (DW_LNS_set_basic_block); in process_entries()
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-xtensa.c4388 xtensa_opcode out_opcode; in next_frag_opcode_is_loop() local
4394 out_opcode = get_opcode_from_buf (next_fragP->fr_literal, 0); in next_frag_opcode_is_loop()
4395 if (xtensa_opcode_is_loop (xtensa_default_isa, out_opcode) == 1) in next_frag_opcode_is_loop()
4397 *opcode = out_opcode; in next_frag_opcode_is_loop()