Searched refs:wrn (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-vax.c1272 const char *wrn;
1289 err = wrn = 0;
1498 We want: len, mode, reg, ndx, err, p, q, wrn, bug.
1643 wrn = _("-(PC) unpredictable");
1645 wrn = _("[]index same as -()register: unpredictable");
1683 wrn = _("(PC)+ unpredictable");
1685 wrn = _("[]index same as ()+register: unpredictable");
1730 wrn = _("writing or modifying # is unpredictable");
1774 wrn = _("PC part of operand unpredictable");
1831 vopP->vop_warn = wrn;
1264 const char *wrn; local
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-vax.c1275 const char *wrn;
1290 err = wrn = 0;
1499 We want: len, mode, reg, ndx, err, p, q, wrn, bug.
1644 wrn = _("-(PC) unpredictable");
1646 wrn = _("[]index same as -()register: unpredictable");
1684 wrn = _("(PC)+ unpredictable");
1686 wrn = _("[]index same as ()+register: unpredictable");
1731 wrn = _("writing or modifying # is unpredictable");
1775 wrn = _("PC part of operand unpredictable");
1834 vopP->vop_warn = wrn;
1267 const char *wrn; local
[all...]
H A Dtc-arm.c10145 /* w...h wrd, wrn, #0 -> wrorh wrd, wrn, #16. */
10153 /* w...w wrd, wrn, #0 -> wrorw wrd, wrn, #32. */
10162 /* w...d wrd, wrn, #0 -> wor wrd, wrn, wrn. */
10163 unsigned long wrn;
10164 wrn = (inst.instruction >> 16) & 0xf;
10166 inst.instruction |= wrn;
10159 unsigned long wrn; local
[all...]

Completed in 189 milliseconds