Searched defs:big_p (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | cgen-dis.c | 112 int big_p = CGEN_CPU_INSN_ENDIAN (cd) == CGEN_ENDIAN_BIG; in hash_insn_array() local 150 int big_p = CGEN_CPU_INSN_ENDIAN (cd) == CGEN_ENDIAN_BIG; in hash_insn_list() local
|
H A D | cgen-opc.c | 362 int big_p = (endian == CGEN_ENDIAN_BIG); in cgen_get_insn_value() local 403 int big_p = (endian == CGEN_ENDIAN_BIG); in cgen_put_insn_value() local
|
H A D | m32r-dis.c | 122 int big_p = CGEN_CPU_INSN_ENDIAN (cd) == CGEN_ENDIAN_BIG; in my_print_insn() local
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | cgen-dis.c | 112 int big_p = CGEN_CPU_INSN_ENDIAN (cd) == CGEN_ENDIAN_BIG; in hash_insn_array() local 150 int big_p = CGEN_CPU_INSN_ENDIAN (cd) == CGEN_ENDIAN_BIG; in hash_insn_list() local
|
H A D | cgen-opc.c | 362 int big_p = (endian == CGEN_ENDIAN_BIG); in cgen_get_insn_value() local 403 int big_p = (endian == CGEN_ENDIAN_BIG); in cgen_put_insn_value() local
|
H A D | m32r-dis.c | 122 int big_p = CGEN_CPU_INSN_ENDIAN (cd) == CGEN_ENDIAN_BIG; in my_print_insn() local
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | libbfd.c | 881 bfd_put_bits (uint64_t data, void *p, int bits, bool big_p) in bfd_put_bits() 901 bfd_get_bits (const void *p, int bits, bool big_p) in bfd_get_bits()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | libbfd.c | 999 bfd_put_bits (uint64_t data, void *p, int bits, bool big_p) in bfd_put_bits() 1019 bfd_get_bits (const void *p, int bits, bool big_p) in bfd_get_bits()
|