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

1 2 3

  /src/external/gpl3/binutils/dist/cpu/
sh.opc 49 #define CGEN_DIS_HASH_SIZE 8
50 #define CGEN_DIS_HASH(buf,value) (((* (unsigned char*) (buf)) >> 6) % CGEN_DIS_HASH_SIZE)
fr30.opc 42 #undef CGEN_DIS_HASH_SIZE
43 #define CGEN_DIS_HASH_SIZE 16
xstormy16.opc 46 #define CGEN_DIS_HASH_SIZE 1
iq2000.opc 47 #define CGEN_DIS_HASH_SIZE 8
48 #define CGEN_DIS_HASH(buf,value) (((* (unsigned char*) (buf)) >> 6) % CGEN_DIS_HASH_SIZE)
epiphany.opc 60 #undef CGEN_DIS_HASH_SIZE
64 #define CGEN_DIS_HASH_SIZE 16
68 #define CGEN_DIS_HASH_SIZE 1
  /src/external/gpl3/binutils.old/dist/cpu/
sh.opc 49 #define CGEN_DIS_HASH_SIZE 8
50 #define CGEN_DIS_HASH(buf,value) (((* (unsigned char*) (buf)) >> 6) % CGEN_DIS_HASH_SIZE)
fr30.opc 42 #undef CGEN_DIS_HASH_SIZE
43 #define CGEN_DIS_HASH_SIZE 16
xstormy16.opc 46 #define CGEN_DIS_HASH_SIZE 1
iq2000.opc 47 #define CGEN_DIS_HASH_SIZE 8
48 #define CGEN_DIS_HASH(buf,value) (((* (unsigned char*) (buf)) >> 6) % CGEN_DIS_HASH_SIZE)
epiphany.opc 60 #undef CGEN_DIS_HASH_SIZE
64 #define CGEN_DIS_HASH_SIZE 16
68 #define CGEN_DIS_HASH_SIZE 1
  /src/external/gpl3/binutils/dist/opcodes/
ip2k-opc.h 43 #define CGEN_DIS_HASH_SIZE 8
45 (((* (unsigned char*) (buf)) >> 5) % CGEN_DIS_HASH_SIZE)
epiphany-opc.h 59 #undef CGEN_DIS_HASH_SIZE
63 #define CGEN_DIS_HASH_SIZE 16
67 #define CGEN_DIS_HASH_SIZE 1
mt-opc.h 43 #define CGEN_DIS_HASH_SIZE 8
44 #define CGEN_DIS_HASH(buf, value) (((* (unsigned char *) (buf)) >> 5) % CGEN_DIS_HASH_SIZE)
or1k-opc.h 35 #undef CGEN_DIS_HASH_SIZE
36 #define CGEN_DIS_HASH_SIZE 256
fr30-opc.h 36 #undef CGEN_DIS_HASH_SIZE
37 #define CGEN_DIS_HASH_SIZE 16
m32r-opc.h 35 #undef CGEN_DIS_HASH_SIZE
36 #define CGEN_DIS_HASH_SIZE 256
lm32-opc.h 38 #define CGEN_DIS_HASH_SIZE 64
xstormy16-opc.h 40 #define CGEN_DIS_HASH_SIZE 1
  /src/external/gpl3/binutils.old/dist/opcodes/
ip2k-opc.h 43 #define CGEN_DIS_HASH_SIZE 8
45 (((* (unsigned char*) (buf)) >> 5) % CGEN_DIS_HASH_SIZE)
epiphany-opc.h 59 #undef CGEN_DIS_HASH_SIZE
63 #define CGEN_DIS_HASH_SIZE 16
67 #define CGEN_DIS_HASH_SIZE 1
mt-opc.h 43 #define CGEN_DIS_HASH_SIZE 8
44 #define CGEN_DIS_HASH(buf, value) (((* (unsigned char *) (buf)) >> 5) % CGEN_DIS_HASH_SIZE)
or1k-opc.h 35 #undef CGEN_DIS_HASH_SIZE
36 #define CGEN_DIS_HASH_SIZE 256
fr30-opc.h 36 #undef CGEN_DIS_HASH_SIZE
37 #define CGEN_DIS_HASH_SIZE 16
m32r-opc.h 35 #undef CGEN_DIS_HASH_SIZE
36 #define CGEN_DIS_HASH_SIZE 256
lm32-opc.h 38 #define CGEN_DIS_HASH_SIZE 64

Completed in 96 milliseconds

1 2 3