Searched refs:big_p (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/binutils/opcodes/ |
| D | cgen-dis.c | 108 int big_p = CGEN_CPU_ENDIAN (cd) == CGEN_ENDIAN_BIG; in hash_insn_array() local 128 big_p); in hash_insn_array() 146 int big_p = CGEN_CPU_ENDIAN (cd) == CGEN_ENDIAN_BIG; in hash_insn_list() local 165 big_p); in hash_insn_list()
|
| D | cgen-opc.c | 366 int big_p = (cd->insn_endian == CGEN_ENDIAN_BIG); in cgen_get_insn_value() local 385 this_value = bfd_get_bits (& buf[index / 8], insn_chunk_bitsize, big_p); in cgen_get_insn_value() 405 int big_p = (cd->insn_endian == CGEN_ENDIAN_BIG); in cgen_put_insn_value() local 422 bfd_put_bits ((bfd_vma) value, & buf[index / 8], insn_chunk_bitsize, big_p); in cgen_put_insn_value() 428 bfd_put_bits ((bfd_vma) value, buf, length, big_p); in cgen_put_insn_value()
|
| D | arc-opc.c | 1571 arc_get_opcode_mach (int bfd_mach, int big_p) in arc_get_opcode_mach() argument 1580 return mach_type_map[bfd_mach - bfd_mach_arc_5] | (big_p ? ARC_MACH_BIG : 0); in arc_get_opcode_mach()
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | libbfd.c | 766 bfd_put_bits (bfd_uint64_t data, void *p, int bits, bfd_boolean big_p) in bfd_put_bits() argument 778 int index = big_p ? bytes - i - 1 : i; in bfd_put_bits() 786 bfd_get_bits (const void *p, int bits, bfd_boolean big_p) in bfd_get_bits() argument 800 int index = big_p ? i : bytes - i - 1; in bfd_get_bits()
|