Home
last modified time | relevance | path

Searched refs:big_p (Results 1 – 20 of 20) sorted by relevance

/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dcgen-dis.c108 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()
H A Dcgen-opc.c366 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()
H A Dm32r-dis.c103 int big_p = CGEN_CPU_INSN_ENDIAN (cd) == CGEN_ENDIAN_BIG; local
108 status = (*info->read_memory_func) (pc - ((!big_p && (pc & 3) != 0) ? 2 : 0),
117 x = (big_p ? &buf[0] : &buf[3]);
124 buf += (big_p ? 0 : 2);
127 buf += (big_p ? 2 : -2);
130 x = (big_p ? &buf[0] : &buf[1]);
H A Darc-opc.c510 arc_get_opcode_mach (bfd_mach, big_p) in arc_get_opcode_mach() argument
511 int bfd_mach, big_p; in arc_get_opcode_mach()
520 return mach_type_map[bfd_mach - bfd_mach_arc_5] | (big_p ? ARC_MACH_BIG : 0);
H A Dip2k-ibld.c378 int big_p = CGEN_CPU_INSN_ENDIAN (cd) == CGEN_ENDIAN_BIG; in extract_1()
H A Dopenrisc-ibld.c378 int big_p = CGEN_CPU_INSN_ENDIAN (cd) == CGEN_ENDIAN_BIG; in extract_1()
H A Dm32r-ibld.c378 int big_p = CGEN_CPU_INSN_ENDIAN (cd) == CGEN_ENDIAN_BIG; in extract_1()
H A Dxstormy16-ibld.c378 int big_p = CGEN_CPU_INSN_ENDIAN (cd) == CGEN_ENDIAN_BIG; in extract_1()
H A Dcgen-ibld.in378 int big_p = CGEN_CPU_INSN_ENDIAN (cd) == CGEN_ENDIAN_BIG;
H A Diq2000-ibld.c378 int big_p = CGEN_CPU_INSN_ENDIAN (cd) == CGEN_ENDIAN_BIG; in extract_1()
H A Dfr30-ibld.c378 int big_p = CGEN_CPU_INSN_ENDIAN (cd) == CGEN_ENDIAN_BIG; in extract_1()
H A Dfrv-ibld.c378 int big_p = CGEN_CPU_INSN_ENDIAN (cd) == CGEN_ENDIAN_BIG; in extract_1()
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcgen-dis.c108 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()
H A Dcgen-opc.c366 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()
H A Dm32r-dis.c99 int big_p = CGEN_CPU_INSN_ENDIAN (cd) == CGEN_ENDIAN_BIG; in my_print_insn() local
104 status = (*info->read_memory_func) (pc - ((!big_p && (pc & 3) != 0) ? 2 : 0), in my_print_insn()
113 x = (big_p ? &buf[0] : &buf[3]); in my_print_insn()
120 buf += (big_p ? 0 : 2); in my_print_insn()
123 buf += (big_p ? 2 : -2); in my_print_insn()
126 x = (big_p ? &buf[0] : &buf[1]); in my_print_insn()
H A Darc-opc.c1571 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()
/openbsd/gnu/usr.bin/binutils-2.17/cpu/
H A Dm32r.opc281 int big_p = CGEN_CPU_INSN_ENDIAN (cd) == CGEN_ENDIAN_BIG;
286 status = (*info->read_memory_func) (pc - ((!big_p && (pc & 3) != 0) ? 2 : 0),
295 x = (big_p ? &buf[0] : &buf[3]);
302 buf += (big_p ? 0 : 2);
305 buf += (big_p ? 2 : -2);
308 x = (big_p ? &buf[0] : &buf[1]);
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dlibbfd.c644 bfd_put_bits (bfd_uint64_t data, void *p, int bits, bfd_boolean big_p) in bfd_put_bits() argument
656 int index = big_p ? bytes - i - 1 : i; in bfd_put_bits()
664 bfd_get_bits (const void *p, int bits, bfd_boolean big_p) in bfd_get_bits() argument
678 int index = big_p ? i : bytes - i - 1; in bfd_get_bits()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dlibbfd.c749 bfd_put_bits (bfd_uint64_t data, void *p, int bits, bfd_boolean big_p) in bfd_put_bits() argument
761 int index = big_p ? bytes - i - 1 : i; in bfd_put_bits()
769 bfd_get_bits (const void *p, int bits, bfd_boolean big_p) in bfd_get_bits() argument
783 int index = big_p ? i : bytes - i - 1; in bfd_get_bits()
/openbsd/gnu/usr.bin/perl/
H A Dpp.c3529 const char *big_p; in PP() local
3540 big_p = SvPV_const(big, biglen); in PP()
3578 big = newSVpvn_flags(big_p, biglen, in PP()
3580 big_p = SvPVX(big); in PP()
3609 ? fbm_instr((unsigned char*)big_p + offset, in PP()
3610 (unsigned char*)big_p + biglen, little, 0) in PP()
3611 : rninstr(big_p, big_p + offset, in PP()
3615 retval = little_p - big_p; in PP()