Home
last modified time | relevance | path

Searched refs:shift_mask (Results 1 – 14 of 14) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Doptabs.c484 unsigned HOST_WIDE_INT shift_mask) in expand_subword_shift() argument
512 if (shift_mask == BITS_PER_WORD - 1) in expand_subword_shift()
569 unsigned HOST_WIDE_INT shift_mask) in expand_doubleword_shift_condmove() argument
598 unsignedp, methods, shift_mask)) in expand_doubleword_shift_condmove()
650 unsigned HOST_WIDE_INT shift_mask) in expand_doubleword_shift() argument
663 if (shift_mask >= BITS_PER_WORD in expand_doubleword_shift()
670 unsignedp, methods, shift_mask)) in expand_doubleword_shift()
718 unsignedp, methods, shift_mask); in expand_doubleword_shift()
730 unsignedp, methods, shift_mask)) in expand_doubleword_shift()
757 unsignedp, methods, shift_mask)) in expand_doubleword_shift()
[all …]
H A Doptabs.cc510 unsigned HOST_WIDE_INT shift_mask) in expand_subword_shift() argument
538 if (shift_mask == BITS_PER_WORD - 1) in expand_subword_shift()
595 unsigned HOST_WIDE_INT shift_mask) in expand_doubleword_shift_condmove() argument
624 unsignedp, methods, shift_mask)) in expand_doubleword_shift_condmove()
677 unsigned HOST_WIDE_INT shift_mask) in expand_doubleword_shift() argument
690 if (shift_mask >= BITS_PER_WORD in expand_doubleword_shift()
697 unsignedp, methods, shift_mask)) in expand_doubleword_shift()
745 unsignedp, methods, shift_mask); in expand_doubleword_shift()
757 unsignedp, methods, shift_mask)) in expand_doubleword_shift()
784 unsignedp, methods, shift_mask)) in expand_doubleword_shift()
[all …]
H A DChangeLog-200011809 (includes_lshift_p): shift_mask is unsigned int.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Doptabs.c484 unsigned HOST_WIDE_INT shift_mask) in expand_subword_shift() argument
512 if (shift_mask == BITS_PER_WORD - 1) in expand_subword_shift()
569 unsigned HOST_WIDE_INT shift_mask) in expand_doubleword_shift_condmove() argument
598 unsignedp, methods, shift_mask)) in expand_doubleword_shift_condmove()
650 unsigned HOST_WIDE_INT shift_mask) in expand_doubleword_shift() argument
663 if (shift_mask >= BITS_PER_WORD in expand_doubleword_shift()
670 unsignedp, methods, shift_mask)) in expand_doubleword_shift()
718 unsignedp, methods, shift_mask); in expand_doubleword_shift()
730 unsignedp, methods, shift_mask)) in expand_doubleword_shift()
757 unsignedp, methods, shift_mask)) in expand_doubleword_shift()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dvsx.md5037 rtx shift_mask = gen_reg_rtx (V16QImode);
5041 emit_insn (gen_altivec_lvsl_reg (shift_mask, operands[2]));
5045 shift_mask));
5093 rtx shift_mask = gen_reg_rtx (V16QImode);
5097 emit_insn (gen_altivec_lvsr_reg (shift_mask, operands[2]));
5099 shift_mask));
H A Drs6000.c15609 HOST_WIDE_INT shift_mask; in rs6000_adjust_atomic_subword() local
15613 shift_mask = (mode == QImode ? 0x18 : 0x10); in rs6000_adjust_atomic_subword()
15633 emit_insn (gen_andsi3 (shift, tmp, GEN_INT (shift_mask))); in rs6000_adjust_atomic_subword()
15635 shift = expand_simple_binop (SImode, XOR, shift, GEN_INT (shift_mask), in rs6000_adjust_atomic_subword()
/netbsd/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dvsx.md5571 rtx shift_mask = gen_reg_rtx (V16QImode);
5575 emit_insn (gen_altivec_lvsl_reg_di (shift_mask, operands[2]));
5579 shift_mask));
5657 rtx shift_mask = gen_reg_rtx (V16QImode);
5661 emit_insn (gen_altivec_lvsr_reg_di (shift_mask, operands[2]));
5663 shift_mask));
H A Drs6000.c15609 HOST_WIDE_INT shift_mask; in rs6000_adjust_atomic_subword() local
15613 shift_mask = (mode == QImode ? 0x18 : 0x10); in rs6000_adjust_atomic_subword()
15633 emit_insn (gen_andsi3 (shift, tmp, GEN_INT (shift_mask))); in rs6000_adjust_atomic_subword()
15635 shift = expand_simple_binop (SImode, XOR, shift, GEN_INT (shift_mask), in rs6000_adjust_atomic_subword()
H A Drs6000.cc16428 HOST_WIDE_INT shift_mask; in rs6000_adjust_atomic_subword() local
16432 shift_mask = (mode == QImode ? 0x18 : 0x10); in rs6000_adjust_atomic_subword()
16452 emit_insn (gen_andsi3 (shift, tmp, GEN_INT (shift_mask))); in rs6000_adjust_atomic_subword()
16454 shift = expand_simple_binop (SImode, XOR, shift, GEN_INT (shift_mask), in rs6000_adjust_atomic_subword()
/netbsd/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.c5340 HOST_WIDE_INT shift_mask = ((0xffffffff in arm_gen_constant() local
5344 if ((remainder | shift_mask) != 0xffffffff) in arm_gen_constant()
5347 = ARM_SIGN_EXTEND (remainder | shift_mask); in arm_gen_constant()
5378 HOST_WIDE_INT shift_mask = (1 << clear_zero_bit_copies) - 1; in arm_gen_constant() local
5380 if ((remainder | shift_mask) != 0xffffffff) in arm_gen_constant()
5383 = ARM_SIGN_EXTEND (remainder | shift_mask); in arm_gen_constant()
H A Darm.cc5413 HOST_WIDE_INT shift_mask = ((0xffffffff in arm_gen_constant() local
5417 if ((remainder | shift_mask) != 0xffffffff) in arm_gen_constant()
5420 = ARM_SIGN_EXTEND (remainder | shift_mask); in arm_gen_constant()
5451 HOST_WIDE_INT shift_mask = (1 << clear_zero_bit_copies) - 1; in arm_gen_constant() local
5453 if ((remainder | shift_mask) != 0xffffffff) in arm_gen_constant()
5456 = ARM_SIGN_EXTEND (remainder | shift_mask); in arm_gen_constant()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c5340 HOST_WIDE_INT shift_mask = ((0xffffffff in arm_gen_constant() local
5344 if ((remainder | shift_mask) != 0xffffffff) in arm_gen_constant()
5347 = ARM_SIGN_EXTEND (remainder | shift_mask); in arm_gen_constant()
5378 HOST_WIDE_INT shift_mask = (1 << clear_zero_bit_copies) - 1; in arm_gen_constant() local
5380 if ((remainder | shift_mask) != 0xffffffff) in arm_gen_constant()
5383 = ARM_SIGN_EXTEND (remainder | shift_mask); in arm_gen_constant()
/netbsd/external/gpl3/gcc/dist/
H A DMD5SUMS60372 11a4bd4138e7963e0cd81b6e0197cfe6 gcc/testsuite/gcc.target/i386/shift_mask.c
/netbsd/external/gpl3/gcc.old/dist/
H A DMD5SUMS60372 11a4bd4138e7963e0cd81b6e0197cfe6 gcc/testsuite/gcc.target/i386/shift_mask.c