| /src/external/gpl3/gcc/dist/gcc/config/iq2000/ |
| iq2000.cc | 1004 HOST_WIDE_INT new_const = INTVAL (cmp1) + p_info->const_add; 1010 ? (unsigned HOST_WIDE_INT) new_const > 1012 : new_const > INTVAL (cmp1)) 1022 cmp1 = GEN_INT (new_const); 994 HOST_WIDE_INT new_const = INTVAL (cmp1) + p_info->const_add; local
|
| iq2000.cc | 1004 HOST_WIDE_INT new_const = INTVAL (cmp1) + p_info->const_add; 1010 ? (unsigned HOST_WIDE_INT) new_const > 1012 : new_const > INTVAL (cmp1)) 1022 cmp1 = GEN_INT (new_const); 994 HOST_WIDE_INT new_const = INTVAL (cmp1) + p_info->const_add; local
|
| iq2000.cc | 1004 HOST_WIDE_INT new_const = INTVAL (cmp1) + p_info->const_add; 1010 ? (unsigned HOST_WIDE_INT) new_const > 1012 : new_const > INTVAL (cmp1)) 1022 cmp1 = GEN_INT (new_const); 994 HOST_WIDE_INT new_const = INTVAL (cmp1) + p_info->const_add; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/iq2000/ |
| iq2000.cc | 1005 HOST_WIDE_INT new_const = INTVAL (cmp1) + p_info->const_add; 1011 ? (unsigned HOST_WIDE_INT) new_const > 1013 : new_const > INTVAL (cmp1)) 1023 cmp1 = GEN_INT (new_const); 995 HOST_WIDE_INT new_const = INTVAL (cmp1) + p_info->const_add; local
|
| iq2000.cc | 1005 HOST_WIDE_INT new_const = INTVAL (cmp1) + p_info->const_add; 1011 ? (unsigned HOST_WIDE_INT) new_const > 1013 : new_const > INTVAL (cmp1)) 1023 cmp1 = GEN_INT (new_const); 995 HOST_WIDE_INT new_const = INTVAL (cmp1) + p_info->const_add; local
|
| iq2000.cc | 1005 HOST_WIDE_INT new_const = INTVAL (cmp1) + p_info->const_add; 1011 ? (unsigned HOST_WIDE_INT) new_const > 1013 : new_const > INTVAL (cmp1)) 1023 cmp1 = GEN_INT (new_const); 995 HOST_WIDE_INT new_const = INTVAL (cmp1) + p_info->const_add; local
|
| /src/external/gpl3/gcc/dist/gcc/ |
| combine.cc | 13016 rtx new_const = simplify_gen_binary (ASHIFTRT, mode, 13021 new_const); 12975 rtx new_const = simplify_gen_binary (ASHIFTRT, mode, local
|
| combine.cc | 13016 rtx new_const = simplify_gen_binary (ASHIFTRT, mode, 13021 new_const); 12975 rtx new_const = simplify_gen_binary (ASHIFTRT, mode, local
|
| combine.cc | 13016 rtx new_const = simplify_gen_binary (ASHIFTRT, mode, 13021 new_const); 12975 rtx new_const = simplify_gen_binary (ASHIFTRT, mode, local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| combine.cc | 12874 rtx new_const = simplify_gen_binary (ASHIFTRT, mode, 12879 new_const); 12833 rtx new_const = simplify_gen_binary (ASHIFTRT, mode, local
|
| combine.cc | 12874 rtx new_const = simplify_gen_binary (ASHIFTRT, mode, 12879 new_const); 12833 rtx new_const = simplify_gen_binary (ASHIFTRT, mode, local
|
| combine.cc | 12874 rtx new_const = simplify_gen_binary (ASHIFTRT, mode, 12879 new_const); 12833 rtx new_const = simplify_gen_binary (ASHIFTRT, mode, local
|
| /src/external/gpl3/gcc/dist/gcc/config/alpha/ |
| alpha.cc | 1775 HOST_WIDE_INT new_const; 1872 new_const = ((c & 0xffff) ^ 0x8000) - 0x8000; 1873 if (new_const != 0) 1875 temp = alpha_emit_set_const (subtarget, mode, c - new_const, i, no_output); 1880 return expand_binop (mode, add_optab, temp, GEN_INT (new_const), 1907 new_const = c >> bits; 1908 temp = alpha_emit_set_const (subtarget, mode, new_const, i, no_output); 1911 new_const = (unsigned HOST_WIDE_INT)c >> bits; 1912 temp = alpha_emit_set_const (subtarget, mode, new_const, 1933 new_const = c << bits 1768 HOST_WIDE_INT new_const; local [all...] |
| alpha.cc | 1775 HOST_WIDE_INT new_const; 1872 new_const = ((c & 0xffff) ^ 0x8000) - 0x8000; 1873 if (new_const != 0) 1875 temp = alpha_emit_set_const (subtarget, mode, c - new_const, i, no_output); 1880 return expand_binop (mode, add_optab, temp, GEN_INT (new_const), 1907 new_const = c >> bits; 1908 temp = alpha_emit_set_const (subtarget, mode, new_const, i, no_output); 1911 new_const = (unsigned HOST_WIDE_INT)c >> bits; 1912 temp = alpha_emit_set_const (subtarget, mode, new_const, 1933 new_const = c << bits 1768 HOST_WIDE_INT new_const; local [all...] |
| alpha.cc | 1775 HOST_WIDE_INT new_const; 1872 new_const = ((c & 0xffff) ^ 0x8000) - 0x8000; 1873 if (new_const != 0) 1875 temp = alpha_emit_set_const (subtarget, mode, c - new_const, i, no_output); 1880 return expand_binop (mode, add_optab, temp, GEN_INT (new_const), 1907 new_const = c >> bits; 1908 temp = alpha_emit_set_const (subtarget, mode, new_const, i, no_output); 1911 new_const = (unsigned HOST_WIDE_INT)c >> bits; 1912 temp = alpha_emit_set_const (subtarget, mode, new_const, 1933 new_const = c << bits 1768 HOST_WIDE_INT new_const; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/alpha/ |
| alpha.cc | 1774 HOST_WIDE_INT new_const; 1871 new_const = ((c & 0xffff) ^ 0x8000) - 0x8000; 1872 if (new_const != 0) 1874 temp = alpha_emit_set_const (subtarget, mode, c - new_const, i, no_output); 1879 return expand_binop (mode, add_optab, temp, GEN_INT (new_const), 1906 new_const = c >> bits; 1907 temp = alpha_emit_set_const (subtarget, mode, new_const, i, no_output); 1910 new_const = (unsigned HOST_WIDE_INT)c >> bits; 1911 temp = alpha_emit_set_const (subtarget, mode, new_const, 1932 new_const = c << bits 1767 HOST_WIDE_INT new_const; local [all...] |
| alpha.cc | 1774 HOST_WIDE_INT new_const; 1871 new_const = ((c & 0xffff) ^ 0x8000) - 0x8000; 1872 if (new_const != 0) 1874 temp = alpha_emit_set_const (subtarget, mode, c - new_const, i, no_output); 1879 return expand_binop (mode, add_optab, temp, GEN_INT (new_const), 1906 new_const = c >> bits; 1907 temp = alpha_emit_set_const (subtarget, mode, new_const, i, no_output); 1910 new_const = (unsigned HOST_WIDE_INT)c >> bits; 1911 temp = alpha_emit_set_const (subtarget, mode, new_const, 1932 new_const = c << bits 1767 HOST_WIDE_INT new_const; local [all...] |
| alpha.cc | 1774 HOST_WIDE_INT new_const; 1871 new_const = ((c & 0xffff) ^ 0x8000) - 0x8000; 1872 if (new_const != 0) 1874 temp = alpha_emit_set_const (subtarget, mode, c - new_const, i, no_output); 1879 return expand_binop (mode, add_optab, temp, GEN_INT (new_const), 1906 new_const = c >> bits; 1907 temp = alpha_emit_set_const (subtarget, mode, new_const, i, no_output); 1910 new_const = (unsigned HOST_WIDE_INT)c >> bits; 1911 temp = alpha_emit_set_const (subtarget, mode, new_const, 1932 new_const = c << bits 1767 HOST_WIDE_INT new_const; local [all...] |