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

  /src/external/gpl3/binutils/dist/opcodes/
sparc-dis.c 124 #define X_ASI(i) (((i) >> 5) & 0xff)
913 const char *name = sparc_decode_asi (X_ASI (insn));
918 (*info->fprintf_func) (stream, "(%ld)", X_ASI (insn));
957 + X_ASI (insn)));
  /src/external/gpl3/binutils.old/dist/opcodes/
sparc-dis.c 124 #define X_ASI(i) (((i) >> 5) & 0xff)
941 const char *name = sparc_decode_asi (X_ASI (insn));
946 (*info->fprintf_func) (stream, "(%ld)", X_ASI (insn));
985 + X_ASI (insn)));
  /src/external/gpl3/gdb.old/dist/opcodes/
sparc-dis.c 124 #define X_ASI(i) (((i) >> 5) & 0xff)
941 const char *name = sparc_decode_asi (X_ASI (insn));
946 (*info->fprintf_func) (stream, "(%ld)", X_ASI (insn));
985 + X_ASI (insn)));
  /src/external/gpl3/gdb/dist/opcodes/
sparc-dis.c 124 #define X_ASI(i) (((i) >> 5) & 0xff)
913 const char *name = sparc_decode_asi (X_ASI (insn));
918 (*info->fprintf_func) (stream, "(%ld)", X_ASI (insn));
957 + X_ASI (insn)));

Completed in 21 milliseconds