| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-string.cc | 859 int shift_amt = (BYTES_BIG_ENDIAN) ? 7 : 9; local 861 result_gbbd, GEN_INT (shift_amt)));
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-string.cc | 859 int shift_amt = (BYTES_BIG_ENDIAN) ? 7 : 9; local 861 result_gbbd, GEN_INT (shift_amt)));
|
| /src/external/gpl3/gcc.old/dist/gcc/config/tilegx/ |
| tilegx.cc | 1977 HOST_WIDE_INT shift_init, shift_increment, shift_amt; 1985 for (i = 0, shift_amt = shift_init; 1987 i++, shift_amt += shift_increment) 1991 if (shift_amt) 1995 GEN_INT (shift_amt), NULL, 1, 1973 HOST_WIDE_INT shift_init, shift_increment, shift_amt; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/ |
| tilepro.cc | 1705 HOST_WIDE_INT shift_amt; 1710 for (i = 0, shift_amt = 0; i < bytesize; i++, shift_amt += BITS_PER_UNIT) 1714 if (shift_amt) 1718 GEN_INT (shift_amt), NULL, 1, 1701 HOST_WIDE_INT shift_amt; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| optabs.cc | 6245 rtx shift_amt = shift_amt_for_vec_perm_mask (mode, indices, shift_optab); 6246 if (shift_amt) 6249 if (shift_amt == const0_rtx) 6255 create_convert_operand_from_type (&ops[2], shift_amt, sizetype); 6264 create_convert_operand_from_type (&ops[2], shift_amt, sizetype); 6222 rtx shift_amt = shift_amt_for_vec_perm_mask (mode, indices, shift_optab); local
|
| combine.cc | 7578 const HOST_WIDE_INT shift_amt = exact_log2 (INTVAL (XEXP (inner, 1))); 7579 if (IN_RANGE (shift_amt, 1, len - 1)) 7582 0, 0, len - shift_amt, 7554 const HOST_WIDE_INT shift_amt = exact_log2 (INTVAL (XEXP (inner, 1))); local
|
| /src/external/gpl3/gcc/dist/gcc/ |
| combine.cc | 7621 const HOST_WIDE_INT shift_amt = exact_log2 (INTVAL (XEXP (inner, 1))); 7622 if (len > 1 && IN_RANGE (shift_amt, 1, len - 1)) 7625 0, 0, len - shift_amt, 7597 const HOST_WIDE_INT shift_amt = exact_log2 (INTVAL (XEXP (inner, 1))); local
|
| optabs.cc | 6504 rtx shift_amt = shift_amt_for_vec_perm_mask (mode, indices, shift_optab); 6505 if (shift_amt) 6508 if (shift_amt == const0_rtx) 6514 create_convert_operand_from_type (&ops[2], shift_amt, sizetype); 6523 create_convert_operand_from_type (&ops[2], shift_amt, sizetype); 6482 rtx shift_amt = shift_amt_for_vec_perm_mask (mode, indices, shift_optab); local
|
| /src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| riscv-v.cc | 1325 HOST_WIDE_INT shift_amt = exact_log2 (builder.npatterns ()) ; local 1326 rtx shift = gen_int_mode (shift_amt, builder.inner_mode ());
|