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

  /src/external/gpl3/binutils/dist/opcodes/
tilegx-opc.c 8050 unsigned short bitspec = table[i]; local
8052 ((unsigned int)(bits >> (bitspec & 63))) & (bitspec >> 6);
tilepro-opc.c 10168 unsigned short bitspec = table[i]; local
10170 ((unsigned int) (bits >> (bitspec & 63))) & (bitspec >> 6);
  /src/external/gpl3/binutils.old/dist/opcodes/
tilegx-opc.c 8050 unsigned short bitspec = table[i]; local
8052 ((unsigned int)(bits >> (bitspec & 63))) & (bitspec >> 6);
tilepro-opc.c 10168 unsigned short bitspec = table[i]; local
10170 ((unsigned int) (bits >> (bitspec & 63))) & (bitspec >> 6);
  /src/external/gpl3/gdb/dist/opcodes/
tilegx-opc.c 8050 unsigned short bitspec = table[i]; local
8052 ((unsigned int)(bits >> (bitspec & 63))) & (bitspec >> 6);
tilepro-opc.c 10168 unsigned short bitspec = table[i]; local
10170 ((unsigned int) (bits >> (bitspec & 63))) & (bitspec >> 6);
  /src/external/gpl3/gdb.old/dist/opcodes/
tilegx-opc.c 8050 unsigned short bitspec = table[i]; local
8052 ((unsigned int)(bits >> (bitspec & 63))) & (bitspec >> 6);
tilepro-opc.c 10168 unsigned short bitspec = table[i]; local
10170 ((unsigned int) (bits >> (bitspec & 63))) & (bitspec >> 6);
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeTILEGX-encoder.c 9510 unsigned short bitspec = table[index]; local
9512 ((unsigned int)(bits >> (bitspec & 63))) & (bitspec >> 6);

Completed in 60 milliseconds