HomeSort by: relevance | last modified time | path
    Searched defs:NEXTLONG (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
vax-dis.c 65 #define NEXTLONG(p) \
303 (*info->fprintf_func) (info->stream, "*0x%x", NEXTLONG (p));
332 (*info->print_address_func) (addr + 5 + NEXTLONG (p), info);
334 (*info->fprintf_func) (info->stream, "0x%x(%s)", NEXTLONG (p),
m68k-dis.c 101 #define NEXTLONG(p, val, ret_val) \
604 NEXTLONG (p, base_disp, NULL);
630 NEXTLONG (p, outer_disp, NULL);
961 NEXTLONG (p1, val, PRINT_INSN_ARG_MEMORY_ERROR);
977 NEXTLONG (p, disp, PRINT_INSN_ARG_MEMORY_ERROR);
984 NEXTLONG (p, disp, PRINT_INSN_ARG_MEMORY_ERROR);
989 NEXTLONG (p, disp, PRINT_INSN_ARG_MEMORY_ERROR);
1190 NEXTLONG (p, val, PRINT_INSN_ARG_MEMORY_ERROR);
  /src/external/gpl3/binutils.old/dist/opcodes/
vax-dis.c 65 #define NEXTLONG(p) \
303 (*info->fprintf_func) (info->stream, "*0x%x", NEXTLONG (p));
332 (*info->print_address_func) (addr + 5 + NEXTLONG (p), info);
334 (*info->fprintf_func) (info->stream, "0x%x(%s)", NEXTLONG (p),
m68k-dis.c 101 #define NEXTLONG(p, val, ret_val) \
604 NEXTLONG (p, base_disp, NULL);
630 NEXTLONG (p, outer_disp, NULL);
961 NEXTLONG (p1, val, PRINT_INSN_ARG_MEMORY_ERROR);
977 NEXTLONG (p, disp, PRINT_INSN_ARG_MEMORY_ERROR);
984 NEXTLONG (p, disp, PRINT_INSN_ARG_MEMORY_ERROR);
989 NEXTLONG (p, disp, PRINT_INSN_ARG_MEMORY_ERROR);
1190 NEXTLONG (p, val, PRINT_INSN_ARG_MEMORY_ERROR);
  /src/external/gpl3/gdb/dist/opcodes/
vax-dis.c 65 #define NEXTLONG(p) \
303 (*info->fprintf_func) (info->stream, "*0x%x", NEXTLONG (p));
332 (*info->print_address_func) (addr + 5 + NEXTLONG (p), info);
334 (*info->fprintf_func) (info->stream, "0x%x(%s)", NEXTLONG (p),
m68k-dis.c 101 #define NEXTLONG(p, val, ret_val) \
604 NEXTLONG (p, base_disp, NULL);
630 NEXTLONG (p, outer_disp, NULL);
961 NEXTLONG (p1, val, PRINT_INSN_ARG_MEMORY_ERROR);
977 NEXTLONG (p, disp, PRINT_INSN_ARG_MEMORY_ERROR);
984 NEXTLONG (p, disp, PRINT_INSN_ARG_MEMORY_ERROR);
989 NEXTLONG (p, disp, PRINT_INSN_ARG_MEMORY_ERROR);
1190 NEXTLONG (p, val, PRINT_INSN_ARG_MEMORY_ERROR);
  /src/external/gpl3/gdb.old/dist/opcodes/
vax-dis.c 65 #define NEXTLONG(p) \
303 (*info->fprintf_func) (info->stream, "*0x%x", NEXTLONG (p));
332 (*info->print_address_func) (addr + 5 + NEXTLONG (p), info);
334 (*info->fprintf_func) (info->stream, "0x%x(%s)", NEXTLONG (p),
m68k-dis.c 101 #define NEXTLONG(p, val, ret_val) \
604 NEXTLONG (p, base_disp, NULL);
630 NEXTLONG (p, outer_disp, NULL);
961 NEXTLONG (p1, val, PRINT_INSN_ARG_MEMORY_ERROR);
977 NEXTLONG (p, disp, PRINT_INSN_ARG_MEMORY_ERROR);
984 NEXTLONG (p, disp, PRINT_INSN_ARG_MEMORY_ERROR);
989 NEXTLONG (p, disp, PRINT_INSN_ARG_MEMORY_ERROR);
1188 NEXTLONG (p, val, PRINT_INSN_ARG_MEMORY_ERROR);

Completed in 33 milliseconds