HomeSort by: relevance | last modified time | path
    Searched defs:endm (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-dlx.c 327 char rs1[7], rd[7], endm, match = '0'; local
335 endm = ')';
339 endm = ']';
347 endm = 0;
358 if (str[pb] == endm || pb < (idx - 5))
443 char rs1[7], rd[7], endm, match = '0'; local
452 endm = ')';
456 endm = ']';
464 endm = 0;
472 if (pb < (idx - 5) || str[pb] == endm)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-dlx.c 327 char rs1[7], rd[7], endm, match = '0'; local
335 endm = ')';
339 endm = ']';
347 endm = 0;
358 if (str[pb] == endm || pb < (idx - 5))
443 char rs1[7], rd[7], endm, match = '0'; local
452 endm = ')';
456 endm = ']';
464 endm = 0;
472 if (pb < (idx - 5) || str[pb] == endm)
    [all...]

Completed in 25 milliseconds