Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic30.c683 int current_opcode = -1; in tic30_parallel_insn() local
690 if (ch == '_' && current_opcode == -1) in tic30_parallel_insn()
692 current_opcode = 0; in tic30_parallel_insn()
696 if (ch == '_' && current_opcode == 0) in tic30_parallel_insn()
698 current_opcode = 1; in tic30_parallel_insn()
703 switch (current_opcode) in tic30_parallel_insn()
Dtc-xtensa.c8082 xtensa_opcode current_opcode = XTENSA_UNDEFINED; in xtensa_fix_short_loop_frags() local
8094 current_opcode = t_insn.opcode; in xtensa_fix_short_loop_frags()
8096 current_opcode) == 1); in xtensa_fix_short_loop_frags()
8105 && current_opcode != XTENSA_UNDEFINED in xtensa_fix_short_loop_frags()
8106 && current_opcode != xtensa_loop_opcode))) in xtensa_fix_short_loop_frags()