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

  /src/external/gpl3/binutils/dist/opcodes/
cr16-dis.c 65 typedef enum REG_ARG_TYPE
72 REG_ARG_TYPE;
crx-dis.c 69 typedef enum REG_ARG_TYPE
80 REG_ARG_TYPE;
227 getregliststring (int mask, char *string, enum REG_ARG_TYPE core_cop)
519 REG_ARG_TYPE reg_arg_type = IS_INSN_TYPE (COP_REG_INS) ? local
524 if ((reg_arg_type == COP_ARG) || (reg_arg_type == COPS_ARG))
529 getregliststring (a->constant, string, reg_arg_type);
537 getregliststring (a->constant, string, reg_arg_type);
  /src/external/gpl3/binutils.old/dist/opcodes/
cr16-dis.c 65 typedef enum REG_ARG_TYPE
72 REG_ARG_TYPE;
crx-dis.c 69 typedef enum REG_ARG_TYPE
80 REG_ARG_TYPE;
227 getregliststring (int mask, char *string, enum REG_ARG_TYPE core_cop)
519 REG_ARG_TYPE reg_arg_type = IS_INSN_TYPE (COP_REG_INS) ? local
524 if ((reg_arg_type == COP_ARG) || (reg_arg_type == COPS_ARG))
529 getregliststring (a->constant, string, reg_arg_type);
537 getregliststring (a->constant, string, reg_arg_type);
  /src/external/gpl3/gdb/dist/opcodes/
cr16-dis.c 65 typedef enum REG_ARG_TYPE
72 REG_ARG_TYPE;
crx-dis.c 69 typedef enum REG_ARG_TYPE
80 REG_ARG_TYPE;
227 getregliststring (int mask, char *string, enum REG_ARG_TYPE core_cop)
519 REG_ARG_TYPE reg_arg_type = IS_INSN_TYPE (COP_REG_INS) ? local
524 if ((reg_arg_type == COP_ARG) || (reg_arg_type == COPS_ARG))
529 getregliststring (a->constant, string, reg_arg_type);
537 getregliststring (a->constant, string, reg_arg_type);
  /src/external/gpl3/gdb.old/dist/opcodes/
cr16-dis.c 65 typedef enum REG_ARG_TYPE
72 REG_ARG_TYPE;
crx-dis.c 69 typedef enum REG_ARG_TYPE
80 REG_ARG_TYPE;
227 getregliststring (int mask, char *string, enum REG_ARG_TYPE core_cop)
519 REG_ARG_TYPE reg_arg_type = IS_INSN_TYPE (COP_REG_INS) ? local
524 if ((reg_arg_type == COP_ARG) || (reg_arg_type == COPS_ARG))
529 getregliststring (a->constant, string, reg_arg_type);
537 getregliststring (a->constant, string, reg_arg_type);

Completed in 31 milliseconds