Searched refs:opmask (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dtic4x-dis.c642 int opmask = inst->opmask >> (32 - TIC4X_HASH_SIZE); local
647 for (j = opcode; j < opmask; j++)
648 if ((j & opmask) == opcode
659 hash, and have a opmask greater than the one we use in the
663 && inst->opmask & ~(opmask << (32 - TIC4X_HASH_SIZE)))
725 if (((instruction & p->opmask) == p->opcode)
H A Dm88k-dis.c699 int opmask;
709 opmask = DEFMASK;
714 opmask = CTRLMASK;
716 opmask = SFUMASK;
719 opmask = RRRMASK;
721 opmask = RRI10MASK;
724 opcode = instruction & opmask;
698 int opmask; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dtic4x-dis.c642 int opmask = inst->opmask >> (32 - TIC4X_HASH_SIZE); local
647 for (j = opcode; j < opmask; j++)
648 if ((j & opmask) == opcode
659 hash, and have a opmask greater than the one we use in the
663 && inst->opmask & ~(opmask << (32 - TIC4X_HASH_SIZE)))
725 if (((instruction & p->opmask) == p->opcode)
H A Dm88k-dis.c699 int opmask;
709 opmask = DEFMASK;
714 opmask = CTRLMASK;
716 opmask = SFUMASK;
719 opmask = RRRMASK;
721 opmask = RRI10MASK;
724 opcode = instruction & opmask;
698 int opmask; local
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dcgen.c789 unsigned long opmask = (((1L << (len - 1)) - 1) << 1) | 1; local
813 /* Want to know if mask covers more bits than opmask.
814 this is the same as asking if mask has any bits not in opmask,
815 or whether (mask & ~opmask) is nonzero. */
816 if (mask && (mask & ~opmask))
819 printf ("overflow: (mask = %8.8x, ~opmask = %8.8x, AND = %8.8x)\n",
820 mask, ~opmask, (mask & ~opmask));
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/vax/
H A Dlocal2.c68 struct hoptab { int opmask; char * opstring; } ioptab[] = { member in struct:hoptab
86 for( q = ioptab; q->opmask>=0; ++q ){
87 if( q->opmask == o ){
/netbsd-6-1-5-RELEASE/lib/libpuffs/
H A Dpuffs.c68 opmask[PUFFS_VN_##upper] = 1; \
73 uint8_t *opmask = pa->pa_vnopmask; local
75 memset(opmask, 0, sizeof(pa->pa_vnopmask));
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/opcode/
H A Dtic4x.h228 unsigned long opmask; member in struct:tic4x_inst
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/opcode/
H A Dtic4x.h228 unsigned long opmask; member in struct:tic4x_inst
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-tic4x.c1262 insts[iindex].opmask = 0xffffffff;

Completed in 120 milliseconds