HomeSort by: relevance | last modified time | path
    Searched defs:reg_type (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/external/bsd/atf/dist/atf-c++/detail/
fs.hpp 226 static const int reg_type; member in class:atf::fs::file_info
fs.cpp 295 const int impl::file_info::reg_type = atf_fs_stat_reg_type; member in class:impl::file_info
  /src/external/bsd/atf/dist/tools/
fs.hpp 199 static const int reg_type; member in class:tools::fs::file_info
fs.cpp 417 const int impl::file_info::reg_type = 6; member in class:impl::file_info
435 case S_IFREG: m_type = reg_type; break;
  /src/external/gpl3/gdb.old/dist/gdb/
rs6000-lynx178-tdep.c 110 struct type *reg_type = register_type (gdbarch, fp_regnum); local
115 reg_type);
rs6000-aix-tdep.c 577 struct type *reg_type = register_type (gdbarch, fp_regnum); local
582 reg_type);
  /src/external/gpl3/gdb/dist/gdb/
rs6000-lynx178-tdep.c 110 struct type *reg_type = register_type (gdbarch, fp_regnum); local
115 reg_type);
rs6000-aix-tdep.c 578 struct type *reg_type = register_type (gdbarch, fp_regnum); local
583 reg_type);
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
advertising_proxy_services.h 53 RCHAR *NULLABLE reg_type; member in struct:advertising_proxy_instance
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-object-load.c 557 struct type *reg_type local
559 ULONGEST reg_size = reg_type->length ();
572 if (reg_type->code () != TYPE_CODE_INT
573 && reg_type->code () != TYPE_CODE_PTR)
575 reg_type->code ());
579 regval = value_from_register (reg_type, regnum, get_current_frame ());
  /src/external/gpl3/gdb/dist/gdb/compile/
compile-object-load.c 558 struct type *reg_type local
560 ULONGEST reg_size = reg_type->length ();
573 if (reg_type->code () != TYPE_CODE_INT
574 && reg_type->code () != TYPE_CODE_PTR)
576 reg_type->code ());
580 regval = value_from_register (reg_type, regnum, get_current_frame ());
  /src/external/apache2/mDNSResponder/dist/Clients/srputil/
srputil.c 205 const char *instance_name, *service_type, *reg_type; local
212 reg_type = "";
217 reg_type = host->instances[i].reg_type;
259 reg_type, host->removed ? "invalid" : "valid", ula);
  /src/external/gpl3/binutils/dist/opcodes/
i386-gen.c 2129 char *reg_name, *reg_type, *reg_flags, *reg_num; local
2175 /* Find reg_type. */
2176 reg_type = next_field (str, ',', &str, last);
2186 process_i386_operand_type (table, reg_type, stage_registers, "\t",
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-gen.c 2109 char *reg_name, *reg_type, *reg_flags, *reg_num; local
2155 /* Find reg_type. */
2156 reg_type = next_field (str, ',', &str, last);
2166 process_i386_operand_type (table, reg_type, stage_registers, "\t",
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-gen.c 2065 char *reg_name, *reg_type, *reg_flags, *reg_num; local
2111 /* Find reg_type. */
2112 reg_type = next_field (str, ',', &str, last);
2122 process_i386_operand_type (table, reg_type, stage_registers, "\t",
  /src/external/gpl3/gdb/dist/opcodes/
i386-gen.c 2095 char *reg_name, *reg_type, *reg_flags, *reg_num; local
2141 /* Find reg_type. */
2142 reg_type = next_field (str, ',', &str, last);
2152 process_i386_operand_type (table, reg_type, stage_registers, "\t",
  /src/external/gpl3/binutils/dist/include/opcode/
cr16.h 78 reg_type; typedef in typeref:enum:__anon10625
360 reg_type type;
crx.h 89 reg_type; typedef in typeref:enum:__anon10638
357 reg_type type;
  /src/external/gpl3/binutils.old/dist/include/opcode/
cr16.h 78 reg_type; typedef in typeref:enum:__anon12089
360 reg_type type;
crx.h 89 reg_type; typedef in typeref:enum:__anon12102
357 reg_type type;
  /src/external/gpl3/gdb.old/dist/include/opcode/
cr16.h 78 reg_type; typedef in typeref:enum:__anon21477
360 reg_type type;
crx.h 89 reg_type; typedef in typeref:enum:__anon21490
357 reg_type type;
  /src/external/gpl3/gdb/dist/include/opcode/
cr16.h 78 reg_type; typedef in typeref:enum:__anon1065
360 reg_type type;
crx.h 89 reg_type; typedef in typeref:enum:__anon1078
357 reg_type type;
  /src/external/gpl3/gcc/dist/gcc/config/visium/
visium.cc 3503 enum reg_type { general, mdb, mdc, floating, last_type}; enum
3658 enum reg_type reg_type = GET_REG_TYPE (regno); local
3659 int mask_bit = 1 << (regno - first_regno[reg_type]);
3660 int nbytes = reg_type_size[reg_type];
3667 mask[reg_type] |= mask_bit;
3675 enum reg_type reg_type = GET_REG_TYPE (regno); local
3676 int mask_bit = 1 << (regno - first_regno[reg_type]);
3677 int nbytes = reg_type_size[reg_type];
3738 enum reg_type reg_type = GET_REG_TYPE (regno); local
3775 enum reg_type reg_type = GET_REG_TYPE (regno); local
4008 enum reg_type reg_type = GET_REG_TYPE (regno); local
    [all...]

Completed in 68 milliseconds

1 2