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

  /src/external/gpl3/gdb.old/dist/gdb/
target-descriptions.c 857 struct tdesc_arch_reg *arch_reg = tdesc_find_arch_register (gdbarch, regno);
858 struct tdesc_reg *reg = arch_reg? arch_reg->reg : NULL;
874 if (arch_reg->type == NULL)
878 arch_reg->type = make_gdb_type (gdbarch, reg->tdesc_type);
884 arch_reg->type = builtin_type (gdbarch)->builtin_float;
886 arch_reg->type = builtin_type (gdbarch)->builtin_double;
888 arch_reg->type = builtin_type (gdbarch)->builtin_long_double;
893 arch_reg->type = builtin_type (gdbarch)->builtin_double;
899 arch_reg->type = builtin_type (gdbarch)->builtin_long
856 struct tdesc_arch_reg *arch_reg = tdesc_find_arch_register (gdbarch, regno); local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
target-descriptions.c 858 struct tdesc_arch_reg *arch_reg = tdesc_find_arch_register (gdbarch, regno);
859 struct tdesc_reg *reg = arch_reg? arch_reg->reg : NULL;
875 if (arch_reg->type == NULL)
879 arch_reg->type = make_gdb_type (gdbarch, reg->tdesc_type);
885 arch_reg->type = builtin_type (gdbarch)->builtin_float;
887 arch_reg->type = builtin_type (gdbarch)->builtin_double;
889 arch_reg->type = builtin_type (gdbarch)->builtin_long_double;
894 arch_reg->type = builtin_type (gdbarch)->builtin_double;
900 arch_reg->type = builtin_type (gdbarch)->builtin_long
857 struct tdesc_arch_reg *arch_reg = tdesc_find_arch_register (gdbarch, regno); local
    [all...]

Completed in 70 milliseconds