Home | History | Annotate | Download | only in config

Lines Matching defs:iP

379   { "(ip)", IPREL },
865 0101 Would seem to mean "abase-only" -- it means IP-relative.
882 char iprel_flag; /* True if this is an IP-relative operand. */
983 /* We have to specialcase ip-rel mode. */
998 /* Special-case ip-relative addressing. */
1005 memP->opcode |= 5 << 10; /* IP-relative mode. */
1452 i_scan (char *iP, /* Pointer to ascii instruction; Mucked by us. */
1457 if (*(iP) == ' ')
1458 iP++;
1460 args[0] = iP;
1461 for (; *iP != ' '; iP++)
1463 if (*iP == '\0')
1466 if (args[0] == iP)
1475 *iP++ = '\0';
1476 return (get_args (iP, args));
1518 /* The operand MUST be an ip-relative displacement. Parse it
1938 char *iP;
1942 iP = fragP->fr_opcode;
1943 instr = md_chars_to_number (iP, 4);
1954 md_number_to_chars (iP, instr, 4);
1957 md_number_to_chars (iP + 4, coj[opcode].branch | bp_bits, 4);
1961 iP + 4 - fragP->fr_literal,