Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-tic30.c311 char first_opcode[256]; in tic30_find_parallel_insn() local
341 opcode = &first_opcode[0]; in tic30_find_parallel_insn()
389 parallel_insn = malloc (strlen (first_opcode) + strlen (first_operands) in tic30_find_parallel_insn()
392 first_opcode, second_opcode, in tic30_find_parallel_insn()
688 char first_opcode[6] = {0}; in tic30_parallel_insn() local
714 first_opcode[char_ptr++] = ch; in tic30_parallel_insn()
722 debug ("first_opcode = %s\n", first_opcode); in tic30_parallel_insn()
724 sprintf (token, "q_%s_%s", second_opcode, first_opcode); in tic30_parallel_insn()
Dtc-alpha.c995 find_opcode_match (const struct alpha_opcode *first_opcode, in find_opcode_match() argument
1000 const struct alpha_opcode *opcode = first_opcode; in find_opcode_match()
1089 && !strcmp (opcode->name, first_opcode->name)); in find_opcode_match()