Home
last modified time | relevance | path

Searched refs:a10 (Results 1 – 25 of 4963) sorted by relevance

12345678910>>...199

/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/machine/xtensa/
H A Dstrncpy.S38 addi a10, a10, 1 // advance dst pointer
47 addi a10, a10, 1 // advance dst pointer
54 addi a10, a10, 1 // advance dst pointer
102 addi a10, a10, 4
110 addi a10, a10, 4
122 addi a10, a10, 1
173 addi a10, a10, 4 // advance dst pointer
187 addi a10, a10, 4 // advance dst pointer
199 addi a10, a10, 1 // advance dst pointer
208 addi a10, a10, 2 // advance dst pointer
[all …]
H A Dstrcpy.S56 addi a10, a10, 1 // advance dst pointer
67 addi a10, a10, 2 // advance dst pointer
97 addi a10, a10, 4 // advance dst pointer
101 1: addi a10, a10, 4 // advance dst pointer
119 s8i a8, a10, 0
135 s8i a8, a10, 2
163 s8i a8, a10, 0
164 addi a10, a10, 1
206 addi a10, a10, 8 // advance dst pointer
216 s8i a8, a10, 0
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/
H A DWsizeof-pointer-memaccess3.c32 extern char a10[10];
68 memcpy (dst, a10, sizeof a10); in test_char_array()
69 mempcpy (dst, a10, sizeof a10); in test_char_array()
70 memmove (dst, a10, sizeof a10); in test_char_array()
72 memset (dst, 0, sizeof a10); in test_char_array()
74 stpncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
76 strncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
78 strncat (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
115 memcpy (dst, a10, sizeof a10); in test_string_literal_chk()
116 mempcpy (dst, a10, sizeof a10); in test_string_literal_chk()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/c-c++-common/
H A DWsizeof-pointer-memaccess3.c32 extern char a10[10];
68 memcpy (dst, a10, sizeof a10); in test_char_array()
69 mempcpy (dst, a10, sizeof a10); in test_char_array()
70 memmove (dst, a10, sizeof a10); in test_char_array()
72 memset (dst, 0, sizeof a10); in test_char_array()
74 stpncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
76 strncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
78 strncat (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
115 memcpy (dst, a10, sizeof a10); in test_string_literal_chk()
116 mempcpy (dst, a10, sizeof a10); in test_string_literal_chk()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/c-c++-common/
H A DWsizeof-pointer-memaccess3.c32 extern char a10[10];
68 memcpy (dst, a10, sizeof a10); in test_char_array()
69 mempcpy (dst, a10, sizeof a10); in test_char_array()
70 memmove (dst, a10, sizeof a10); in test_char_array()
72 memset (dst, 0, sizeof a10); in test_char_array()
74 stpncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
76 strncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
78 strncat (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
115 memcpy (dst, a10, sizeof a10); in test_string_literal_chk()
116 mempcpy (dst, a10, sizeof a10); in test_string_literal_chk()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/c-c++-common/
H A DWsizeof-pointer-memaccess3.c32 extern char a10[10];
68 memcpy (dst, a10, sizeof a10); in test_char_array()
69 mempcpy (dst, a10, sizeof a10); in test_char_array()
70 memmove (dst, a10, sizeof a10); in test_char_array()
72 memset (dst, 0, sizeof a10); in test_char_array()
74 stpncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
76 strncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
78 strncat (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
115 memcpy (dst, a10, sizeof a10); in test_string_literal_chk()
116 mempcpy (dst, a10, sizeof a10); in test_string_literal_chk()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/c-c++-common/
H A DWsizeof-pointer-memaccess3.c32 extern char a10[10];
68 memcpy (dst, a10, sizeof a10); in test_char_array()
69 mempcpy (dst, a10, sizeof a10); in test_char_array()
70 memmove (dst, a10, sizeof a10); in test_char_array()
72 memset (dst, 0, sizeof a10); in test_char_array()
74 stpncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
76 strncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
78 strncat (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
115 memcpy (dst, a10, sizeof a10); in test_string_literal_chk()
116 mempcpy (dst, a10, sizeof a10); in test_string_literal_chk()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/c-c++-common/
H A DWsizeof-pointer-memaccess3.c32 extern char a10[10];
68 memcpy (dst, a10, sizeof a10); in test_char_array()
69 mempcpy (dst, a10, sizeof a10); in test_char_array()
70 memmove (dst, a10, sizeof a10); in test_char_array()
72 memset (dst, 0, sizeof a10); in test_char_array()
74 stpncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
76 strncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
78 strncat (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
115 memcpy (dst, a10, sizeof a10); in test_string_literal_chk()
116 mempcpy (dst, a10, sizeof a10); in test_string_literal_chk()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/c-c++-common/
H A DWsizeof-pointer-memaccess3.c32 extern char a10[10]; in fn5()
68 memcpy (dst, a10, sizeof a10);
69 mempcpy (dst, a10, sizeof a10);
70 memmove (dst, a10, sizeof a10);
72 memset (dst, 0, sizeof a10);
74 stpncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */
76 strncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */
78 strncat (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */
115 memcpy (dst, a10, sizeof a10);
116 mempcpy (dst, a10, sizeof a10);
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/
H A DWsizeof-pointer-memaccess3.c32 extern char a10[10];
68 memcpy (dst, a10, sizeof a10); in test_char_array()
69 mempcpy (dst, a10, sizeof a10); in test_char_array()
70 memmove (dst, a10, sizeof a10); in test_char_array()
72 memset (dst, 0, sizeof a10); in test_char_array()
74 stpncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
76 strncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
78 strncat (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
115 memcpy (dst, a10, sizeof a10); in test_string_literal_chk()
116 mempcpy (dst, a10, sizeof a10); in test_string_literal_chk()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/
H A DWsizeof-pointer-memaccess3.c32 extern char a10[10];
68 memcpy (dst, a10, sizeof a10); in test_char_array()
69 mempcpy (dst, a10, sizeof a10); in test_char_array()
70 memmove (dst, a10, sizeof a10); in test_char_array()
72 memset (dst, 0, sizeof a10); in test_char_array()
74 stpncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
76 strncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
78 strncat (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
115 memcpy (dst, a10, sizeof a10); in test_string_literal_chk()
116 mempcpy (dst, a10, sizeof a10); in test_string_literal_chk()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/c-c++-common/
H A DWsizeof-pointer-memaccess3.c32 extern char a10[10];
68 memcpy (dst, a10, sizeof a10); in test_char_array()
69 mempcpy (dst, a10, sizeof a10); in test_char_array()
70 memmove (dst, a10, sizeof a10); in test_char_array()
72 memset (dst, 0, sizeof a10); in test_char_array()
74 stpncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
76 strncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
78 strncat (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
115 memcpy (dst, a10, sizeof a10); in test_string_literal_chk()
116 mempcpy (dst, a10, sizeof a10); in test_string_literal_chk()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/c-c++-common/
H A DWsizeof-pointer-memaccess3.c32 extern char a10[10];
68 memcpy (dst, a10, sizeof a10); in test_char_array()
69 mempcpy (dst, a10, sizeof a10); in test_char_array()
70 memmove (dst, a10, sizeof a10); in test_char_array()
72 memset (dst, 0, sizeof a10); in test_char_array()
74 stpncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
76 strncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
78 strncat (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
115 memcpy (dst, a10, sizeof a10); in test_string_literal_chk()
116 mempcpy (dst, a10, sizeof a10); in test_string_literal_chk()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/c-c++-common/
H A DWsizeof-pointer-memaccess3.c32 extern char a10[10];
68 memcpy (dst, a10, sizeof a10); in test_char_array()
69 mempcpy (dst, a10, sizeof a10); in test_char_array()
70 memmove (dst, a10, sizeof a10); in test_char_array()
72 memset (dst, 0, sizeof a10); in test_char_array()
74 stpncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
76 strncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
78 strncat (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
115 memcpy (dst, a10, sizeof a10); in test_string_literal_chk()
116 mempcpy (dst, a10, sizeof a10); in test_string_literal_chk()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/
H A DWsizeof-pointer-memaccess3.c32 extern char a10[10];
68 memcpy (dst, a10, sizeof a10); in test_char_array()
69 mempcpy (dst, a10, sizeof a10); in test_char_array()
70 memmove (dst, a10, sizeof a10); in test_char_array()
72 memset (dst, 0, sizeof a10); in test_char_array()
74 stpncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
76 strncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
78 strncat (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
115 memcpy (dst, a10, sizeof a10); in test_string_literal_chk()
116 mempcpy (dst, a10, sizeof a10); in test_string_literal_chk()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/c-c++-common/
H A DWsizeof-pointer-memaccess3.c32 extern char a10[10];
68 memcpy (dst, a10, sizeof a10); in test_char_array()
69 mempcpy (dst, a10, sizeof a10); in test_char_array()
70 memmove (dst, a10, sizeof a10); in test_char_array()
72 memset (dst, 0, sizeof a10); in test_char_array()
74 stpncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
76 strncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
78 strncat (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
115 memcpy (dst, a10, sizeof a10); in test_string_literal_chk()
116 mempcpy (dst, a10, sizeof a10); in test_string_literal_chk()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/c-c++-common/
H A DWsizeof-pointer-memaccess3.c32 extern char a10[10];
68 memcpy (dst, a10, sizeof a10); in test_char_array()
69 mempcpy (dst, a10, sizeof a10); in test_char_array()
70 memmove (dst, a10, sizeof a10); in test_char_array()
72 memset (dst, 0, sizeof a10); in test_char_array()
74 stpncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
76 strncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
78 strncat (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
115 memcpy (dst, a10, sizeof a10); in test_string_literal_chk()
116 mempcpy (dst, a10, sizeof a10); in test_string_literal_chk()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/c-c++-common/
H A DWsizeof-pointer-memaccess3.c32 extern char a10[10];
68 memcpy (dst, a10, sizeof a10); in test_char_array()
69 mempcpy (dst, a10, sizeof a10); in test_char_array()
70 memmove (dst, a10, sizeof a10); in test_char_array()
72 memset (dst, 0, sizeof a10); in test_char_array()
74 stpncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
76 strncpy (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
78 strncat (dst, a10, sizeof a10); /* { dg-warning "\\\[-Wsizeof-pointer-memaccess]" } */ in test_char_array()
115 memcpy (dst, a10, sizeof a10); in test_string_literal_chk()
116 mempcpy (dst, a10, sizeof a10); in test_string_literal_chk()
[all …]
/dports/audio/fdk-aac/fdk-aac-2.0.2/libFDK/include/
H A Dfft.h159 a10 = a10 - x[6]; /* Re C - Re D */ in fft_4()
178 a10 = x[4] + x[12]; in fft_8()
182 y[0] = a00 + (a10 >> 1); in fft_8()
183 y[4] = a00 - (a10 >> 1); in fft_8()
188 a10 = (a10 >> 1) - x[12]; in fft_8()
194 y[3] = a20 - a10; in fft_8()
195 y[7] = a20 + a10; in fft_8()
198 a10 = x[6] + x[14]; in fft_8()
208 a10 = (a10 >> 1) - x[14]; in fft_8()
214 y[11] = a20 - a10; in fft_8()
[all …]
/dports/multimedia/handbrake/fdk-aac-2.0.1/libFDK/include/
H A Dfft.h159 a10 = a10 - x[6]; /* Re C - Re D */ in fft_4()
178 a10 = x[4] + x[12]; in fft_8()
182 y[0] = a00 + (a10 >> 1); in fft_8()
183 y[4] = a00 - (a10 >> 1); in fft_8()
188 a10 = (a10 >> 1) - x[12]; in fft_8()
194 y[3] = a20 - a10; in fft_8()
195 y[7] = a20 + a10; in fft_8()
198 a10 = x[6] + x[14]; in fft_8()
208 a10 = (a10 >> 1) - x[14]; in fft_8()
214 y[11] = a20 - a10; in fft_8()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/xtensa/lib/
H A Dchecksum.S218 beqz a10, 2f
219 slli a10, a10, 5
220 add a10, a10, a2 /* a10 = end of last 32-byte src chunk */
258 beqz a10, 3f
259 slli a10, a10, 2
260 add a10, a10, a2 /* a10 = end of last 4-byte src chunk */
289 beqz a10, 4f
290 slli a10, a10, 1
291 add a10, a10, a2 /* a10 = end of last 2-byte src chunk */
324 beqz a10, 6f
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/xtensa/lib/
H A Dchecksum.S218 beqz a10, 2f
219 slli a10, a10, 5
220 add a10, a10, a2 /* a10 = end of last 32-byte src chunk */
258 beqz a10, 3f
259 slli a10, a10, 2
260 add a10, a10, a2 /* a10 = end of last 4-byte src chunk */
289 beqz a10, 4f
290 slli a10, a10, 1
291 add a10, a10, a2 /* a10 = end of last 2-byte src chunk */
324 beqz a10, 6f
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/xtensa/lib/
H A Dchecksum.S218 beqz a10, 2f
219 slli a10, a10, 5
220 add a10, a10, a2 /* a10 = end of last 32-byte src chunk */
258 beqz a10, 3f
259 slli a10, a10, 2
260 add a10, a10, a2 /* a10 = end of last 4-byte src chunk */
289 beqz a10, 4f
290 slli a10, a10, 1
291 add a10, a10, a2 /* a10 = end of last 2-byte src chunk */
324 beqz a10, 6f
[all …]
/dports/lang/gcc48/gcc-4.8.5/libgcc/config/xtensa/
H A Dieee754-df.S783 addi a10, a10, 1
788 addi a10, a10, 1
954 sll a10, a10
990 addi a10, a10, 1
995 addi a10, a10, 1
1000 addi a10, a10, 1
1004 add a10, a10, a9
1008 addi a10, a10, 1
1033 addi a10, a10, 1
1037 add a10, a10, a9
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgcc/config/xtensa/
H A Dieee754-df.S783 addi a10, a10, 1
788 addi a10, a10, 1
954 sll a10, a10
990 addi a10, a10, 1
995 addi a10, a10, 1
1000 addi a10, a10, 1
1004 add a10, a10, a9
1008 addi a10, a10, 1
1033 addi a10, a10, 1
1037 add a10, a10, a9
[all …]

12345678910>>...199