Searched refs:CGEN_DIS_HASH (Results 1 - 25 of 34) sorted by relevance

12

/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dopenrisc-opc.h31 #undef CGEN_DIS_HASH macro
32 #define CGEN_DIS_HASH(buffer, value) (((unsigned char *) (buffer))[0] >> 2) macro
H A Dm32r-opc.h32 #undef CGEN_DIS_HASH macro
35 #define CGEN_DIS_HASH(buffer, value) \
42 #define CGEN_DIS_HASH(buffer, value) m32r_cgen_dis_hash(buffer, value) macro
H A Dfr30-opc.h33 #undef CGEN_DIS_HASH macro
34 #define CGEN_DIS_HASH(buffer, value) (((unsigned char *) (buffer))[0] >> 4) macro
H A Dip2k-opc.h39 #define CGEN_DIS_HASH(buf,value) (((* (unsigned char*) (buf)) >> 5) % CGEN_DIS_HASH_SIZE) macro
H A Dxstormy16-opc.h36 #define CGEN_DIS_HASH(buf, value) 0 macro
H A Dip2k-opc.c851 #ifndef CGEN_DIS_HASH
853 #define CGEN_DIS_HASH(buf, value) (*(unsigned char *) (buf))
874 return CGEN_DIS_HASH (buf, value);
852 #define CGEN_DIS_HASH macro
H A Dopenrisc-opc.c627 #ifndef CGEN_DIS_HASH
629 #define CGEN_DIS_HASH(buf, value) (*(unsigned char *) (buf)) macro
650 return CGEN_DIS_HASH (buf, value);
H A Diq2000-opc.h36 #define CGEN_DIS_HASH(buf,value) (((* (unsigned char*) (buf)) >> 6) % CGEN_DIS_HASH_SIZE) macro
H A Dfrv-opc.h32 #undef CGEN_DIS_HASH macro
33 #define CGEN_DIS_HASH(buffer, value) (((value) >> 18) & 127) macro
H A Dfr30-opc.c1317 #ifndef CGEN_DIS_HASH
1319 #define CGEN_DIS_HASH(buf, value) (*(unsigned char *) (buf)) macro
1340 return CGEN_DIS_HASH (buf, value);
H A Dxstormy16-opc.c1121 #ifndef CGEN_DIS_HASH
1123 #define CGEN_DIS_HASH(buf, value) (*(unsigned char *) (buf)) macro
1144 return CGEN_DIS_HASH (buf, value);
H A Dm32r-opc.c1755 #ifndef CGEN_DIS_HASH
1757 #define CGEN_DIS_HASH(buf, value) (*(unsigned char *) (buf)) macro
1778 return CGEN_DIS_HASH (buf, value);
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dopenrisc-opc.h31 #undef CGEN_DIS_HASH macro
32 #define CGEN_DIS_HASH(buffer, value) (((unsigned char *) (buffer))[0] >> 2) macro
H A Dm32r-opc.h32 #undef CGEN_DIS_HASH macro
35 #define CGEN_DIS_HASH(buffer, value) \
42 #define CGEN_DIS_HASH(buffer, value) m32r_cgen_dis_hash (buffer, value) macro
H A Dfr30-opc.h33 #undef CGEN_DIS_HASH macro
34 #define CGEN_DIS_HASH(buffer, value) (((unsigned char *) (buffer))[0] >> 4) macro
H A Dip2k-opc.h39 #define CGEN_DIS_HASH(buf, value) \ macro
H A Dmt-opc.h39 #define CGEN_DIS_HASH(buf, value) (((* (unsigned char *) (buf)) >> 5) % CGEN_DIS_HASH_SIZE) macro
H A Dxstormy16-opc.h36 #define CGEN_DIS_HASH(buf, value) 0 macro
H A Dip2k-opc.c849 #ifndef CGEN_DIS_HASH
851 #define CGEN_DIS_HASH(buf, value) (*(unsigned char *) (buf))
872 return CGEN_DIS_HASH (buf, value);
850 #define CGEN_DIS_HASH macro
H A Dopenrisc-opc.c627 #ifndef CGEN_DIS_HASH
629 #define CGEN_DIS_HASH(buf, value) (*(unsigned char *) (buf)) macro
650 return CGEN_DIS_HASH (buf, value);
H A Diq2000-opc.h36 #define CGEN_DIS_HASH(buf,value) (((* (unsigned char*) (buf)) >> 6) % CGEN_DIS_HASH_SIZE) macro
H A Dxc16x-opc.h31 #define CGEN_DIS_HASH(buf,value) (((* (unsigned char*) (buf)) >> 3) % CGEN_DIS_HASH_SIZE) macro
H A Dfrv-opc.h32 #undef CGEN_DIS_HASH macro
33 #define CGEN_DIS_HASH(buffer, value) (((value) >> 18) & 127) macro
H A Dfr30-opc.c1317 #ifndef CGEN_DIS_HASH
1319 #define CGEN_DIS_HASH(buf, value) (*(unsigned char *) (buf)) macro
1340 return CGEN_DIS_HASH (buf, value);
H A Dxstormy16-opc.c1121 #ifndef CGEN_DIS_HASH
1123 #define CGEN_DIS_HASH(buf, value) (*(unsigned char *) (buf)) macro
1144 return CGEN_DIS_HASH (buf, value);

Completed in 319 milliseconds

12