Searched refs:big_p (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/opcodes/
H A Dcgen-dis.c108 int big_p = CGEN_CPU_ENDIAN (cd) == CGEN_ENDIAN_BIG; local
128 big_p);
146 int big_p = CGEN_CPU_ENDIAN (cd) == CGEN_ENDIAN_BIG; local
165 big_p);
H A Dcgen-opc.c369 int big_p = (cd->insn_endian == CGEN_ENDIAN_BIG);
388 this_value = bfd_get_bits (& buf[index / 8], insn_chunk_bitsize, big_p);
408 int big_p = (cd->insn_endian == CGEN_ENDIAN_BIG);
425 bfd_put_bits ((bfd_vma) value, & buf[index / 8], insn_chunk_bitsize, big_p);
431 bfd_put_bits ((bfd_vma) value, buf, length, big_p);
366 int big_p = (cd->insn_endian == CGEN_ENDIAN_BIG); local
405 int big_p = (cd->insn_endian == CGEN_ENDIAN_BIG); local
H A Darc-opc.c1576 arc_get_opcode_mach (int bfd_mach, int big_p)
1585 return mach_type_map[bfd_mach - bfd_mach_arc_5] | (big_p ? ARC_MACH_BIG : 0);
1571 arc_get_opcode_mach(int bfd_mach, int big_p) argument
/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibbfd.c768 bfd_put_bits (bfd_uint64_t data, void *p, int bits, bfd_boolean big_p)
780 int index = big_p ? bytes - i - 1 : i;
788 bfd_get_bits (const void *p, int bits, bfd_boolean big_p)
802 int index = big_p ? i : bytes - i - 1;
766 bfd_put_bits(bfd_uint64_t data, void *p, int bits, bfd_boolean big_p) argument
786 bfd_get_bits(const void *p, int bits, bfd_boolean big_p) argument

Completed in 109 milliseconds