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

  /src/external/gpl3/binutils/dist/opcodes/
tic4x-dis.c 644 unsigned int opmask = inst->opmask >> (32 - TIC4X_HASH_SIZE); local
649 for (j = opcode; j < opmask; j++)
650 if ((j & opmask) == opcode
661 hash, and have a opmask greater than the one we use in the
665 && inst->opmask & ~(opmask << (32 - TIC4X_HASH_SIZE)))
735 if (((instruction & p->opmask) == p->opcode)
  /src/external/gpl3/binutils.old/dist/opcodes/
tic4x-dis.c 644 unsigned int opmask = inst->opmask >> (32 - TIC4X_HASH_SIZE); local
649 for (j = opcode; j < opmask; j++)
650 if ((j & opmask) == opcode
661 hash, and have a opmask greater than the one we use in the
665 && inst->opmask & ~(opmask << (32 - TIC4X_HASH_SIZE)))
735 if (((instruction & p->opmask) == p->opcode)
  /src/external/gpl3/gdb/dist/opcodes/
tic4x-dis.c 644 unsigned int opmask = inst->opmask >> (32 - TIC4X_HASH_SIZE); local
649 for (j = opcode; j < opmask; j++)
650 if ((j & opmask) == opcode
661 hash, and have a opmask greater than the one we use in the
665 && inst->opmask & ~(opmask << (32 - TIC4X_HASH_SIZE)))
735 if (((instruction & p->opmask) == p->opcode)
  /src/external/gpl3/gdb.old/dist/opcodes/
tic4x-dis.c 644 unsigned int opmask = inst->opmask >> (32 - TIC4X_HASH_SIZE); local
649 for (j = opcode; j < opmask; j++)
650 if ((j & opmask) == opcode
661 hash, and have a opmask greater than the one we use in the
665 && inst->opmask & ~(opmask << (32 - TIC4X_HASH_SIZE)))
735 if (((instruction & p->opmask) == p->opcode)
  /src/lib/libpuffs/
puffs.c 68 opmask[PUFFS_VN_##upper] = 1; \
73 uint8_t *opmask = pa->pa_vnopmask; local
75 memset(opmask, 0, sizeof(pa->pa_vnopmask));
  /src/external/bsd/pcc/dist/pcc/arch/vax/
local2.c 77 struct hoptab { int opmask; char * opstring; } ioptab[] = { member in struct:hoptab
95 for( q = ioptab; q->opmask>=0; ++q ){
96 if( q->opmask == o ){
  /src/external/gpl3/binutils/dist/gas/
cgen.c 762 unsigned long opmask = len == 0 ? 0 : (1UL << (len - 1) << 1) - 1; local
786 /* Want to know if mask covers more bits than opmask.
787 this is the same as asking if mask has any bits not in opmask,
788 or whether (mask & ~opmask) is nonzero. */
789 if (mask && (mask & ~opmask))
792 printf ("overflow: (mask = %8.8x, ~opmask = %8.8x, AND = %8.8x)\n",
793 mask, ~opmask, (mask & ~opmask));
  /src/external/gpl3/binutils.old/dist/gas/
cgen.c 760 unsigned long opmask = len == 0 ? 0 : (1UL << (len - 1) << 1) - 1; local
784 /* Want to know if mask covers more bits than opmask.
785 this is the same as asking if mask has any bits not in opmask,
786 or whether (mask & ~opmask) is nonzero. */
787 if (mask && (mask & ~opmask))
790 printf ("overflow: (mask = %8.8x, ~opmask = %8.8x, AND = %8.8x)\n",
791 mask, ~opmask, (mask & ~opmask));
  /src/external/gpl3/binutils/dist/include/opcode/
tic4x.h 230 unsigned long opmask; member in struct:tic4x_inst
  /src/external/gpl3/binutils.old/dist/include/opcode/
tic4x.h 230 unsigned long opmask; member in struct:tic4x_inst
  /src/external/gpl3/gdb/dist/include/opcode/
tic4x.h 230 unsigned long opmask; member in struct:tic4x_inst
  /src/external/gpl3/gdb.old/dist/include/opcode/
tic4x.h 230 unsigned long opmask; member in struct:tic4x_inst
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 7145 tree op0, opmask; local
7151 opmask = ops[0];
7177 opmask, &vec_opmask);
  /src/external/public-domain/sqlite/dist/
shell.c 12296 const int opmask = local
12316 && (pCons->op & opmask)

Completed in 74 milliseconds