| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-vect-generic.c | 151 tree low_bits, high_bits, a_low, b_low, result_low, signs; in do_plus_minus() local 154 low_bits = build_replicated_const (word_type, inner_type, max >> 1); in do_plus_minus() 161 b_low = gimplify_build2 (bsi, BIT_AND_EXPR, word_type, b, low_bits); in do_plus_minus() 163 a_low = gimplify_build2 (bsi, BIT_AND_EXPR, word_type, a, low_bits); in do_plus_minus() 183 tree low_bits, high_bits, b_low, result_low, signs; in do_negate() local 186 low_bits = build_replicated_const (word_type, inner_type, max >> 1); in do_negate() 191 b_low = gimplify_build2 (bsi, BIT_AND_EXPR, word_type, b, low_bits); in do_negate()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/ |
| H A D | sparc.c | 1660 sparc_emit_set_const64_quick1 (op0, temp, low_bits, is_neg) in sparc_emit_set_const64_quick1() argument 1663 unsigned HOST_WIDE_INT low_bits; 1669 high_bits = (~low_bits) & 0xffffffff; 1671 high_bits = low_bits; 1684 if ((low_bits & 0x3ff) == 0x3ff) 1694 | (low_bits & 0x3ff))))); 1746 sparc_emit_set_const64_longway (op0, temp, high_bits, low_bits) in sparc_emit_set_const64_longway() argument 1750 unsigned HOST_WIDE_INT low_bits; 1785 sparc_emit_set_safe_HIGH64 (temp2, low_bits); 1786 if ((low_bits & ~0xfffffc00) != 0) [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | tekhex.c | 583 bfd_vma low_bits = addr & CHUNK_MASK; in move_section_contents() local 591 if (d->chunk_init[low_bits]) in move_section_contents() 592 *location = d->chunk_data[low_bits]; in move_section_contents() 598 d->chunk_data[low_bits] = *location; in move_section_contents() 599 d->chunk_init[low_bits] = (*location != 0); in move_section_contents()
|
| H A D | coff-arm.c | 950 unsigned int low_bits; in insert_thumb_branch() local 956 low_bits = rel_off & 0x000007FF; /* The bottom 11 bits. */ in insert_thumb_branch() 960 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits; in insert_thumb_branch() 962 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits; in insert_thumb_branch()
|
| H A D | elfxx-mips.c | 7850 bfd_vma low_bits; in _bfd_mips_elf_relocate_section() local 7868 low_bits = sign_bits; in _bfd_mips_elf_relocate_section() 7873 low_bits = addend; in _bfd_mips_elf_relocate_section() 7876 bfd_put_32 (input_bfd, low_bits, in _bfd_mips_elf_relocate_section() 7970 bfd_vma low_bits; in _bfd_mips_elf_relocate_section() local 7990 low_bits = sign_bits; in _bfd_mips_elf_relocate_section() 7995 low_bits = value; in _bfd_mips_elf_relocate_section() 7998 bfd_put_32 (input_bfd, low_bits, in _bfd_mips_elf_relocate_section()
|
| H A D | elf32-arm.c | 2638 unsigned int low_bits; in insert_thumb_branch() local 2644 low_bits = rel_off & 0x000007FF; /* The bottom 11 bits. */ in insert_thumb_branch() 2648 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits; in insert_thumb_branch() 2650 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits; in insert_thumb_branch()
|
| /openbsd-src/gnu/gcc/gcc/config/sparc/ |
| H A D | sparc.c | 1357 unsigned HOST_WIDE_INT low_bits, int is_neg) in sparc_emit_set_const64_quick1() argument 1362 high_bits = (~low_bits) & 0xffffffff; in sparc_emit_set_const64_quick1() 1364 high_bits = low_bits; in sparc_emit_set_const64_quick1() 1377 if ((low_bits & 0x3ff) == 0x3ff) in sparc_emit_set_const64_quick1() 1387 | (low_bits & 0x3ff))))); in sparc_emit_set_const64_quick1() 1438 unsigned HOST_WIDE_INT low_bits) in sparc_emit_set_const64_longway() argument 1473 emit_insn (gen_safe_HIGH64 (temp2, low_bits)); in sparc_emit_set_const64_longway() 1474 if ((low_bits & ~0xfffffc00) != 0) in sparc_emit_set_const64_longway() 1477 gen_safe_OR64 (temp2, (low_bits & 0x3ff)))); in sparc_emit_set_const64_longway() 1489 rtx low1 = GEN_INT ((low_bits >> (32 - 12)) & 0xfff); in sparc_emit_set_const64_longway() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | tekhex.c | 640 bfd_vma low_bits = addr & CHUNK_MASK; local 650 if (d->chunk_init[low_bits]) 652 *location = d->chunk_data[low_bits]; 661 d->chunk_data[low_bits] = *location; 662 d->chunk_init[low_bits] = (*location != 0);
|
| H A D | coff-arm.c | 1023 unsigned int low_bits; local 1029 low_bits = rel_off & 0x000007FF; /* the bottom 11 bits */ 1033 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits; 1035 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits;
|
| H A D | elf32-arm.h | 995 unsigned int low_bits; local 1001 low_bits = rel_off & 0x000007FF; /* The bottom 11 bits. */ 1005 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits; 1007 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits;
|
| H A D | elfxx-mips.c | 6385 bfd_vma low_bits; in _bfd_mips_elf_relocate_section() local 6403 low_bits = sign_bits; in _bfd_mips_elf_relocate_section() 6408 low_bits = addend; in _bfd_mips_elf_relocate_section() 6411 bfd_put_32 (input_bfd, low_bits, in _bfd_mips_elf_relocate_section() 6505 bfd_vma low_bits; in _bfd_mips_elf_relocate_section() local 6525 low_bits = sign_bits; in _bfd_mips_elf_relocate_section() 6530 low_bits = value; in _bfd_mips_elf_relocate_section() 6533 bfd_put_32 (input_bfd, low_bits, in _bfd_mips_elf_relocate_section()
|
| /openbsd-src/sys/dev/pci/ |
| H A D | ixgbe_phy.c | 122 uint8_t low_bits; in ixgbe_read_i2c_combined_generic_int() local 154 if (ixgbe_in_i2c_byte_ack(hw, &low_bits)) in ixgbe_read_i2c_combined_generic_int() 165 *val = (high_bits << 8) | low_bits; in ixgbe_read_i2c_combined_generic_int()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/d30v/ |
| H A D | d30v.c | 3030 d30v_build_long_insn (high_bits, low_bits, imm, mem) in d30v_build_long_insn() argument 3032 HOST_WIDE_INT low_bits; 3060 emit_insn (gen_iorsi3 (low_word, tmp6, GEN_INT (low_bits)));
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ChangeLog.1 | 14805 bits do not negate low_bits and make fast_int an int.
|