Home
last modified time | relevance | path

Searched refs:CGEN_DIS_HASH_SIZE (Results 1 – 25 of 40) sorted by relevance

12

/toolchain/binutils/binutils-2.25/opcodes/
Depiphany-opc.h54 #undef CGEN_DIS_HASH_SIZE
58 #define CGEN_DIS_HASH_SIZE 16 macro
62 #define CGEN_DIS_HASH_SIZE 1 macro
Dip2k-opc.h38 #define CGEN_DIS_HASH_SIZE 8 macro
40 (((* (unsigned char*) (buf)) >> 5) % CGEN_DIS_HASH_SIZE)
Dor1k-opc.h30 #undef CGEN_DIS_HASH_SIZE
31 #define CGEN_DIS_HASH_SIZE 256 macro
Dmt-opc.h38 #define CGEN_DIS_HASH_SIZE 8 macro
39 #define CGEN_DIS_HASH(buf, value) (((* (unsigned char *) (buf)) >> 5) % CGEN_DIS_HASH_SIZE)
Dm32r-opc.h30 #undef CGEN_DIS_HASH_SIZE
31 #define CGEN_DIS_HASH_SIZE 256 macro
Dfr30-opc.h31 #undef CGEN_DIS_HASH_SIZE
32 #define CGEN_DIS_HASH_SIZE 16 macro
Diq2000-opc.h35 #define CGEN_DIS_HASH_SIZE 8 macro
36 #define CGEN_DIS_HASH(buf,value) (((* (unsigned char*) (buf)) >> 6) % CGEN_DIS_HASH_SIZE)
Dxc16x-opc.h30 #define CGEN_DIS_HASH_SIZE 8 macro
31 #define CGEN_DIS_HASH(buf,value) (((* (unsigned char*) (buf)) >> 3) % CGEN_DIS_HASH_SIZE)
Dlm32-opc.h33 #define CGEN_DIS_HASH_SIZE 64 macro
Dxstormy16-opc.h35 #define CGEN_DIS_HASH_SIZE 1 macro
Dip2k-opc.c825 #define CGEN_DIS_HASH_SIZE 256 macro
902 cd->dis_hash_size = CGEN_DIS_HASH_SIZE; in ip2k_cgen_init_opcode_table()
Dfrv-opc.h30 #undef CGEN_DIS_HASH_SIZE
31 #define CGEN_DIS_HASH_SIZE 128 macro
Dlm32-opc.c777 #define CGEN_DIS_HASH_SIZE 256 macro
854 cd->dis_hash_size = CGEN_DIS_HASH_SIZE; in lm32_cgen_init_opcode_table()
Dmep-opc.h30 #undef CGEN_DIS_HASH_SIZE
31 #define CGEN_DIS_HASH_SIZE 1 macro
Dor1k-opc.c1003 #define CGEN_DIS_HASH_SIZE 256 macro
1080 cd->dis_hash_size = CGEN_DIS_HASH_SIZE; in or1k_cgen_init_opcode_table()
Dxstormy16-opc.c1098 #define CGEN_DIS_HASH_SIZE 256 macro
1175 cd->dis_hash_size = CGEN_DIS_HASH_SIZE; in xstormy16_cgen_init_opcode_table()
/toolchain/binutils/binutils-2.25/cpu/
Dsh.opc48 #define CGEN_DIS_HASH_SIZE 8
49 #define CGEN_DIS_HASH(buf,value) (((* (unsigned char*) (buf)) >> 6) % CGEN_DIS_HASH_SIZE)
Depiphany.opc59 #undef CGEN_DIS_HASH_SIZE
63 #define CGEN_DIS_HASH_SIZE 16
67 #define CGEN_DIS_HASH_SIZE 1
Dfr30.opc41 #undef CGEN_DIS_HASH_SIZE
42 #define CGEN_DIS_HASH_SIZE 16
Dxc16x.opc43 #define CGEN_DIS_HASH_SIZE 8
44 #define CGEN_DIS_HASH(buf,value) (((* (unsigned char*) (buf)) >> 3) % CGEN_DIS_HASH_SIZE)
Diq2000.opc46 #define CGEN_DIS_HASH_SIZE 8
47 #define CGEN_DIS_HASH(buf,value) (((* (unsigned char*) (buf)) >> 6) % CGEN_DIS_HASH_SIZE)
Dm32r.opc44 #undef CGEN_DIS_HASH_SIZE
45 #define CGEN_DIS_HASH_SIZE 256
Dor1k.opc38 #undef CGEN_DIS_HASH_SIZE
39 #define CGEN_DIS_HASH_SIZE 256
Dmt.opc43 #define CGEN_DIS_HASH_SIZE 8
44 #define CGEN_DIS_HASH(buf, value) (((* (unsigned char *) (buf)) >> 5) % CGEN_DIS_HASH_SIZE)
Dlm32.opc27 #define CGEN_DIS_HASH_SIZE 64

12