HomeSort by relevance Sort by last modified time
    Searched refs:op_start (Results 1 - 11 of 11) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-pj.c 228 char *op_start; local
243 op_start = str;
255 opcode = (pj_opc_info_t *) hash_find (opcode_hash_control, op_start);
260 as_bad (_("unknown opcode %s"), op_start);
tc-moxie.c 156 char *op_start; local
172 op_start = str;
183 opcode = (moxie_opc_info_t *) hash_find (opcode_hash_control, op_start);
188 as_bad (_("unknown opcode %s"), op_start);
tc-z8k.c 1198 char *op_start; local
1208 for (op_start = op_end = str;
1213 if (op_end == op_start)
1221 opcode = (opcode_entry_type *) hash_find (opcode_hash_control, op_start);
    [all...]
tc-d10v.c 1407 unsigned char *op_start, *op_end; local
    [all...]
tc-mcore.c 851 char * op_start; local
868 for (op_start = op_end = str;
872 name[nlen] = op_start[nlen];
    [all...]
tc-h8300.c 1921 char *op_start; local
    [all...]
tc-d30v.c 1289 char *op_start; local
    [all...]
tc-microblaze.c 887 char * op_start; local
907 for (op_start = op_end = str;
911 name[nlen] = op_start[nlen];
    [all...]
tc-sh64.c 2444 char *op_start; local
    [all...]
tc-m68hc11.c 2818 unsigned char *op_start, *op_end; local
    [all...]
tc-sh.c 2553 unsigned char *op_start; local
    [all...]

Completed in 218 milliseconds