Home
last modified time | relevance | path

Searched refs:tmp1 (Results 251 – 275 of 29588) sorted by relevance

1...<<11121314151617181920>>...1184

/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.target/powerpc/
H A Daltivec-vec-merge.c120 tmp2 = vec_sld (tmp1, tmp1, 15); in foo()
123 tmp2 = vec_sld (tmp1, tmp1, 2); in foo()
124 tmp3 = vec_sld (tmp1, tmp1, 10); in foo()
131 tmp1 = vec_and (tmp1, v6); in foo()
137 tmp1 = vec_and (tmp1, tmp5); in foo()
153 tmp2 = vec_sld (tmp1, tmp1, 8); in foo()
165 tmp2 = vec_sld (tmp1, tmp1, 8); in foo()
185 tmp2 = vec_sld (tmp1, tmp1, 8); in foo()
197 tmp2 = vec_sld (tmp1, tmp1, 8); in foo()
404 tmp1 = vec_and (tmp1, v10); in foo()
[all …]
/dports/math/scalapack/scalapack-2.1.0/PBLAS/SRC/PTOOLS/
H A DPB_CVMupdate.c113 npq = ( ( tmp2 = ( tmp1 = imbloc - lcmt00 ) > 0 ? tmp1 : 0 ) <
117 tmp1 = lcmt00 + K;
118 *II += tmp1;
130 npq = ( ( tmp2 = ( tmp1 = inbloc + lcmt00 ) > 0 ? tmp1 : 0 ) >
135 *JJ -= tmp1;
191 npq = ( ( tmp2 = ( tmp1 = mbloc - lcmt ) > 0 ? tmp1 : 0 ) < inbloc ?
208 npq = ( ( tmp2 = ( tmp1 = inbloc + lcmt ) > 0 ? tmp1 : 0 ) > mbloc ?
274 npq = ( ( tmp2 = ( tmp1 = imbloc - lcmt ) > 0 ? tmp1 : 0 ) < nbloc ?
291 npq = ( ( tmp2 = ( tmp1 = nbloc + lcmt ) > 0 ? tmp1 : 0 ) > imbloc ?
360 npq = ( ( tmp2 = ( tmp1 = mbloc - lcmt ) > 0 ? tmp1 : 0 ) < nbloc ?
[all …]
/dports/multimedia/transcode/transcode-1.1.7/import/
H A Dextract_mpeg2.c47 uint8_t * tmp1=NULL; in ps_loop() local
86 tmp1 = buf + 12; in ps_loop()
94 if (tmp1 > end) in ps_loop()
96 buf = tmp1; in ps_loop()
123 for (tmp1 = buf + 6; *tmp1 == 0xff; tmp1++) in ps_loop()
130 tmp1 += 2; in ps_loop()
131 tmp1 += mpeg1_skip_table [*tmp1 >> 4]; in ps_loop()
134 if (tmp1 < tmp2) { in ps_loop()
135 TC_PIPE_WRITE(fileno(out_file), tmp1, tmp2-tmp1); in ps_loop()
147 if (tmp1 > end) in ps_loop()
[all …]
H A Dextract_ac3.c149 for (tmp1 = buf + 6; *tmp1 == 0xff; tmp1++) in pes_ac3_loop()
156 tmp1 += 2; in pes_ac3_loop()
157 tmp1 += mpeg1_skip_table [*tmp1 >> 4]; in pes_ac3_loop()
202 buf = tmp1; in pes_ac3_loop()
213 for (tmp1 = buf + 6; *tmp1 == 0xff; tmp1++) in pes_ac3_loop()
220 tmp1 += 2; in pes_ac3_loop()
221 tmp1 += mpeg1_skip_table [*tmp1 >> 4]; in pes_ac3_loop()
229 TC_PIPE_WRITE(fileno(out_file), tmp1, tmp2-tmp1); in pes_ac3_loop()
277 if(tc_pwrite(STDOUT_FILENO, tmp1, tmp2-tmp1)<0) { in pes_ac3_loop()
288 tmp1 += 4; in pes_ac3_loop()
[all …]
/dports/misc/libiio/libiio-0.21/
H A Dsort.c40 const struct iio_channel *tmp1 = *(struct iio_channel **)p1; in iio_channel_compare() local
55 if (strcmp(tmp1->id, tmp2->id) == 0) in iio_channel_compare()
56 return !iio_channel_is_output(tmp1); in iio_channel_compare()
59 return strcmp(tmp1->id, tmp2->id); in iio_channel_compare()
67 return strcmp(tmp1->name, tmp2->name); in iio_channel_attr_compare()
72 const struct iio_device *tmp1 = *(struct iio_device **)p1; in iio_device_compare() local
75 return strcmp(tmp1->id, tmp2->id); in iio_device_compare()
80 const char *tmp1 = *(const char **)p1; in iio_device_attr_compare() local
83 return strcmp(tmp1, tmp2); in iio_device_attr_compare()
88 const char *tmp1 = *(const char **)p1; in iio_buffer_attr_compare() local
[all …]
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/
H A DSZdist.c158 char *tmp1; local
193 for (tmp1=argv[1];*tmp1 && *tmp1!=' ';tmp1++) {
215 if (*tmp1==' ' && *(tmp1+1)=='O' && *(tmp1+2)=='V') {
217 tmp1++;
218 tmp1++;
219 tmp1++;
222 if (*tmp1==' ' && *(tmp1+1)=='c' && *(tmp1+2)=='y') {
224 tmp1++;
225 tmp1++;
231 for (;*tmp1 && *tmp1!=' ';tmp1++) {
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilterbanks_neon.c47 int16x4_t tmp1, tmp2; in WebRtcIsacfix_AllpassFilter2FixDec16Neon() local
54 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
64 tmp1 = vld1_lane_s16(data_ch1 + 1, tmp1, 1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
65 tmp1 = vld1_lane_s16(data_ch2 + 1, tmp1, 3); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
66 datav = vrev32_s16(tmp1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
71 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
81 tmp1 = vld1_lane_s16(data_ch1 + n + 2, tmp1, 1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
82 tmp1 = vld1_lane_s16(data_ch2 + n + 2, tmp1, 3); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
83 datav = vrev32_s16(tmp1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
103 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_coding/codecs/isac/fix/source/
H A Dfilterbanks_neon.c47 int16x4_t tmp1, tmp2; in WebRtcIsacfix_AllpassFilter2FixDec16Neon() local
54 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
64 tmp1 = vld1_lane_s16(data_ch1 + 1, tmp1, 1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
65 tmp1 = vld1_lane_s16(data_ch2 + 1, tmp1, 3); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
66 datav = vrev32_s16(tmp1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
71 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
81 tmp1 = vld1_lane_s16(data_ch1 + n + 2, tmp1, 1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
82 tmp1 = vld1_lane_s16(data_ch2 + n + 2, tmp1, 3); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
83 datav = vrev32_s16(tmp1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
103 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilterbanks_neon.c46 int16x4_t tmp1, tmp2; in WebRtcIsacfix_AllpassFilter2FixDec16Neon() local
53 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
63 tmp1 = vld1_lane_s16(data_ch1 + 1, tmp1, 1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
64 tmp1 = vld1_lane_s16(data_ch2 + 1, tmp1, 3); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
65 datav = vrev32_s16(tmp1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
70 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
80 tmp1 = vld1_lane_s16(data_ch1 + n + 2, tmp1, 1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
81 tmp1 = vld1_lane_s16(data_ch2 + n + 2, tmp1, 3); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
82 datav = vrev32_s16(tmp1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
102 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilterbanks_neon.c47 int16x4_t tmp1, tmp2; in WebRtcIsacfix_AllpassFilter2FixDec16Neon() local
54 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
64 tmp1 = vld1_lane_s16(data_ch1 + 1, tmp1, 1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
65 tmp1 = vld1_lane_s16(data_ch2 + 1, tmp1, 3); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
66 datav = vrev32_s16(tmp1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
71 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
81 tmp1 = vld1_lane_s16(data_ch1 + n + 2, tmp1, 1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
82 tmp1 = vld1_lane_s16(data_ch2 + n + 2, tmp1, 3); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
83 datav = vrev32_s16(tmp1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
103 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilterbanks_neon.c46 int16x4_t tmp1, tmp2; in WebRtcIsacfix_AllpassFilter2FixDec16Neon() local
53 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
63 tmp1 = vld1_lane_s16(data_ch1 + 1, tmp1, 1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
64 tmp1 = vld1_lane_s16(data_ch2 + 1, tmp1, 3); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
65 datav = vrev32_s16(tmp1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
70 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
80 tmp1 = vld1_lane_s16(data_ch1 + n + 2, tmp1, 1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
81 tmp1 = vld1_lane_s16(data_ch2 + n + 2, tmp1, 3); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
82 datav = vrev32_s16(tmp1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
102 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilterbanks_neon.c44 int16x4_t tmp1, tmp2; in WebRtcIsacfix_AllpassFilter2FixDec16Neon() local
51 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
61 tmp1 = vld1_lane_s16(data_ch1 + 1, tmp1, 1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
62 tmp1 = vld1_lane_s16(data_ch2 + 1, tmp1, 3); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
63 datav = vrev32_s16(tmp1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
68 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
78 tmp1 = vld1_lane_s16(data_ch1 + n + 2, tmp1, 1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
79 tmp1 = vld1_lane_s16(data_ch2 + n + 2, tmp1, 3); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
80 datav = vrev32_s16(tmp1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
100 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilterbanks_neon.c47 int16x4_t tmp1, tmp2; in WebRtcIsacfix_AllpassFilter2FixDec16Neon() local
54 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
64 tmp1 = vld1_lane_s16(data_ch1 + 1, tmp1, 1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
65 tmp1 = vld1_lane_s16(data_ch2 + 1, tmp1, 3); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
66 datav = vrev32_s16(tmp1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
71 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
81 tmp1 = vld1_lane_s16(data_ch1 + n + 2, tmp1, 1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
82 tmp1 = vld1_lane_s16(data_ch2 + n + 2, tmp1, 3); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
83 datav = vrev32_s16(tmp1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
103 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilterbanks_neon.c46 int16x4_t tmp1, tmp2; in WebRtcIsacfix_AllpassFilter2FixDec16Neon() local
53 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
63 tmp1 = vld1_lane_s16(data_ch1 + 1, tmp1, 1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
64 tmp1 = vld1_lane_s16(data_ch2 + 1, tmp1, 3); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
65 datav = vrev32_s16(tmp1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
70 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
80 tmp1 = vld1_lane_s16(data_ch1 + n + 2, tmp1, 1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
81 tmp1 = vld1_lane_s16(data_ch2 + n + 2, tmp1, 3); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
82 datav = vrev32_s16(tmp1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
102 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilterbanks_neon.c46 int16x4_t tmp1, tmp2; in WebRtcIsacfix_AllpassFilter2FixDec16Neon() local
53 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
63 tmp1 = vld1_lane_s16(data_ch1 + 1, tmp1, 1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
64 tmp1 = vld1_lane_s16(data_ch2 + 1, tmp1, 3); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
65 datav = vrev32_s16(tmp1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
70 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
80 tmp1 = vld1_lane_s16(data_ch1 + n + 2, tmp1, 1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
81 tmp1 = vld1_lane_s16(data_ch2 + n + 2, tmp1, 3); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
82 datav = vrev32_s16(tmp1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
102 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilterbanks_neon.c45 int16x4_t tmp1, tmp2; in WebRtcIsacfix_AllpassFilter2FixDec16Neon() local
52 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
62 tmp1 = vld1_lane_s16(data_ch1 + 1, tmp1, 1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
63 tmp1 = vld1_lane_s16(data_ch2 + 1, tmp1, 3); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
64 datav = vrev32_s16(tmp1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
69 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
79 tmp1 = vld1_lane_s16(data_ch1 + n + 2, tmp1, 1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
80 tmp1 = vld1_lane_s16(data_ch2 + n + 2, tmp1, 3); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
81 datav = vrev32_s16(tmp1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
101 tmp1 = vshrn_n_s32(a, 16); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/motion/
H A Dhelium_sampling.F895 ds = ds + x*(tmp1(1)*tmp1(1) + tmp1(2)*tmp1(2) + tmp1(3)*tmp1(3))
909 r = tmp1(1)*tmp1(1) + tmp1(2)*tmp1(2) + tmp1(3)*tmp1(3)
916 r = tmp1(1)*tmp1(1) + tmp1(2)*tmp1(2) + tmp1(3)*tmp1(3)
928 r = tmp1(1)*tmp1(1) + tmp1(2)*tmp1(2) + tmp1(3)*tmp1(3)
935 r = tmp1(1)*tmp1(1) + tmp1(2)*tmp1(2) + tmp1(3)*tmp1(3)
950 ds = ds + x*(tmp1(1)*tmp1(1) + tmp1(2)*tmp1(2) + tmp1(3)*tmp1(3))
953 ds = ds - x*(tmp1(1)*tmp1(1) + tmp1(2)*tmp1(2) + tmp1(3)*tmp1(3))
1050 ds = ds + x*(tmp1(1)*tmp1(1) + tmp1(2)*tmp1(2) + tmp1(3)*tmp1(3))
1053 ds = ds - x*(tmp1(1)*tmp1(1) + tmp1(2)*tmp1(2) + tmp1(3)*tmp1(3))
1082 ds = ds + x*(tmp1(1)*tmp1(1) + tmp1(2)*tmp1(2) + tmp1(3)*tmp1(3))
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/motion/
H A Dhelium_sampling.F896 ds = ds + x*(tmp1(1)*tmp1(1) + tmp1(2)*tmp1(2) + tmp1(3)*tmp1(3))
910 r = tmp1(1)*tmp1(1) + tmp1(2)*tmp1(2) + tmp1(3)*tmp1(3)
917 r = tmp1(1)*tmp1(1) + tmp1(2)*tmp1(2) + tmp1(3)*tmp1(3)
929 r = tmp1(1)*tmp1(1) + tmp1(2)*tmp1(2) + tmp1(3)*tmp1(3)
936 r = tmp1(1)*tmp1(1) + tmp1(2)*tmp1(2) + tmp1(3)*tmp1(3)
951 ds = ds + x*(tmp1(1)*tmp1(1) + tmp1(2)*tmp1(2) + tmp1(3)*tmp1(3))
954 ds = ds - x*(tmp1(1)*tmp1(1) + tmp1(2)*tmp1(2) + tmp1(3)*tmp1(3))
1051 ds = ds + x*(tmp1(1)*tmp1(1) + tmp1(2)*tmp1(2) + tmp1(3)*tmp1(3))
1054 ds = ds - x*(tmp1(1)*tmp1(1) + tmp1(2)*tmp1(2) + tmp1(3)*tmp1(3))
1083 ds = ds + x*(tmp1(1)*tmp1(1) + tmp1(2)*tmp1(2) + tmp1(3)*tmp1(3))
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/machine/aarch64/
H A Dstrlen.S50 #define tmp1 x4 macro
134 clz tmp1, has_nul1
151 orr tmp2, tmp1, tmp3
157 orr tmp2, tmp1, tmp3
188 clz tmp1, has_nul1
220 lsl tmp1, srcin, 3
224 lsr tmp1, tmp4, tmp1 /* Shift (tmp1 & 63). */
227 lsl tmp1, tmp4, tmp1 /* Shift (tmp1 & 63). */
229 orr tmp1, tmp1, REP8_80
230 orn data1, data1, tmp1
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/machine/aarch64/
H A Dstrlen.S50 #define tmp1 x4 macro
134 clz tmp1, has_nul1
151 orr tmp2, tmp1, tmp3
157 orr tmp2, tmp1, tmp3
188 clz tmp1, has_nul1
220 lsl tmp1, srcin, 3
224 lsr tmp1, tmp4, tmp1 /* Shift (tmp1 & 63). */
227 lsl tmp1, tmp4, tmp1 /* Shift (tmp1 & 63). */
229 orr tmp1, tmp1, REP8_80
230 orn data1, data1, tmp1
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/ARM/
H A Dvshift.ll6 %tmp1 = load <8 x i8>, <8 x i8>* %A
8 %tmp3 = shl <8 x i8> %tmp1, %tmp2
15 %tmp1 = load <4 x i16>, <4 x i16>* %A
17 %tmp3 = shl <4 x i16> %tmp1, %tmp2
24 %tmp1 = load <2 x i32>, <2 x i32>* %A
26 %tmp3 = shl <2 x i32> %tmp1, %tmp2
35 %tmp3 = shl <1 x i64> %tmp1, %tmp2
42 %tmp1 = load <8 x i8>, <8 x i8>* %A
76 %tmp3 = shl <16 x i8> %tmp1, %tmp2
85 %tmp3 = shl <8 x i16> %tmp1, %tmp2
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/ARM/
H A Dvshift.ll6 %tmp1 = load <8 x i8>, <8 x i8>* %A
8 %tmp3 = shl <8 x i8> %tmp1, %tmp2
15 %tmp1 = load <4 x i16>, <4 x i16>* %A
17 %tmp3 = shl <4 x i16> %tmp1, %tmp2
24 %tmp1 = load <2 x i32>, <2 x i32>* %A
26 %tmp3 = shl <2 x i32> %tmp1, %tmp2
35 %tmp3 = shl <1 x i64> %tmp1, %tmp2
42 %tmp1 = load <8 x i8>, <8 x i8>* %A
76 %tmp3 = shl <16 x i8> %tmp1, %tmp2
85 %tmp3 = shl <8 x i16> %tmp1, %tmp2
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/ARM/
H A Dvshift.ll6 %tmp1 = load <8 x i8>, <8 x i8>* %A
8 %tmp3 = shl <8 x i8> %tmp1, %tmp2
15 %tmp1 = load <4 x i16>, <4 x i16>* %A
17 %tmp3 = shl <4 x i16> %tmp1, %tmp2
24 %tmp1 = load <2 x i32>, <2 x i32>* %A
26 %tmp3 = shl <2 x i32> %tmp1, %tmp2
35 %tmp3 = shl <1 x i64> %tmp1, %tmp2
42 %tmp1 = load <8 x i8>, <8 x i8>* %A
76 %tmp3 = shl <16 x i8> %tmp1, %tmp2
85 %tmp3 = shl <8 x i16> %tmp1, %tmp2
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/ARM/
H A Dvshift.ll6 %tmp1 = load <8 x i8>, <8 x i8>* %A
8 %tmp3 = shl <8 x i8> %tmp1, %tmp2
15 %tmp1 = load <4 x i16>, <4 x i16>* %A
17 %tmp3 = shl <4 x i16> %tmp1, %tmp2
24 %tmp1 = load <2 x i32>, <2 x i32>* %A
26 %tmp3 = shl <2 x i32> %tmp1, %tmp2
35 %tmp3 = shl <1 x i64> %tmp1, %tmp2
42 %tmp1 = load <8 x i8>, <8 x i8>* %A
76 %tmp3 = shl <16 x i8> %tmp1, %tmp2
85 %tmp3 = shl <8 x i16> %tmp1, %tmp2
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/ARM/
H A Dvshift.ll6 %tmp1 = load <8 x i8>, <8 x i8>* %A
8 %tmp3 = shl <8 x i8> %tmp1, %tmp2
15 %tmp1 = load <4 x i16>, <4 x i16>* %A
17 %tmp3 = shl <4 x i16> %tmp1, %tmp2
24 %tmp1 = load <2 x i32>, <2 x i32>* %A
26 %tmp3 = shl <2 x i32> %tmp1, %tmp2
35 %tmp3 = shl <1 x i64> %tmp1, %tmp2
42 %tmp1 = load <8 x i8>, <8 x i8>* %A
76 %tmp3 = shl <16 x i8> %tmp1, %tmp2
85 %tmp3 = shl <8 x i16> %tmp1, %tmp2
[all …]

1...<<11121314151617181920>>...1184