Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic30.c305 char first_opcode[256]; in tic30_find_parallel_insn() local
335 op = &first_opcode[0]; in tic30_find_parallel_insn()
384 parallel_insn = concat ("q_", first_opcode, "_", second_opcode, " ", in tic30_find_parallel_insn()
685 char first_opcode[6] = {0}; in tic30_parallel_insn() local
711 first_opcode[char_ptr++] = ch; in tic30_parallel_insn()
719 debug ("first_opcode = %s\n", first_opcode); in tic30_parallel_insn()
721 sprintf (token, "q_%s_%s", second_opcode, first_opcode); in tic30_parallel_insn()
Dtc-alpha.c1057 find_opcode_match (const struct alpha_opcode *first_opcode, in find_opcode_match() argument
1062 const struct alpha_opcode *opcode = first_opcode; in find_opcode_match()
1151 && !strcmp (opcode->name, first_opcode->name)); in find_opcode_match()