/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | openrisc-opc.c | 629 #define CGEN_DIS_HASH(buf, value) (*(unsigned char *) (buf)) macro
|
H A D | ip2k-opc.c | 850 #define CGEN_DIS_HASH(buf, value) (*(unsigned char *) (buf)) macro
|
H A D | xstormy16-opc.c | 1123 #define CGEN_DIS_HASH(buf, value) (*(unsigned char *) (buf)) macro
|
H A D | fr30-opc.c | 1319 #define CGEN_DIS_HASH(buf, value) (*(unsigned char *) (buf)) macro
|
H A D | mt-opc.c | 874 #define CGEN_DIS_HASH(buf, value) (*(unsigned char *) (buf)) macro
|
H A D | xc16x-opc.c | 2999 #define CGEN_DIS_HASH(buf, value) (*(unsigned char *) (buf)) macro
|
H A D | m32r-opc.c | 1755 #define CGEN_DIS_HASH(buf, value) (*(unsigned char *) (buf)) macro
|
H A D | openrisc-opc.h | 32 #define CGEN_DIS_HASH(buffer, value) (((unsigned char *) (buffer))[0] >> 2) macro
|
H A D | ip2k-opc.h | 39 #define CGEN_DIS_HASH(buf, value) \ macro
|
H A D | iq2000-opc.c | 3404 #define CGEN_DIS_HASH(buf, value) (*(unsigned char *) (buf)) macro
|
H A D | m32r-opc.h | 42 #define CGEN_DIS_HASH(buffer, value) m32r_cgen_dis_hash (buffer, value) macro
|
H A D | xstormy16-opc.h | 36 #define CGEN_DIS_HASH(buf, value) 0 macro
|
H A D | mt-opc.h | 39 #define CGEN_DIS_HASH(buf, value) (((* (unsigned char *) (buf)) >> 5) % CGEN_DIS_HASH_SIZE) macro
|
H A D | fr30-opc.h | 34 #define CGEN_DIS_HASH(buffer, value) (((unsigned char *) (buffer))[0] >> 4) macro
|
/openbsd-src/gnu/usr.bin/binutils/opcodes/ |
H A D | openrisc-opc.c | 629 #define CGEN_DIS_HASH(buf, value) (*(unsigned char *) (buf)) macro
|
H A D | ip2k-opc.c | 852 #define CGEN_DIS_HASH(buf, value) (*(unsigned char *) (buf)) macro
|
H A D | xstormy16-opc.c | 1123 #define CGEN_DIS_HASH(buf, value) (*(unsigned char *) (buf)) macro
|
H A D | fr30-opc.c | 1319 #define CGEN_DIS_HASH(buf, value) (*(unsigned char *) (buf)) macro
|
H A D | m32r-opc.c | 1757 #define CGEN_DIS_HASH(buf, value) (*(unsigned char *) (buf)) macro
|
H A D | openrisc-opc.h | 32 #define CGEN_DIS_HASH(buffer, value) (((unsigned char *) (buffer))[0] >> 2) macro
|
H A D | ip2k-opc.h | 39 #define CGEN_DIS_HASH(buf,value) (((* (unsigned char*) (buf)) >> 5) % CGEN_DIS_HASH_SIZE) macro
|
H A D | iq2000-opc.c | 3404 #define CGEN_DIS_HASH(buf, value) (*(unsigned char *) (buf)) macro
|
H A D | xstormy16-opc.h | 36 #define CGEN_DIS_HASH(buf, value) 0 macro
|
H A D | m32r-opc.h | 42 #define CGEN_DIS_HASH(buffer, value) m32r_cgen_dis_hash(buffer, value) macro
|
H A D | fr30-opc.h | 34 #define CGEN_DIS_HASH(buffer, value) (((unsigned char *) (buffer))[0] >> 4) macro
|