Home
last modified time | relevance | path

Searched refs:nextword (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68k.c1402 int tmpreg = 0, baseo = 0, outro = 0, nextword; in m68k_ip() local
2508 nextword = get_num (&opP->disp, 90); in m68k_ip()
2510 nextword = get_num (&opP->disp, 0); in m68k_ip()
2516 if (!isbyte (nextword)) in m68k_ip()
2518 addword (nextword); in m68k_ip()
2522 if (!isword (nextword)) in m68k_ip()
2524 addword (nextword); in m68k_ip()
2528 if (!issword (nextword)) in m68k_ip()
2530 addword (nextword); in m68k_ip()
2534 addword (nextword >> 16); in m68k_ip()
[all …]
/toolchain/binutils/binutils-2.27/bfd/doc/
Dchew.c352 static char *nextword (char *, char **);
1142 nextword (string, word) in nextword() function
1259 (void) nextword (addr (ptr, idx), &next); in perform()
1337 string = nextword (string, &word);
1342 string = nextword (string, &word);
1345 string = nextword (string, &word);
1351 string = nextword (string, &word);
1354 string = nextword (string, &word);
1385 string = nextword (string, &word);
1388 string = nextword (string, &word);
DChangeLog-9103243 (kill_bogus_lines, nextword, main): Likewise.
389 (nextword): Handle some \-sequences.