HomeSort by relevance Sort by last modified time
    Searched refs:opmask (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
tic4x-dis.c 643 int opmask = inst->opmask >> (32 - TIC4X_HASH_SIZE); local
648 for (j = opcode; j < opmask; j++)
649 if ((j & opmask) == opcode
660 hash, and have a opmask greater than the one we use in the
664 && inst->opmask & ~(opmask << (32 - TIC4X_HASH_SIZE)))
726 if (((instruction & p->opmask) == p->opcode)
m88k-dis.c 697 int opmask; local
    [all...]
  /external/boringssl/src/crypto/perlasm/
x86_64-xlate.pl 236 $self->{opmask} = $4;
292 $self->{opmask};
295 $self->{base},$self->{opmask};
309 $self->{opmask} =~ s/%(k[0-7])/$1/;
316 $self->{opmask};
322 $self->{base},$self->{opmask};
338 $self->{opmask} = $3;
364 $self->{opmask}; }
365 else { $self->{opmask} =~ s/%(k[0-7])/$1/;
366 $self->{value}.$self->{opmask}; }
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
cgen.c 789 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));
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
tic4x.h 228 unsigned long opmask; member in struct:tic4x_inst
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic4x.c     [all...]

Completed in 5450 milliseconds