Home
last modified time | relevance | path

Searched refs:tmp_wide (Results 1 – 24 of 24) sorted by relevance

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dread-rtl.c369 HOST_WIDE_INT tmp_wide; in atoll() local
378 tmp_wide = 0; in atoll()
382 if (new_wide < tmp_wide) in atoll()
388 tmp_wide = new_wide; in atoll()
393 tmp_wide = -tmp_wide; in atoll()
394 return tmp_wide; in atoll()
522 HOST_WIDE_INT tmp_wide; in read_rtx() local
710 tmp_wide = atoi (tmp_char); in read_rtx()
713 tmp_wide = atol (tmp_char); in read_rtx()
718 tmp_wide = atoll (tmp_char); in read_rtx()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dread-rtl.c369 HOST_WIDE_INT tmp_wide; in atoll() local
378 tmp_wide = 0; in atoll()
382 if (new_wide < tmp_wide) in atoll()
388 tmp_wide = new_wide; in atoll()
393 tmp_wide = -tmp_wide; in atoll()
394 return tmp_wide; in atoll()
522 HOST_WIDE_INT tmp_wide; in read_rtx() local
710 tmp_wide = atoi (tmp_char); in read_rtx()
713 tmp_wide = atol (tmp_char); in read_rtx()
718 tmp_wide = atoll (tmp_char); in read_rtx()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dread-rtl.c712 HOST_WIDE_INT tmp_wide; in atoll() local
721 tmp_wide = 0; in atoll()
725 if (new_wide < tmp_wide) in atoll()
731 tmp_wide = new_wide; in atoll()
736 tmp_wide = -tmp_wide; in atoll()
737 return tmp_wide; in atoll()
1106 HOST_WIDE_INT tmp_wide; in read_rtx_code() local
1293 tmp_wide = atoi (name.string); in read_rtx_code()
1296 tmp_wide = atol (name.string); in read_rtx_code()
1301 tmp_wide = atoll (name.string); in read_rtx_code()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dread-rtl.c714 HOST_WIDE_INT tmp_wide; in atoll() local
723 tmp_wide = 0; in atoll()
727 if (new_wide < tmp_wide) in atoll()
733 tmp_wide = new_wide; in atoll()
738 tmp_wide = -tmp_wide; in atoll()
739 return tmp_wide; in atoll()
1111 HOST_WIDE_INT tmp_wide; in read_rtx_code() local
1301 tmp_wide = atoi (name.string); in read_rtx_code()
1304 tmp_wide = atol (name.string); in read_rtx_code()
1309 tmp_wide = atoll (name.string); in read_rtx_code()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dread-rtl.c712 HOST_WIDE_INT tmp_wide; in atoll() local
721 tmp_wide = 0; in atoll()
725 if (new_wide < tmp_wide) in atoll()
731 tmp_wide = new_wide; in atoll()
736 tmp_wide = -tmp_wide; in atoll()
737 return tmp_wide; in atoll()
1106 HOST_WIDE_INT tmp_wide; in read_rtx_code() local
1293 tmp_wide = atoi (name.string); in read_rtx_code()
1296 tmp_wide = atol (name.string); in read_rtx_code()
1301 tmp_wide = atoll (name.string); in read_rtx_code()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dread-rtl.c698 HOST_WIDE_INT tmp_wide; in atoll() local
707 tmp_wide = 0; in atoll()
711 if (new_wide < tmp_wide) in atoll()
717 tmp_wide = new_wide; in atoll()
722 tmp_wide = -tmp_wide; in atoll()
723 return tmp_wide; in atoll()
1109 HOST_WIDE_INT tmp_wide; in read_rtx_code() local
1299 tmp_wide = atoi (name.string); in read_rtx_code()
1302 tmp_wide = atol (name.string); in read_rtx_code()
1307 tmp_wide = atoll (name.string); in read_rtx_code()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dread-rtl.c698 HOST_WIDE_INT tmp_wide; in atoll() local
707 tmp_wide = 0; in atoll()
711 if (new_wide < tmp_wide) in atoll()
717 tmp_wide = new_wide; in atoll()
722 tmp_wide = -tmp_wide; in atoll()
723 return tmp_wide; in atoll()
1109 HOST_WIDE_INT tmp_wide; in read_rtx_code() local
1299 tmp_wide = atoi (name.string); in read_rtx_code()
1302 tmp_wide = atol (name.string); in read_rtx_code()
1307 tmp_wide = atoll (name.string); in read_rtx_code()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dread-rtl.c756 HOST_WIDE_INT tmp_wide; in atoll() local
765 tmp_wide = 0; in atoll()
769 if (new_wide < tmp_wide) in atoll()
775 tmp_wide = new_wide; in atoll()
780 tmp_wide = -tmp_wide; in atoll()
781 return tmp_wide; in atoll()
1590 HOST_WIDE_INT tmp_wide; in read_rtx_operand() local
1594 tmp_wide = atoi (name.string); in read_rtx_operand()
1597 tmp_wide = atol (name.string); in read_rtx_operand()
1602 tmp_wide = atoll (name.string); in read_rtx_operand()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dread-rtl.c1092 HOST_WIDE_INT tmp_wide; in atoll() local
1101 tmp_wide = 0; in atoll()
1105 if (new_wide < tmp_wide) in atoll()
1111 tmp_wide = new_wide; in atoll()
1116 tmp_wide = -tmp_wide; in atoll()
1117 return tmp_wide; in atoll()
1404 HOST_WIDE_INT tmp_wide; in read_rtx_1() local
1598 tmp_wide = atoi (tmp_char); in read_rtx_1()
1601 tmp_wide = atol (tmp_char); in read_rtx_1()
1606 tmp_wide = atoll (tmp_char); in read_rtx_1()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dread-rtl.c756 HOST_WIDE_INT tmp_wide; in atoll() local
765 tmp_wide = 0; in atoll()
769 if (new_wide < tmp_wide) in atoll()
775 tmp_wide = new_wide; in atoll()
780 tmp_wide = -tmp_wide; in atoll()
781 return tmp_wide; in atoll()
1590 HOST_WIDE_INT tmp_wide; in read_rtx_operand() local
1594 tmp_wide = atoi (name.string); in read_rtx_operand()
1597 tmp_wide = atol (name.string); in read_rtx_operand()
1602 tmp_wide = atoll (name.string); in read_rtx_operand()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dread-rtl.c756 HOST_WIDE_INT tmp_wide; in atoll() local
765 tmp_wide = 0; in atoll()
769 if (new_wide < tmp_wide) in atoll()
775 tmp_wide = new_wide; in atoll()
780 tmp_wide = -tmp_wide; in atoll()
781 return tmp_wide; in atoll()
1590 HOST_WIDE_INT tmp_wide; in read_rtx_operand() local
1594 tmp_wide = atoi (name.string); in read_rtx_operand()
1597 tmp_wide = atol (name.string); in read_rtx_operand()
1602 tmp_wide = atoll (name.string); in read_rtx_operand()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dread-rtl.c756 HOST_WIDE_INT tmp_wide; in atoll() local
765 tmp_wide = 0; in atoll()
769 if (new_wide < tmp_wide) in atoll()
775 tmp_wide = new_wide; in atoll()
780 tmp_wide = -tmp_wide; in atoll()
781 return tmp_wide; in atoll()
1590 HOST_WIDE_INT tmp_wide; in read_rtx_operand() local
1594 tmp_wide = atoi (name.string); in read_rtx_operand()
1597 tmp_wide = atol (name.string); in read_rtx_operand()
1602 tmp_wide = atoll (name.string); in read_rtx_operand()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dread-rtl.c756 HOST_WIDE_INT tmp_wide; in atoll() local
765 tmp_wide = 0; in atoll()
769 if (new_wide < tmp_wide) in atoll()
775 tmp_wide = new_wide; in atoll()
780 tmp_wide = -tmp_wide; in atoll()
781 return tmp_wide; in atoll()
1590 HOST_WIDE_INT tmp_wide; in read_rtx_operand() local
1594 tmp_wide = atoi (name.string); in read_rtx_operand()
1597 tmp_wide = atol (name.string); in read_rtx_operand()
1602 tmp_wide = atoll (name.string); in read_rtx_operand()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dread-rtl.c756 HOST_WIDE_INT tmp_wide; in atoll() local
765 tmp_wide = 0; in atoll()
769 if (new_wide < tmp_wide) in atoll()
775 tmp_wide = new_wide; in atoll()
780 tmp_wide = -tmp_wide; in atoll()
781 return tmp_wide; in atoll()
1590 HOST_WIDE_INT tmp_wide; in read_rtx_operand() local
1594 tmp_wide = atoi (name.string); in read_rtx_operand()
1597 tmp_wide = atol (name.string); in read_rtx_operand()
1602 tmp_wide = atoll (name.string); in read_rtx_operand()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dread-rtl.c986 HOST_WIDE_INT tmp_wide; in atoll() local
995 tmp_wide = 0; in atoll()
999 if (new_wide < tmp_wide) in atoll()
1005 tmp_wide = new_wide; in atoll()
1010 tmp_wide = -tmp_wide; in atoll()
1011 return tmp_wide; in atoll()
1847 HOST_WIDE_INT tmp_wide; in read_rtx_operand() local
1851 tmp_wide = atoi (name.string); in read_rtx_operand()
1854 tmp_wide = atol (name.string); in read_rtx_operand()
1859 tmp_wide = atoll (name.string); in read_rtx_operand()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dread-rtl.c986 HOST_WIDE_INT tmp_wide; in atoll() local
995 tmp_wide = 0; in atoll()
999 if (new_wide < tmp_wide) in atoll()
1005 tmp_wide = new_wide; in atoll()
1010 tmp_wide = -tmp_wide; in atoll()
1011 return tmp_wide; in atoll()
1847 HOST_WIDE_INT tmp_wide; in read_rtx_operand() local
1851 tmp_wide = atoi (name.string); in read_rtx_operand()
1854 tmp_wide = atol (name.string); in read_rtx_operand()
1859 tmp_wide = atoll (name.string); in read_rtx_operand()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dread-rtl.c986 HOST_WIDE_INT tmp_wide; in atoll() local
995 tmp_wide = 0; in atoll()
999 if (new_wide < tmp_wide) in atoll()
1005 tmp_wide = new_wide; in atoll()
1010 tmp_wide = -tmp_wide; in atoll()
1011 return tmp_wide; in atoll()
1847 HOST_WIDE_INT tmp_wide; in read_rtx_operand() local
1851 tmp_wide = atoi (name.string); in read_rtx_operand()
1854 tmp_wide = atol (name.string); in read_rtx_operand()
1859 tmp_wide = atoll (name.string); in read_rtx_operand()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dread-rtl.c1015 HOST_WIDE_INT tmp_wide; in atoll() local
1024 tmp_wide = 0; in atoll()
1028 if (new_wide < tmp_wide) in atoll()
1034 tmp_wide = new_wide; in atoll()
1039 tmp_wide = -tmp_wide; in atoll()
1040 return tmp_wide; in atoll()
1944 HOST_WIDE_INT tmp_wide; in read_rtx_operand() local
1948 tmp_wide = atoi (name.string); in read_rtx_operand()
1951 tmp_wide = atol (name.string); in read_rtx_operand()
1956 tmp_wide = atoll (name.string); in read_rtx_operand()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dread-rtl.c1015 HOST_WIDE_INT tmp_wide; in atoll() local
1024 tmp_wide = 0; in atoll()
1028 if (new_wide < tmp_wide) in atoll()
1034 tmp_wide = new_wide; in atoll()
1039 tmp_wide = -tmp_wide; in atoll()
1040 return tmp_wide; in atoll()
1944 HOST_WIDE_INT tmp_wide; in read_rtx_operand() local
1948 tmp_wide = atoi (name.string); in read_rtx_operand()
1951 tmp_wide = atol (name.string); in read_rtx_operand()
1956 tmp_wide = atoll (name.string); in read_rtx_operand()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dread-rtl.c1015 HOST_WIDE_INT tmp_wide; in atoll() local
1024 tmp_wide = 0; in atoll()
1028 if (new_wide < tmp_wide) in atoll()
1034 tmp_wide = new_wide; in atoll()
1039 tmp_wide = -tmp_wide; in atoll()
1040 return tmp_wide; in atoll()
1944 HOST_WIDE_INT tmp_wide; in read_rtx_operand() local
1948 tmp_wide = atoi (name.string); in read_rtx_operand()
1951 tmp_wide = atol (name.string); in read_rtx_operand()
1956 tmp_wide = atoll (name.string); in read_rtx_operand()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dread-rtl.c166 HOST_WIDE_INT tmp_wide; in atoll() local
175 tmp_wide = 0; in atoll()
178 HOST_WIDE_INT new_wide = tmp_wide*10 + (*p - '0'); in atoll()
179 if (new_wide < tmp_wide) in atoll()
182 tmp_wide = HOST_WIDE_INT_M1U >> 1; in atoll()
185 tmp_wide = new_wide; in atoll()
190 tmp_wide = -tmp_wide; in atoll()
191 return tmp_wide; in atoll()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dread-rtl.c166 HOST_WIDE_INT tmp_wide; in atoll() local
175 tmp_wide = 0; in atoll()
178 HOST_WIDE_INT new_wide = tmp_wide*10 + (*p - '0'); in atoll()
179 if (new_wide < tmp_wide) in atoll()
182 tmp_wide = HOST_WIDE_INT_M1U >> 1; in atoll()
185 tmp_wide = new_wide; in atoll()
190 tmp_wide = -tmp_wide; in atoll()
191 return tmp_wide; in atoll()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dread-rtl.c166 HOST_WIDE_INT tmp_wide; in atoll() local
175 tmp_wide = 0; in atoll()
178 HOST_WIDE_INT new_wide = tmp_wide*10 + (*p - '0'); in atoll()
179 if (new_wide < tmp_wide) in atoll()
182 tmp_wide = HOST_WIDE_INT_M1U >> 1; in atoll()
185 tmp_wide = new_wide; in atoll()
190 tmp_wide = -tmp_wide; in atoll()
191 return tmp_wide; in atoll()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dread-rtl.c160 HOST_WIDE_INT tmp_wide; in atoll() local
169 tmp_wide = 0; in atoll()
172 HOST_WIDE_INT new_wide = tmp_wide*10 + (*p - '0'); in atoll()
173 if (new_wide < tmp_wide) in atoll()
176 tmp_wide = HOST_WIDE_INT_M1U >> 1; in atoll()
179 tmp_wide = new_wide; in atoll()
184 tmp_wide = -tmp_wide; in atoll()
185 return tmp_wide; in atoll()