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

  /src/external/gpl3/binutils/dist/gas/config/
tc-vax.c 1373 const char *wrn;
1388 err = wrn = 0;
1597 We want: len, mode, reg, ndx, err, p, q, wrn, bug.
1742 wrn = _("-(PC) unpredictable");
1744 wrn = _("[]index same as -()register: unpredictable");
1782 wrn = _("(PC)+ unpredictable");
1784 wrn = _("[]index same as ()+register: unpredictable");
1829 wrn = _("writing or modifying # is unpredictable");
1873 wrn = _("PC part of operand unpredictable");
1932 vopP->vop_warn = wrn;
1365 const char *wrn; local
    [all...]
tc-arm.c 11024 /* w...h wrd, wrn, #0 -> wrorh wrd, wrn, #16. */
11032 /* w...w wrd, wrn, #0 -> wrorw wrd, wrn, #32. */
11041 /* w...d wrd, wrn, #0 -> wor wrd, wrn, wrn. */
11042 unsigned long wrn;
11043 wrn = (inst.instruction >> 16) & 0xf;
11045 inst.instruction |= wrn;
11040 unsigned long wrn; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-vax.c 1373 const char *wrn;
1388 err = wrn = 0;
1597 We want: len, mode, reg, ndx, err, p, q, wrn, bug.
1742 wrn = _("-(PC) unpredictable");
1744 wrn = _("[]index same as -()register: unpredictable");
1782 wrn = _("(PC)+ unpredictable");
1784 wrn = _("[]index same as ()+register: unpredictable");
1829 wrn = _("writing or modifying # is unpredictable");
1873 wrn = _("PC part of operand unpredictable");
1932 vopP->vop_warn = wrn;
1365 const char *wrn; local
    [all...]
tc-arm.c 11027 /* w...h wrd, wrn, #0 -> wrorh wrd, wrn, #16. */
11035 /* w...w wrd, wrn, #0 -> wrorw wrd, wrn, #32. */
11044 /* w...d wrd, wrn, #0 -> wor wrd, wrn, wrn. */
11045 unsigned long wrn;
11046 wrn = (inst.instruction >> 16) & 0xf;
11048 inst.instruction |= wrn;
11043 unsigned long wrn; local
    [all...]

Completed in 49 milliseconds