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

  /toolchain/binutils/binutils-2.25/opcodes/
vax-dis.c 65 #define NEXTLONG(p) \
293 (*info->fprintf_func) (info->stream, "*0x%x", NEXTLONG (p));
319 (*info->print_address_func) (addr + 5 + NEXTLONG (p), info);
321 (*info->fprintf_func) (info->stream, "0x%x(%s)", NEXTLONG (p),
m68k-dis.c 87 #define NEXTLONG(p, val, ret_val) \
576 NEXTLONG (p, base_disp, NULL);
599 NEXTLONG (p, outer_disp, NULL);
888 NEXTLONG (p1, val, -3);
903 NEXTLONG (p, disp, -3);
910 NEXTLONG (p, disp, -3);
915 NEXTLONG (p, disp, -3);
1088 NEXTLONG (p, val, -3);
    [all...]

Completed in 137 milliseconds