Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic30.c688 int current_opcode = -1; in tic30_parallel_insn() local
695 if (ch == '_' && current_opcode == -1) in tic30_parallel_insn()
697 current_opcode = 0; in tic30_parallel_insn()
701 if (ch == '_' && current_opcode == 0) in tic30_parallel_insn()
703 current_opcode = 1; in tic30_parallel_insn()
708 switch (current_opcode) in tic30_parallel_insn()
Dtc-xtensa.c8293 xtensa_opcode current_opcode = XTENSA_UNDEFINED; in xtensa_fix_short_loop_frags() local
8305 current_opcode = t_insn.opcode; in xtensa_fix_short_loop_frags()
8307 current_opcode) == 1); in xtensa_fix_short_loop_frags()
8316 && current_opcode != XTENSA_UNDEFINED in xtensa_fix_short_loop_frags()
8317 && current_opcode != xtensa_loop_opcode))) in xtensa_fix_short_loop_frags()