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

1 2 3

  /src/external/bsd/atf/dist/atf-c++/detail/
fs.hpp 226 static const int reg_type; member in class:atf::fs::file_info
fs_test.cpp 315 ATF_REQUIRE(fi.get_type() == file_info::reg_type);
365 ATF_REQUIRE(fi.get_type() == file_info::reg_type);
  /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/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/binutils/dist/gas/config/
tc-i386-intel.c 337 if ((i386_regtab[reg_num].reg_type.bitfield.class == SReg
340 && i386_regtab[reg_num].reg_type.bitfield.class == ClassNone))
348 && (i386_regtab[reg_num].reg_type.bitfield.xmmword
349 || i386_regtab[reg_num].reg_type.bitfield.ymmword
350 || i386_regtab[reg_num].reg_type.bitfield.zmmword
360 || i386_regtab[reg_num].reg_type.bitfield.baseindex
519 || intel_state.index->reg_type.bitfield.word)
1004 temp = i.op[this_operand].regs->reg_type;
1087 && intel_state.base->reg_type.bitfield.word
1088 && intel_state.index->reg_type.bitfield.wor
    [all...]
tc-aarch64.c 308 MULTI_REG_TYPE(R64_SP, REG_TYPE(R_64) | REG_TYPE(SP_64)) \
310 MULTI_REG_TYPE(SVE_BASE, REG_TYPE(R_64) | REG_TYPE(SP_64) \
311 | REG_TYPE(Z)) \
313 MULTI_REG_TYPE(R_ZR, REG_TYPE(R_32) | REG_TYPE(R_64) \
314 | REG_TYPE(ZR_32) | REG_TYPE(ZR_64)) \
316 MULTI_REG_TYPE(SVE_OFFSET, REG_TYPE(R_32) | REG_TYPE(R_64)
6760 aarch64_reg_type reg_type; local
    [all...]
tc-i386.c 3671 switch (regtab->reg_type.bitfield.class)
3674 if (regtab->reg_type.bitfield.dword)
3676 if (regtab->reg_type.bitfield.instance == Accum)
3684 if (regtab->reg_type.bitfield.instance != Accum)
5050 if (!i.op[1].regs->reg_type.bitfield.word)
5065 && i.op[1].regs->reg_type.bitfield.word)
5068 if (!i.op[1].regs->reg_type.bitfield.qword
5073 if (!i.op[1].regs->reg_type.bitfield.word)
5097 ? i.op[1].regs->reg_type.bitfield.dword
5098 : i.op[1].regs->reg_type.bitfield.word))
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386-intel.c 337 if ((i386_regtab[reg_num].reg_type.bitfield.class == SReg
340 && i386_regtab[reg_num].reg_type.bitfield.class == ClassNone))
348 && (i386_regtab[reg_num].reg_type.bitfield.xmmword
349 || i386_regtab[reg_num].reg_type.bitfield.ymmword
350 || i386_regtab[reg_num].reg_type.bitfield.zmmword
360 || i386_regtab[reg_num].reg_type.bitfield.baseindex
519 || intel_state.index->reg_type.bitfield.word)
1004 temp = i.op[this_operand].regs->reg_type;
1087 && intel_state.base->reg_type.bitfield.word
1088 && intel_state.index->reg_type.bitfield.wor
    [all...]
tc-aarch64.c 308 MULTI_REG_TYPE(R64_SP, REG_TYPE(R_64) | REG_TYPE(SP_64)) \
310 MULTI_REG_TYPE(SVE_BASE, REG_TYPE(R_64) | REG_TYPE(SP_64) \
311 | REG_TYPE(Z)) \
313 MULTI_REG_TYPE(R_ZR, REG_TYPE(R_32) | REG_TYPE(R_64) \
314 | REG_TYPE(ZR_32) | REG_TYPE(ZR_64)) \
316 MULTI_REG_TYPE(SVE_OFFSET, REG_TYPE(R_32) | REG_TYPE(R_64)
6723 aarch64_reg_type reg_type; local
    [all...]
tc-i386.c 3617 switch (regtab->reg_type.bitfield.class)
3620 if (regtab->reg_type.bitfield.dword)
3622 if (regtab->reg_type.bitfield.instance == Accum)
3630 if (regtab->reg_type.bitfield.instance != Accum)
4981 if (!i.op[1].regs->reg_type.bitfield.word)
4996 && i.op[1].regs->reg_type.bitfield.word)
4999 if (!i.op[1].regs->reg_type.bitfield.qword
5004 if (!i.op[1].regs->reg_type.bitfield.word)
5028 ? i.op[1].regs->reg_type.bitfield.dword
5029 : i.op[1].regs->reg_type.bitfield.word))
    [all...]
  /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/gpl3/gdb.old/dist/gdb/
rs6000-lynx178-tdep.c 110 struct type *reg_type = register_type (gdbarch, fp_regnum); local
115 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);
  /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...]
  /src/external/gpl3/gcc.old/dist/gcc/config/visium/
visium.cc 3500 enum reg_type { general, mdb, mdc, floating, last_type}; enum
3655 enum reg_type reg_type = GET_REG_TYPE (regno); local
3656 int mask_bit = 1 << (regno - first_regno[reg_type]);
3657 int nbytes = reg_type_size[reg_type];
3664 mask[reg_type] |= mask_bit;
3672 enum reg_type reg_type = GET_REG_TYPE (regno); local
3673 int mask_bit = 1 << (regno - first_regno[reg_type]);
3674 int nbytes = reg_type_size[reg_type];
3735 enum reg_type reg_type = GET_REG_TYPE (regno); local
3772 enum reg_type reg_type = GET_REG_TYPE (regno); local
4005 enum reg_type reg_type = GET_REG_TYPE (regno); local
    [all...]
  /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);

Completed in 93 milliseconds

1 2 3