HomeSort by relevance Sort by last modified time
    Searched refs:NEXTWORD (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
m68k-dis.c 74 #define NEXTWORD(p, val, ret_val) \
535 NEXTWORD (p, word, NULL);
573 NEXTWORD (p, base_disp, NULL);
596 NEXTWORD (p, outer_disp, NULL);
886 NEXTWORD (p1, val, -3);
901 NEXTWORD (p, disp, -3);
908 NEXTWORD (p, disp, -3);
917 NEXTWORD (p, disp, -3);
929 NEXTWORD (p, val, -3);
1037 NEXTWORD (p, val, -3)
    [all...]
vax-dis.c 59 #define NEXTWORD(p) \
310 (*info->print_address_func) (addr + 3 + NEXTWORD (p), info);
312 (*info->fprintf_func) (info->stream, "0x%x(%s)", NEXTWORD (p),
364 (*info->print_address_func) (addr + 2 + NEXTWORD (p), info);

Completed in 236 milliseconds