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

  /toolchain/binutils/binutils-2.27/gas/config/
tc-mmix.h 70 ? (! is_part_of_name (name[1]) \
m68k-parse.y 712 while (is_part_of_name (*p) && *p != '.' && *p != ':' && *p != '*')
731 while (is_part_of_name (*p) && *p != '.' && *p != ':' && *p != '*')
tc-m68k.c     [all...]
tc-mmix.c 836 is_part_of_name (*operands);
    [all...]
tc-xgate.c 833 for (op_end = from; *op_end != 0 && is_part_of_name (*op_end);)
    [all...]
tc-cris.c     [all...]
tc-i370.c     [all...]
tc-avr.c 489 for (op_end = from; *op_end != 0 && is_part_of_name (*op_end);)
    [all...]
tc-h8300.c 390 while ((is_part_of_name (*end) && *end != '.') || *end == '\001')
    [all...]
tc-m32r.c     [all...]
tc-mn10300.c     [all...]
tc-hppa.c     [all...]
tc-tic6x.c     [all...]
tc-msp430.c 654 for (op_end = from; *op_end != 0 && is_part_of_name (*op_end);)
    [all...]
tc-aarch64.c     [all...]
tc-m68hc11.c 1108 while (is_part_of_name (*p++))
    [all...]
tc-nds32.c     [all...]
tc-ppc.c     [all...]
tc-sh.c     [all...]
tc-metag.c     [all...]
tc-mips.c     [all...]
  /toolchain/binutils/binutils-2.27/gas/
read.h 52 #define is_part_of_name(c) \ macro
macro.c 152 while (i < ptr->len && is_part_of_name (ptr->ptr[i]))
198 || ! (is_part_of_name (ptr->ptr[i + from_len])
203 || ! (is_part_of_name (ptr->ptr[i + to_len])
258 && is_part_of_name (in->ptr[idx]))
525 || ! is_part_of_name (in->ptr[idx + 1])))
1248 while (is_part_of_name (*s))
expr.c 1128 if (is_part_of_name (*input_line_pointer))
1136 if (!is_part_of_name (*input_line_pointer))
1142 && ! is_part_of_name (input_line_pointer[8]))
1144 && ! is_part_of_name (input_line_pointer[7])))
1217 if (! flag_m68k_mri || is_part_of_name (*input_line_pointer))
    [all...]

Completed in 684 milliseconds