| 1 | bash-3.2$ ./build-ffmpeg.sh
|
|---|
| 2 | FFmpeg source not found. Trying to download...
|
|---|
| 3 | % Total % Received % Xferd Average Speed Time Time Time Current
|
|---|
| 4 | Dload Upload Total Spent Left Speed
|
|---|
| 5 | 100 9697k 100 9697k 0 0 2478k 0 0:00:03 0:00:03 --:--:-- 2478k
|
|---|
| 6 | building arm64...
|
|---|
| 7 | install prefix /Users/user/9/thin/arm64
|
|---|
| 8 | source path /Users/user/9/ffmpeg-3.3
|
|---|
| 9 | C compiler xcrun -sdk iphoneos clang
|
|---|
| 10 | C library
|
|---|
| 11 | host C compiler gcc
|
|---|
| 12 | host C library
|
|---|
| 13 | ARCH aarch64 (generic)
|
|---|
| 14 | big-endian no
|
|---|
| 15 | runtime cpu detection yes
|
|---|
| 16 | NEON enabled yes
|
|---|
| 17 | VFP enabled yes
|
|---|
| 18 | debug symbols no
|
|---|
| 19 | strip symbols yes
|
|---|
| 20 | optimize for size no
|
|---|
| 21 | optimizations yes
|
|---|
| 22 | static yes
|
|---|
| 23 | shared no
|
|---|
| 24 | postprocessing support no
|
|---|
| 25 | network support yes
|
|---|
| 26 | threading support pthreads
|
|---|
| 27 | safe bitstream reader yes
|
|---|
| 28 | texi2html enabled no
|
|---|
| 29 | perl enabled yes
|
|---|
| 30 | pod2man enabled yes
|
|---|
| 31 | makeinfo enabled yes
|
|---|
| 32 | makeinfo supports HTML no
|
|---|
| 33 |
|
|---|
| 34 | External libraries:
|
|---|
| 35 | iconv videotoolbox xlib zlib
|
|---|
| 36 |
|
|---|
| 37 | External libraries providing hardware acceleration:
|
|---|
| 38 | audiotoolbox videotoolbox_hwaccel
|
|---|
| 39 |
|
|---|
| 40 | Libraries:
|
|---|
| 41 | avcodec avformat avutil swresample swscale
|
|---|
| 42 |
|
|---|
| 43 | Programs:
|
|---|
| 44 |
|
|---|
| 45 | Enabled decoders:
|
|---|
| 46 | aac h263 hevc mpeg4
|
|---|
| 47 | amrnb h264 mjpeg
|
|---|
| 48 |
|
|---|
| 49 | Enabled encoders:
|
|---|
| 50 |
|
|---|
| 51 | Enabled hwaccels:
|
|---|
| 52 |
|
|---|
| 53 | Enabled parsers:
|
|---|
| 54 | h263 hevc mpeg4video
|
|---|
| 55 | h264 mjpeg mpegvideo
|
|---|
| 56 |
|
|---|
| 57 | Enabled demuxers:
|
|---|
| 58 | asf hevc mov rm
|
|---|
| 59 | h264 mjpeg mpegts rtsp
|
|---|
| 60 |
|
|---|
| 61 | Enabled muxers:
|
|---|
| 62 |
|
|---|
| 63 | Enabled protocols:
|
|---|
| 64 | http rtp tcp udp
|
|---|
| 65 |
|
|---|
| 66 | Enabled filters:
|
|---|
| 67 |
|
|---|
| 68 | Enabled bsfs:
|
|---|
| 69 |
|
|---|
| 70 | Enabled indevs:
|
|---|
| 71 |
|
|---|
| 72 | Enabled outdevs:
|
|---|
| 73 |
|
|---|
| 74 | License: LGPL version 2.1 or later
|
|---|
| 75 | Creating configuration files ...
|
|---|
| 76 | CC libavformat/asf.o
|
|---|
| 77 | CC libavformat/allformats.o
|
|---|
| 78 | CC libavformat/asfcrypt.o
|
|---|
| 79 | CC libavformat/asfdec_f.o
|
|---|
| 80 | CC libavformat/avio.o
|
|---|
| 81 | CC libavformat/aviobuf.o
|
|---|
| 82 | CC libavformat/avlanguage.o
|
|---|
| 83 | CC libavformat/cutils.o
|
|---|
| 84 | CC libavformat/dump.o
|
|---|
| 85 | CC libavformat/format.o
|
|---|
| 86 | CC libavformat/h264dec.o
|
|---|
| 87 | CC libavformat/hevcdec.o
|
|---|
| 88 | CC libavformat/http.o
|
|---|
| 89 | CC libavformat/httpauth.o
|
|---|
| 90 | src/libavformat/dump.c:462:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 91 | avctx->properties = st->codec->properties;
|
|---|
| 92 | ^
|
|---|
| 93 | src/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated here
|
|---|
| 94 | AVCodecContext *codec;
|
|---|
| 95 | ^
|
|---|
| 96 | src/libavformat/dump.c:463:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 97 | avctx->codec = st->codec->codec;
|
|---|
| 98 | ^
|
|---|
| 99 | src/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated here
|
|---|
| 100 | AVCodecContext *codec;
|
|---|
| 101 | ^
|
|---|
| 102 | src/libavformat/dump.c:464:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 103 | avctx->qmin = st->codec->qmin;
|
|---|
| 104 | ^
|
|---|
| 105 | src/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated here
|
|---|
| 106 | AVCodecContext *codec;
|
|---|
| 107 | ^
|
|---|
| 108 | src/libavformat/dump.c:465:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 109 | avctx->qmax = st->codec->qmax;
|
|---|
| 110 | ^
|
|---|
| 111 | src/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated here
|
|---|
| 112 | AVCodecContext *codec;
|
|---|
| 113 | ^
|
|---|
| 114 | src/libavformat/dump.c:466:31: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 115 | avctx->coded_width = st->codec->coded_width;
|
|---|
| 116 | ^
|
|---|
| 117 | src/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated here
|
|---|
| 118 | AVCodecContext *codec;
|
|---|
| 119 | ^
|
|---|
| 120 | src/libavformat/dump.c:467:31: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 121 | avctx->coded_height = st->codec->coded_height;
|
|---|
| 122 | ^
|
|---|
| 123 | src/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated here
|
|---|
| 124 | AVCodecContext *codec;
|
|---|
| 125 | ^
|
|---|
| 126 | src/libavformat/dump.c:502:23: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 127 | int tbc = st->codec->time_base.den && st->codec->time_base.num;
|
|---|
| 128 | ^
|
|---|
| 129 | src/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated here
|
|---|
| 130 | AVCodecContext *codec;
|
|---|
| 131 | ^
|
|---|
| 132 | src/libavformat/dump.c:502:51: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 133 | int tbc = st->codec->time_base.den && st->codec->time_base.num;
|
|---|
| 134 | ^
|
|---|
| 135 | src/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated here
|
|---|
| 136 | AVCodecContext *codec;
|
|---|
| 137 | ^
|
|---|
| 138 | src/libavformat/dump.c:514:38: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 139 | print_fps(1 / av_q2d(st->codec->time_base), "tbc");
|
|---|
| 140 | ^
|
|---|
| 141 | src/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated here
|
|---|
| 142 | AVCodecContext *codec;
|
|---|
| 143 | ^
|
|---|
| 144 | CC libavformat/id3v1.o
|
|---|
| 145 | CC libavformat/id3v2.o
|
|---|
| 146 | 9 warnings generated.
|
|---|
| 147 | CC libavformat/isom.o
|
|---|
| 148 | CC libavformat/metadata.o
|
|---|
| 149 | CC libavformat/mov.o
|
|---|
| 150 | CC libavformat/mov_chan.o
|
|---|
| 151 | CC libavformat/mpegts.o
|
|---|
| 152 | CC libavformat/mux.o
|
|---|
| 153 | CC libavformat/network.o
|
|---|
| 154 | CC libavformat/options.o
|
|---|
| 155 | CC libavformat/os_support.o
|
|---|
| 156 | CC libavformat/protocols.o
|
|---|
| 157 | CC libavformat/qtpalette.o
|
|---|
| 158 | CC libavformat/rawdec.o
|
|---|
| 159 | CC libavformat/rdt.o
|
|---|
| 160 | CC libavformat/replaygain.o
|
|---|
| 161 | CC libavformat/riff.o
|
|---|
| 162 | CC libavformat/riffdec.o
|
|---|
| 163 | CC libavformat/rm.o
|
|---|
| 164 | CC libavformat/rmdec.o
|
|---|
| 165 | CC libavformat/rmsipr.o
|
|---|
| 166 | CC libavformat/rtp.o
|
|---|
| 167 | CC libavformat/rtpdec.o
|
|---|
| 168 | CC libavformat/rtpdec_ac3.o
|
|---|
| 169 | CC libavformat/rtpdec_amr.o
|
|---|
| 170 | CC libavformat/rtpdec_asf.o
|
|---|
| 171 | CC libavformat/rtpdec_dv.o
|
|---|
| 172 | CC libavformat/rtpdec_g726.o
|
|---|
| 173 | CC libavformat/rtpdec_h261.o
|
|---|
| 174 | CC libavformat/rtpdec_h263.o
|
|---|
| 175 | CC libavformat/rtpdec_h263_rfc2190.o
|
|---|
| 176 | CC libavformat/rtpdec_h264.o
|
|---|
| 177 | CC libavformat/rtpdec_hevc.o
|
|---|
| 178 | CC libavformat/rtpdec_ilbc.o
|
|---|
| 179 | CC libavformat/rtpdec_jpeg.o
|
|---|
| 180 | CC libavformat/rtpdec_latm.o
|
|---|
| 181 | CC libavformat/rtpdec_mpa_robust.o
|
|---|
| 182 | CC libavformat/rtpdec_mpeg12.o
|
|---|
| 183 | CC libavformat/rtpdec_mpeg4.o
|
|---|
| 184 | CC libavformat/rtpdec_mpegts.o
|
|---|
| 185 | CC libavformat/rtpdec_qcelp.o
|
|---|
| 186 | CC libavformat/rtpdec_qdm2.o
|
|---|
| 187 | CC libavformat/rtpdec_qt.o
|
|---|
| 188 | CC libavformat/rtpdec_svq3.o
|
|---|
| 189 | CC libavformat/rtpdec_vc2hq.o
|
|---|
| 190 | CC libavformat/rtpdec_vp8.o
|
|---|
| 191 | CC libavformat/rtpdec_vp9.o
|
|---|
| 192 | CC libavformat/rtpdec_xiph.o
|
|---|
| 193 | CC libavformat/rtpproto.o
|
|---|
| 194 | CC libavformat/rtsp.o
|
|---|
| 195 | CC libavformat/rtspdec.o
|
|---|
| 196 | CC libavformat/sdp.o
|
|---|
| 197 | CC libavformat/srtp.o
|
|---|
| 198 | CC libavformat/tcp.o
|
|---|
| 199 | CC libavformat/udp.o
|
|---|
| 200 | CC libavformat/url.o
|
|---|
| 201 | CC libavformat/urldecode.o
|
|---|
| 202 | CC libavformat/utils.o
|
|---|
| 203 | INSTALL Users/user/9/ffmpeg-3.3/libavformat/avformat.h
|
|---|
| 204 | INSTALL Users/user/9/ffmpeg-3.3/libavformat/avio.h
|
|---|
| 205 | INSTALL Users/user/9/ffmpeg-3.3/libavformat/version.h
|
|---|
| 206 | INSTALL libavformat/libavformat.pc
|
|---|
| 207 | INSTALL Users/user/9/ffmpeg-3.3/libavcodec/avcodec.h
|
|---|
| 208 | INSTALL Users/user/9/ffmpeg-3.3/libavcodec/avdct.h
|
|---|
| 209 | INSTALL Users/user/9/ffmpeg-3.3/libavcodec/avfft.h
|
|---|
| 210 | INSTALL Users/user/9/ffmpeg-3.3/libavcodec/d3d11va.h
|
|---|
| 211 | INSTALL Users/user/9/ffmpeg-3.3/libavcodec/dirac.h
|
|---|
| 212 | INSTALL Users/user/9/ffmpeg-3.3/libavcodec/dv_profile.h
|
|---|
| 213 | INSTALL Users/user/9/ffmpeg-3.3/libavcodec/dxva2.h
|
|---|
| 214 | INSTALL Users/user/9/ffmpeg-3.3/libavcodec/jni.h
|
|---|
| 215 | INSTALL Users/user/9/ffmpeg-3.3/libavcodec/mediacodec.h
|
|---|
| 216 | INSTALL Users/user/9/ffmpeg-3.3/libavcodec/qsv.h
|
|---|
| 217 | INSTALL Users/user/9/ffmpeg-3.3/libavcodec/vaapi.h
|
|---|
| 218 | INSTALL Users/user/9/ffmpeg-3.3/libavcodec/vda.h
|
|---|
| 219 | INSTALL Users/user/9/ffmpeg-3.3/libavcodec/vdpau.h
|
|---|
| 220 | INSTALL Users/user/9/ffmpeg-3.3/libavcodec/version.h
|
|---|
| 221 | INSTALL Users/user/9/ffmpeg-3.3/libavcodec/videotoolbox.h
|
|---|
| 222 | INSTALL Users/user/9/ffmpeg-3.3/libavcodec/vorbis_parser.h
|
|---|
| 223 | INSTALL Users/user/9/ffmpeg-3.3/libavcodec/xvmc.h
|
|---|
| 224 | INSTALL libavcodec/libavcodec.pc
|
|---|
| 225 | INSTALL Users/user/9/ffmpeg-3.3/libswresample/swresample.h
|
|---|
| 226 | INSTALL Users/user/9/ffmpeg-3.3/libswresample/version.h
|
|---|
| 227 | INSTALL libswresample/libswresample.pc
|
|---|
| 228 | INSTALL Users/user/9/ffmpeg-3.3/libswscale/swscale.h
|
|---|
| 229 | INSTALL Users/user/9/ffmpeg-3.3/libswscale/version.h
|
|---|
| 230 | src/libavformat/utils.c:2123:9: warning: variable 'pos_min' is used uninitialized whenever 'if' condition is false
|
|---|
| 231 | [-Wsometimes-uninitialized]
|
|---|
| 232 | if (st->index_entries) {
|
|---|
| 233 | ^~~~~~~~~~~~~~~~~
|
|---|
| 234 | src/libavformat/utils.c:2156:53: note: uninitialized use occurs here
|
|---|
| 235 | pos = ff_gen_search(s, stream_index, target_ts, pos_min, pos_max, pos_limit,
|
|---|
| 236 | ^~~~~~~
|
|---|
| 237 | src/libavformat/utils.c:2123:5: note: remove the 'if' if its condition is always true
|
|---|
| 238 | if (st->index_entries) {
|
|---|
| 239 | ^~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 240 | src/libavformat/utils.c:2107:5: note: variable 'pos_min' is declared here
|
|---|
| 241 | int64_t av_uninit(pos_min), av_uninit(pos_max), pos, pos_limit;
|
|---|
| 242 | ^
|
|---|
| 243 | src/libavformat/utils.c:2145:13: warning: variable 'pos_max' is used uninitialized whenever 'if' condition is false
|
|---|
| 244 | [-Wsometimes-uninitialized]
|
|---|
| 245 | if (index >= 0) {
|
|---|
| 246 | ^~~~~~~~~~
|
|---|
| 247 | src/libavformat/utils.c:2156:62: note: uninitialized use occurs here
|
|---|
| 248 | pos = ff_gen_search(s, stream_index, target_ts, pos_min, pos_max, pos_limit,
|
|---|
| 249 | ^~~~~~~
|
|---|
| 250 | src/libavformat/utils.c:2145:9: note: remove the 'if' if its condition is always true
|
|---|
| 251 | if (index >= 0) {
|
|---|
| 252 | ^~~~~~~~~~~~~~~~
|
|---|
| 253 | src/libavformat/utils.c:2123:9: warning: variable 'pos_max' is used uninitialized whenever 'if' condition is false
|
|---|
| 254 | [-Wsometimes-uninitialized]
|
|---|
| 255 | if (st->index_entries) {
|
|---|
| 256 | ^~~~~~~~~~~~~~~~~
|
|---|
| 257 | src/libavformat/utils.c:2156:62: note: uninitialized use occurs here
|
|---|
| 258 | pos = ff_gen_search(s, stream_index, target_ts, pos_min, pos_max, pos_limit,
|
|---|
| 259 | ^~~~~~~
|
|---|
| 260 | src/libavformat/utils.c:2123:5: note: remove the 'if' if its condition is always true
|
|---|
| 261 | if (st->index_entries) {
|
|---|
| 262 | ^~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 263 | src/libavformat/utils.c:2107:5: note: variable 'pos_max' is declared here
|
|---|
| 264 | int64_t av_uninit(pos_min), av_uninit(pos_max), pos, pos_limit;
|
|---|
| 265 | ^
|
|---|
| 266 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/adler32.h
|
|---|
| 267 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/aes.h
|
|---|
| 268 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/aes_ctr.h
|
|---|
| 269 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/attributes.h
|
|---|
| 270 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/audio_fifo.h
|
|---|
| 271 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/avassert.h
|
|---|
| 272 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/avstring.h
|
|---|
| 273 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/avutil.h
|
|---|
| 274 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/base64.h
|
|---|
| 275 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/blowfish.h
|
|---|
| 276 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/bprint.h
|
|---|
| 277 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/bswap.h
|
|---|
| 278 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/buffer.h
|
|---|
| 279 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/cast5.h
|
|---|
| 280 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/camellia.h
|
|---|
| 281 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/channel_layout.h
|
|---|
| 282 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/common.h
|
|---|
| 283 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/cpu.h
|
|---|
| 284 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/crc.h
|
|---|
| 285 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/des.h
|
|---|
| 286 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/dict.h
|
|---|
| 287 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/display.h
|
|---|
| 288 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/downmix_info.h
|
|---|
| 289 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/error.h
|
|---|
| 290 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/eval.h
|
|---|
| 291 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/fifo.h
|
|---|
| 292 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/file.h
|
|---|
| 293 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/frame.h
|
|---|
| 294 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/hash.h
|
|---|
| 295 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/hmac.h
|
|---|
| 296 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/hwcontext.h
|
|---|
| 297 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/hwcontext_cuda.h
|
|---|
| 298 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/hwcontext_dxva2.h
|
|---|
| 299 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/hwcontext_qsv.h
|
|---|
| 300 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/hwcontext_vaapi.h
|
|---|
| 301 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/hwcontext_vdpau.h
|
|---|
| 302 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/imgutils.h
|
|---|
| 303 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/intfloat.h
|
|---|
| 304 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/intreadwrite.h
|
|---|
| 305 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/lfg.h
|
|---|
| 306 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/log.h
|
|---|
| 307 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/macros.h
|
|---|
| 308 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/mathematics.h
|
|---|
| 309 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/mastering_display_metadata.h
|
|---|
| 310 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/md5.h
|
|---|
| 311 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/mem.h
|
|---|
| 312 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/motion_vector.h
|
|---|
| 313 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/murmur3.h
|
|---|
| 314 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/opt.h
|
|---|
| 315 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/parseutils.h
|
|---|
| 316 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/pixdesc.h
|
|---|
| 317 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/pixelutils.h
|
|---|
| 318 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/pixfmt.h
|
|---|
| 319 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/random_seed.h
|
|---|
| 320 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/rc4.h
|
|---|
| 321 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/rational.h
|
|---|
| 322 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/replaygain.h
|
|---|
| 323 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/ripemd.h
|
|---|
| 324 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/samplefmt.h
|
|---|
| 325 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/sha.h
|
|---|
| 326 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/sha512.h
|
|---|
| 327 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/spherical.h
|
|---|
| 328 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/stereo3d.h
|
|---|
| 329 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/threadmessage.h
|
|---|
| 330 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/time.h
|
|---|
| 331 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/timecode.h
|
|---|
| 332 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/timestamp.h
|
|---|
| 333 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/tree.h
|
|---|
| 334 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/twofish.h
|
|---|
| 335 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/version.h
|
|---|
| 336 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/xtea.h
|
|---|
| 337 | INSTALL Users/user/9/ffmpeg-3.3/libavutil/tea.h
|
|---|
| 338 | INSTALL libavutil/avconfig.h
|
|---|
| 339 | INSTALL libavutil/ffversion.h
|
|---|
| 340 | INSTALL libavutil/libavutil.pc
|
|---|
| 341 | INSTALL libswscale/libswscale.pc
|
|---|
| 342 | CC libavcodec/aacadtsdec.o
|
|---|
| 343 | CC libavcodec/aacdec.o
|
|---|
| 344 | CC libavcodec/aacps_float.o
|
|---|
| 345 | CC libavcodec/aacpsdsp_float.o
|
|---|
| 346 | src/libavformat/utils.c:5405:42: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 347 | const AVCodecContext *dec_ctx = ist->codec;
|
|---|
| 348 | ^
|
|---|
| 349 | src/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated here
|
|---|
| 350 | AVCodecContext *codec;
|
|---|
| 351 | ^
|
|---|
| 352 | src/libavformat/utils.c:5406:42: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 353 | AVCodecContext *enc_ctx = ost->codec;
|
|---|
| 354 | ^
|
|---|
| 355 | src/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated here
|
|---|
| 356 | AVCodecContext *codec;
|
|---|
| 357 | ^
|
|---|
| 358 | CC libavcodec/aacsbr.o
|
|---|
| 359 | CC libavcodec/aactab.o
|
|---|
| 360 | CC libavcodec/aarch64/fft_init_aarch64.o
|
|---|
| 361 | AS libavcodec/aarch64/fft_neon.o
|
|---|
| 362 | CC libavcodec/aarch64/h264chroma_init_aarch64.o
|
|---|
| 363 | AS libavcodec/aarch64/h264cmc_neon.o
|
|---|
| 364 | CC libavcodec/aarch64/h264dsp_init_aarch64.o
|
|---|
| 365 | AS libavcodec/aarch64/h264dsp_neon.o
|
|---|
| 366 | src/libavcodec/aarch64/h264dsp_init_aarch64.c:84:38: warning: incompatible pointer types assigning to 'h264_weight_func' (aka 'void
|
|---|
| 367 | (*)(unsigned char *, long, int, int, int, int)') from 'void (uint8_t *, int, int, int, int, int)' (aka 'void
|
|---|
| 368 | (unsigned char *, int, int, int, int, int)') [-Wincompatible-pointer-types]
|
|---|
| 369 | c->weight_h264_pixels_tab[0] = ff_weight_h264_pixels_16_neon;
|
|---|
| 370 | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 371 | src/libavcodec/aarch64/h264dsp_init_aarch64.c:85:38: warning: incompatible pointer types assigning to 'h264_weight_func' (aka 'void
|
|---|
| 372 | (*)(unsigned char *, long, int, int, int, int)') from 'void (uint8_t *, int, int, int, int, int)' (aka 'void
|
|---|
| 373 | (unsigned char *, int, int, int, int, int)') [-Wincompatible-pointer-types]
|
|---|
| 374 | c->weight_h264_pixels_tab[1] = ff_weight_h264_pixels_8_neon;
|
|---|
| 375 | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 376 | src/libavcodec/aarch64/h264dsp_init_aarch64.c:86:38: warning: incompatible pointer types assigning to 'h264_weight_func' (aka 'void
|
|---|
| 377 | (*)(unsigned char *, long, int, int, int, int)') from 'void (uint8_t *, int, int, int, int, int)' (aka 'void
|
|---|
| 378 | (unsigned char *, int, int, int, int, int)') [-Wincompatible-pointer-types]
|
|---|
| 379 | c->weight_h264_pixels_tab[2] = ff_weight_h264_pixels_4_neon;
|
|---|
| 380 | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 381 | src/libavcodec/aarch64/h264dsp_init_aarch64.c:88:40: warning: incompatible pointer types assigning to 'h264_biweight_func' (aka 'void
|
|---|
| 382 | (*)(unsigned char *, unsigned char *, long, int, int, int, int, int)') from
|
|---|
| 383 | 'void (uint8_t *, uint8_t *, int, int, int, int, int, int)' (aka 'void (unsigned char *, unsigned char *, int, int, int, int, int,
|
|---|
| 384 | int)') [-Wincompatible-pointer-types]
|
|---|
| 385 | c->biweight_h264_pixels_tab[0] = ff_biweight_h264_pixels_16_neon;
|
|---|
| 386 | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 387 | src/libavcodec/aarch64/h264dsp_init_aarch64.c:89:40: warning: incompatible pointer types assigning to 'h264_biweight_func' (aka 'void
|
|---|
| 388 | (*)(unsigned char *, unsigned char *, long, int, int, int, int, int)') from
|
|---|
| 389 | 'void (uint8_t *, uint8_t *, int, int, int, int, int, int)' (aka 'void (unsigned char *, unsigned char *, int, int, int, int, int,
|
|---|
| 390 | int)') [-Wincompatible-pointer-types]
|
|---|
| 391 | c->biweight_h264_pixels_tab[1] = ff_biweight_h264_pixels_8_neon;
|
|---|
| 392 | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 393 | src/libavcodec/aarch64/h264dsp_init_aarch64.c:90:40: warning: incompatible pointer types assigning to 'h264_biweight_func' (aka 'void
|
|---|
| 394 | (*)(unsigned char *, unsigned char *, long, int, int, int, int, int)') from
|
|---|
| 395 | 'void (uint8_t *, uint8_t *, int, int, int, int, int, int)' (aka 'void (unsigned char *, unsigned char *, int, int, int, int, int,
|
|---|
| 396 | int)') [-Wincompatible-pointer-types]
|
|---|
| 397 | c->biweight_h264_pixels_tab[2] = ff_biweight_h264_pixels_4_neon;
|
|---|
| 398 | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 399 | 6 warnings generated.
|
|---|
| 400 | AS libavcodec/aarch64/h264idct_neon.o
|
|---|
| 401 | CC libavcodec/aarch64/h264pred_init.o
|
|---|
| 402 | AS libavcodec/aarch64/h264pred_neon.o
|
|---|
| 403 | CC libavcodec/aarch64/h264qpel_init_aarch64.o
|
|---|
| 404 | AS libavcodec/aarch64/h264qpel_neon.o
|
|---|
| 405 | CC libavcodec/aarch64/hpeldsp_init_aarch64.o
|
|---|
| 406 | AS libavcodec/aarch64/hpeldsp_neon.o
|
|---|
| 407 | CC libavcodec/aarch64/idctdsp_init_aarch64.o
|
|---|
| 408 | AS libavcodec/aarch64/mdct_neon.o
|
|---|
| 409 | AS libavcodec/aarch64/simple_idct_neon.o
|
|---|
| 410 | <instantiation>:1:14: error: invalid operand for instruction
|
|---|
| 411 | smull v7.4S, ., v0.H[1]
|
|---|
| 412 | ^
|
|---|
| 413 | <instantiation>:11:9: note: while in macro instantiation
|
|---|
| 414 | idct_col4_top v24 v25 v26 v27 14
|
|---|
| 415 | ^
|
|---|
| 416 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 417 | declare_idct_col4_neon 1 4H
|
|---|
| 418 | ^
|
|---|
| 419 | <instantiation>:2:23: error: invalid operand for instruction
|
|---|
| 420 | smull v16.4S, ., v0.H[5]
|
|---|
| 421 | ^
|
|---|
| 422 | <instantiation>:11:9: note: while in macro instantiation
|
|---|
| 423 | idct_col4_top v24 v25 v26 v27 14
|
|---|
| 424 | ^
|
|---|
| 425 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 426 | declare_idct_col4_neon 1 4H
|
|---|
| 427 | ^
|
|---|
| 428 | <instantiation>:3:23: error: invalid operand for instruction
|
|---|
| 429 | smull v17.4S, ., v0.H[0]
|
|---|
| 430 | ^
|
|---|
| 431 | <instantiation>:11:9: note: while in macro instantiation
|
|---|
| 432 | idct_col4_top v24 v25 v26 v27 14
|
|---|
| 433 | ^
|
|---|
| 434 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 435 | declare_idct_col4_neon 1 4H
|
|---|
| 436 | ^
|
|---|
| 437 | <instantiation>:5:23: error: invalid operand for instruction
|
|---|
| 438 | smull v18.4S, ., v0.H[2]
|
|---|
| 439 | ^
|
|---|
| 440 | <instantiation>:11:9: note: while in macro instantiation
|
|---|
| 441 | idct_col4_top v24 v25 v26 v27 14
|
|---|
| 442 | ^
|
|---|
| 443 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 444 | declare_idct_col4_neon 1 4H
|
|---|
| 445 | ^
|
|---|
| 446 | <instantiation>:7:22: error: invalid operand for instruction
|
|---|
| 447 | smull v5.4S, ., v0.H[4]
|
|---|
| 448 | ^
|
|---|
| 449 | <instantiation>:11:9: note: while in macro instantiation
|
|---|
| 450 | idct_col4_top v24 v25 v26 v27 14
|
|---|
| 451 | ^
|
|---|
| 452 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 453 | declare_idct_col4_neon 1 4H
|
|---|
| 454 | ^
|
|---|
| 455 | <instantiation>:9:22: error: invalid operand for instruction
|
|---|
| 456 | smull v6.4S, ., v0.H[6]
|
|---|
| 457 | ^
|
|---|
| 458 | <instantiation>:11:9: note: while in macro instantiation
|
|---|
| 459 | idct_col4_top v24 v25 v26 v27 14
|
|---|
| 460 | ^
|
|---|
| 461 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 462 | declare_idct_col4_neon 1 4H
|
|---|
| 463 | ^
|
|---|
| 464 | <instantiation>:12:23: error: invalid operand for instruction
|
|---|
| 465 | smlal v17.4S, ., v0.H[2]
|
|---|
| 466 | ^
|
|---|
| 467 | <instantiation>:11:9: note: while in macro instantiation
|
|---|
| 468 | idct_col4_top v24 v25 v26 v27 14
|
|---|
| 469 | ^
|
|---|
| 470 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 471 | declare_idct_col4_neon 1 4H
|
|---|
| 472 | ^
|
|---|
| 473 | <instantiation>:13:23: error: invalid operand for instruction
|
|---|
| 474 | smlsl v18.4S, ., v0.H[6]
|
|---|
| 475 | ^
|
|---|
| 476 | <instantiation>:11:9: note: while in macro instantiation
|
|---|
| 477 | idct_col4_top v24 v25 v26 v27 14
|
|---|
| 478 | ^
|
|---|
| 479 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 480 | declare_idct_col4_neon 1 4H
|
|---|
| 481 | ^
|
|---|
| 482 | <instantiation>:14:22: error: invalid operand for instruction
|
|---|
| 483 | smlsl v5.4S, ., v0.H[0]
|
|---|
| 484 | ^
|
|---|
| 485 | <instantiation>:11:9: note: while in macro instantiation
|
|---|
| 486 | idct_col4_top v24 v25 v26 v27 14
|
|---|
| 487 | ^
|
|---|
| 488 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 489 | declare_idct_col4_neon 1 4H
|
|---|
| 490 | ^
|
|---|
| 491 | <instantiation>:15:22: error: invalid operand for instruction
|
|---|
| 492 | smlsl v6.4S, ., v0.H[4]
|
|---|
| 493 | ^
|
|---|
| 494 | <instantiation>:11:9: note: while in macro instantiation
|
|---|
| 495 | idct_col4_top v24 v25 v26 v27 14
|
|---|
| 496 | ^
|
|---|
| 497 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 498 | declare_idct_col4_neon 1 4H
|
|---|
| 499 | ^
|
|---|
| 500 | <instantiation>:13:22: error: vector lane must be an integer in range [0, 1].
|
|---|
| 501 | mov x4, v28.D[14 - 1]
|
|---|
| 502 | ^
|
|---|
| 503 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 504 | declare_idct_col4_neon 1 4H
|
|---|
| 505 | ^
|
|---|
| 506 | <instantiation>:14:22: error: vector lane must be an integer in range [0, 1].
|
|---|
| 507 | mov x5, v29.D[14 - 1]
|
|---|
| 508 | ^
|
|---|
| 509 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 510 | declare_idct_col4_neon 1 4H
|
|---|
| 511 | ^
|
|---|
| 512 | <instantiation>:18:24: error: invalid vector kind qualifier
|
|---|
| 513 | smull14 v7.4S, v28., v0.H[3]
|
|---|
| 514 | ^
|
|---|
| 515 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 516 | declare_idct_col4_neon 1 4H
|
|---|
| 517 | ^
|
|---|
| 518 | <instantiation>:18:9: error: unrecognized instruction mnemonic
|
|---|
| 519 | smull14 v7.4S, v28., v0.H[3]
|
|---|
| 520 | ^
|
|---|
| 521 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 522 | declare_idct_col4_neon 1 4H
|
|---|
| 523 | ^
|
|---|
| 524 | <instantiation>:24:17: error: vector lane must be an integer in range [0, 1].
|
|---|
| 525 | 1: mov x4, v30.D[14 - 1]
|
|---|
| 526 | ^
|
|---|
| 527 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 528 | declare_idct_col4_neon 1 4H
|
|---|
| 529 | ^
|
|---|
| 530 | <instantiation>:28:25: error: invalid vector kind qualifier
|
|---|
| 531 | smlal14 v17.4S, v29., v0.H[4]
|
|---|
| 532 | ^
|
|---|
| 533 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 534 | declare_idct_col4_neon 1 4H
|
|---|
| 535 | ^
|
|---|
| 536 | <instantiation>:28:9: error: unrecognized instruction mnemonic
|
|---|
| 537 | smlal14 v17.4S, v29., v0.H[4]
|
|---|
| 538 | ^
|
|---|
| 539 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 540 | declare_idct_col4_neon 1 4H
|
|---|
| 541 | ^
|
|---|
| 542 | <instantiation>:29:25: error: invalid vector kind qualifier
|
|---|
| 543 | smlsl14 v18.4S, v29., v0.H[0]
|
|---|
| 544 | ^
|
|---|
| 545 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 546 | declare_idct_col4_neon 1 4H
|
|---|
| 547 | ^
|
|---|
| 548 | <instantiation>:29:9: error: unrecognized instruction mnemonic
|
|---|
| 549 | smlsl14 v18.4S, v29., v0.H[0]
|
|---|
| 550 | ^
|
|---|
| 551 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 552 | declare_idct_col4_neon 1 4H
|
|---|
| 553 | ^
|
|---|
| 554 | <instantiation>:30:24: error: invalid vector kind qualifier
|
|---|
| 555 | smlal14 v5.4S, v29., v0.H[6]
|
|---|
| 556 | ^
|
|---|
| 557 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 558 | declare_idct_col4_neon 1 4H
|
|---|
| 559 | ^
|
|---|
| 560 | <instantiation>:30:9: error: unrecognized instruction mnemonic
|
|---|
| 561 | smlal14 v5.4S, v29., v0.H[6]
|
|---|
| 562 | ^
|
|---|
| 563 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 564 | declare_idct_col4_neon 1 4H
|
|---|
| 565 | ^
|
|---|
| 566 | <instantiation>:31:24: error: invalid vector kind qualifier
|
|---|
| 567 | smlal14 v6.4S, v29., v0.H[2]
|
|---|
| 568 | ^
|
|---|
| 569 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 570 | declare_idct_col4_neon 1 4H
|
|---|
| 571 | ^
|
|---|
| 572 | <instantiation>:31:9: error: unrecognized instruction mnemonic
|
|---|
| 573 | smlal14 v6.4S, v29., v0.H[2]
|
|---|
| 574 | ^
|
|---|
| 575 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 576 | declare_idct_col4_neon 1 4H
|
|---|
| 577 | ^
|
|---|
| 578 | <instantiation>:33:17: error: vector lane must be an integer in range [0, 1].
|
|---|
| 579 | 2: mov x5, v31.D[14 - 1]
|
|---|
| 580 | ^
|
|---|
| 581 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 582 | declare_idct_col4_neon 1 4H
|
|---|
| 583 | ^
|
|---|
| 584 | <instantiation>:37:24: error: invalid vector kind qualifier
|
|---|
| 585 | smull14 v7.4S, v30., v0.H[5]
|
|---|
| 586 | ^
|
|---|
| 587 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 588 | declare_idct_col4_neon 1 4H
|
|---|
| 589 | ^
|
|---|
| 590 | <instantiation>:37:9: error: unrecognized instruction mnemonic
|
|---|
| 591 | smull14 v7.4S, v30., v0.H[5]
|
|---|
| 592 | ^
|
|---|
| 593 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 594 | declare_idct_col4_neon 1 4H
|
|---|
| 595 | ^
|
|---|
| 596 | <instantiation>:38:25: error: invalid vector kind qualifier
|
|---|
| 597 | smull14 v16.4S, v30., v0.H[1]
|
|---|
| 598 | ^
|
|---|
| 599 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 600 | declare_idct_col4_neon 1 4H
|
|---|
| 601 | ^
|
|---|
| 602 | <instantiation>:38:9: error: unrecognized instruction mnemonic
|
|---|
| 603 | smull14 v16.4S, v30., v0.H[1]
|
|---|
| 604 | ^
|
|---|
| 605 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 606 | declare_idct_col4_neon 1 4H
|
|---|
| 607 | ^
|
|---|
| 608 | <instantiation>:47:25: error: invalid vector kind qualifier
|
|---|
| 609 | smlal14 v17.4S, v31., v0.H[6]
|
|---|
| 610 | ^
|
|---|
| 611 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 612 | declare_idct_col4_neon 1 4H
|
|---|
| 613 | ^
|
|---|
| 614 | <instantiation>:47:9: error: unrecognized instruction mnemonic
|
|---|
| 615 | smlal14 v17.4S, v31., v0.H[6]
|
|---|
| 616 | ^
|
|---|
| 617 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 618 | declare_idct_col4_neon 1 4H
|
|---|
| 619 | ^
|
|---|
| 620 | <instantiation>:48:25: error: invalid vector kind qualifier
|
|---|
| 621 | smlsl14 v18.4S, v31., v0.H[4]
|
|---|
| 622 | ^
|
|---|
| 623 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 624 | declare_idct_col4_neon 1 4H
|
|---|
| 625 | ^
|
|---|
| 626 | <instantiation>:48:9: error: unrecognized instruction mnemonic
|
|---|
| 627 | smlsl14 v18.4S, v31., v0.H[4]
|
|---|
| 628 | ^
|
|---|
| 629 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 630 | declare_idct_col4_neon 1 4H
|
|---|
| 631 | ^
|
|---|
| 632 | <instantiation>:49:24: error: invalid vector kind qualifier
|
|---|
| 633 | smlal14 v5.4S, v31., v0.H[2]
|
|---|
| 634 | ^
|
|---|
| 635 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 636 | declare_idct_col4_neon 1 4H
|
|---|
| 637 | ^
|
|---|
| 638 | <instantiation>:49:9: error: unrecognized instruction mnemonic
|
|---|
| 639 | smlal14 v5.4S, v31., v0.H[2]
|
|---|
| 640 | ^
|
|---|
| 641 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 642 | declare_idct_col4_neon 1 4H
|
|---|
| 643 | ^
|
|---|
| 644 | <instantiation>:50:24: error: invalid vector kind qualifier
|
|---|
| 645 | smlsl14 v6.4S, v31., v0.H[0]
|
|---|
| 646 | ^
|
|---|
| 647 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 648 | declare_idct_col4_neon 1 4H
|
|---|
| 649 | ^
|
|---|
| 650 | <instantiation>:50:9: error: unrecognized instruction mnemonic
|
|---|
| 651 | smlsl14 v6.4S, v31., v0.H[0]
|
|---|
| 652 | ^
|
|---|
| 653 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:234:1: note: while in macro instantiation
|
|---|
| 654 | declare_idct_col4_neon 1 4H
|
|---|
| 655 | ^
|
|---|
| 656 | <instantiation>:1:14: error: invalid operand for instruction
|
|---|
| 657 | smull v7.4S, ., v0.H[1]
|
|---|
| 658 | ^
|
|---|
| 659 | <instantiation>:11:9: note: while in macro instantiation
|
|---|
| 660 | idct_col4_top v24 v25 v26 v27 28
|
|---|
| 661 | ^
|
|---|
| 662 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 663 | declare_idct_col4_neon 2 8H
|
|---|
| 664 | ^
|
|---|
| 665 | <instantiation>:2:23: error: invalid operand for instruction
|
|---|
| 666 | smull v16.4S, ., v0.H[5]
|
|---|
| 667 | ^
|
|---|
| 668 | <instantiation>:11:9: note: while in macro instantiation
|
|---|
| 669 | idct_col4_top v24 v25 v26 v27 28
|
|---|
| 670 | ^
|
|---|
| 671 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 672 | declare_idct_col4_neon 2 8H
|
|---|
| 673 | ^
|
|---|
| 674 | <instantiation>:3:23: error: invalid operand for instruction
|
|---|
| 675 | smull v17.4S, ., v0.H[0]
|
|---|
| 676 | ^
|
|---|
| 677 | <instantiation>:11:9: note: while in macro instantiation
|
|---|
| 678 | idct_col4_top v24 v25 v26 v27 28
|
|---|
| 679 | ^
|
|---|
| 680 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 681 | declare_idct_col4_neon 2 8H
|
|---|
| 682 | ^
|
|---|
| 683 | <instantiation>:5:23: error: invalid operand for instruction
|
|---|
| 684 | smull v18.4S, ., v0.H[2]
|
|---|
| 685 | ^
|
|---|
| 686 | <instantiation>:11:9: note: while in macro instantiation
|
|---|
| 687 | idct_col4_top v24 v25 v26 v27 28
|
|---|
| 688 | ^
|
|---|
| 689 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 690 | declare_idct_col4_neon 2 8H
|
|---|
| 691 | ^
|
|---|
| 692 | <instantiation>:7:22: error: invalid operand for instruction
|
|---|
| 693 | smull v5.4S, ., v0.H[4]
|
|---|
| 694 | ^
|
|---|
| 695 | <instantiation>:11:9: note: while in macro instantiation
|
|---|
| 696 | idct_col4_top v24 v25 v26 v27 28
|
|---|
| 697 | ^
|
|---|
| 698 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 699 | declare_idct_col4_neon 2 8H
|
|---|
| 700 | ^
|
|---|
| 701 | <instantiation>:9:22: error: invalid operand for instruction
|
|---|
| 702 | smull v6.4S, ., v0.H[6]
|
|---|
| 703 | ^
|
|---|
| 704 | <instantiation>:11:9: note: while in macro instantiation
|
|---|
| 705 | idct_col4_top v24 v25 v26 v27 28
|
|---|
| 706 | ^
|
|---|
| 707 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 708 | declare_idct_col4_neon 2 8H
|
|---|
| 709 | ^
|
|---|
| 710 | <instantiation>:12:23: error: invalid operand for instruction
|
|---|
| 711 | smlal v17.4S, ., v0.H[2]
|
|---|
| 712 | ^
|
|---|
| 713 | <instantiation>:11:9: note: while in macro instantiation
|
|---|
| 714 | idct_col4_top v24 v25 v26 v27 28
|
|---|
| 715 | ^
|
|---|
| 716 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 717 | declare_idct_col4_neon 2 8H
|
|---|
| 718 | ^
|
|---|
| 719 | <instantiation>:13:23: error: invalid operand for instruction
|
|---|
| 720 | smlsl v18.4S, ., v0.H[6]
|
|---|
| 721 | ^
|
|---|
| 722 | <instantiation>:11:9: note: while in macro instantiation
|
|---|
| 723 | idct_col4_top v24 v25 v26 v27 28
|
|---|
| 724 | ^
|
|---|
| 725 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 726 | declare_idct_col4_neon 2 8H
|
|---|
| 727 | ^
|
|---|
| 728 | <instantiation>:14:22: error: invalid operand for instruction
|
|---|
| 729 | smlsl v5.4S, ., v0.H[0]
|
|---|
| 730 | ^
|
|---|
| 731 | <instantiation>:11:9: note: while in macro instantiation
|
|---|
| 732 | idct_col4_top v24 v25 v26 v27 28
|
|---|
| 733 | ^
|
|---|
| 734 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 735 | declare_idct_col4_neon 2 8H
|
|---|
| 736 | ^
|
|---|
| 737 | <instantiation>:15:22: error: invalid operand for instruction
|
|---|
| 738 | smlsl v6.4S, ., v0.H[4]
|
|---|
| 739 | ^
|
|---|
| 740 | <instantiation>:11:9: note: while in macro instantiation
|
|---|
| 741 | idct_col4_top v24 v25 v26 v27 28
|
|---|
| 742 | ^
|
|---|
| 743 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 744 | declare_idct_col4_neon 2 8H
|
|---|
| 745 | ^
|
|---|
| 746 | <instantiation>:13:22: error: vector lane must be an integer in range [0, 1].
|
|---|
| 747 | mov x4, v28.D[28 - 1]
|
|---|
| 748 | ^
|
|---|
| 749 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 750 | declare_idct_col4_neon 2 8H
|
|---|
| 751 | ^
|
|---|
| 752 | <instantiation>:14:22: error: vector lane must be an integer in range [0, 1].
|
|---|
| 753 | mov x5, v29.D[28 - 1]
|
|---|
| 754 | ^
|
|---|
| 755 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 756 | declare_idct_col4_neon 2 8H
|
|---|
| 757 | ^
|
|---|
| 758 | <instantiation>:18:24: error: invalid vector kind qualifier
|
|---|
| 759 | smull28 v7.4S, v28., v0.H[3]
|
|---|
| 760 | ^
|
|---|
| 761 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 762 | declare_idct_col4_neon 2 8H
|
|---|
| 763 | ^
|
|---|
| 764 | <instantiation>:18:9: error: unrecognized instruction mnemonic
|
|---|
| 765 | smull28 v7.4S, v28., v0.H[3]
|
|---|
| 766 | ^
|
|---|
| 767 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 768 | declare_idct_col4_neon 2 8H
|
|---|
| 769 | ^
|
|---|
| 770 | <instantiation>:24:17: error: vector lane must be an integer in range [0, 1].
|
|---|
| 771 | 1: mov x4, v30.D[28 - 1]
|
|---|
| 772 | ^
|
|---|
| 773 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 774 | declare_idct_col4_neon 2 8H
|
|---|
| 775 | ^
|
|---|
| 776 | <instantiation>:28:25: error: invalid vector kind qualifier
|
|---|
| 777 | smlal28 v17.4S, v29., v0.H[4]
|
|---|
| 778 | ^
|
|---|
| 779 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 780 | declare_idct_col4_neon 2 8H
|
|---|
| 781 | ^
|
|---|
| 782 | <instantiation>:28:9: error: unrecognized instruction mnemonic
|
|---|
| 783 | smlal28 v17.4S, v29., v0.H[4]
|
|---|
| 784 | ^
|
|---|
| 785 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 786 | declare_idct_col4_neon 2 8H
|
|---|
| 787 | ^
|
|---|
| 788 | <instantiation>:29:25: error: invalid vector kind qualifier
|
|---|
| 789 | smlsl28 v18.4S, v29., v0.H[0]
|
|---|
| 790 | ^
|
|---|
| 791 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 792 | declare_idct_col4_neon 2 8H
|
|---|
| 793 | ^
|
|---|
| 794 | <instantiation>:29:9: error: unrecognized instruction mnemonic
|
|---|
| 795 | smlsl28 v18.4S, v29., v0.H[0]
|
|---|
| 796 | ^
|
|---|
| 797 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 798 | declare_idct_col4_neon 2 8H
|
|---|
| 799 | ^
|
|---|
| 800 | <instantiation>:30:24: error: invalid vector kind qualifier
|
|---|
| 801 | smlal28 v5.4S, v29., v0.H[6]
|
|---|
| 802 | ^
|
|---|
| 803 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 804 | declare_idct_col4_neon 2 8H
|
|---|
| 805 | ^
|
|---|
| 806 | <instantiation>:30:9: error: unrecognized instruction mnemonic
|
|---|
| 807 | smlal28 v5.4S, v29., v0.H[6]
|
|---|
| 808 | ^
|
|---|
| 809 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 810 | declare_idct_col4_neon 2 8H
|
|---|
| 811 | ^
|
|---|
| 812 | <instantiation>:31:24: error: invalid vector kind qualifier
|
|---|
| 813 | smlal28 v6.4S, v29., v0.H[2]
|
|---|
| 814 | ^
|
|---|
| 815 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 816 | declare_idct_col4_neon 2 8H
|
|---|
| 817 | ^
|
|---|
| 818 | <instantiation>:31:9: error: unrecognized instruction mnemonic
|
|---|
| 819 | smlal28 v6.4S, v29., v0.H[2]
|
|---|
| 820 | ^
|
|---|
| 821 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 822 | declare_idct_col4_neon 2 8H
|
|---|
| 823 | ^
|
|---|
| 824 | <instantiation>:33:17: error: vector lane must be an integer in range [0, 1].
|
|---|
| 825 | 2: mov x5, v31.D[28 - 1]
|
|---|
| 826 | ^
|
|---|
| 827 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 828 | declare_idct_col4_neon 2 8H
|
|---|
| 829 | ^
|
|---|
| 830 | <instantiation>:37:24: error: invalid vector kind qualifier
|
|---|
| 831 | smull28 v7.4S, v30., v0.H[5]
|
|---|
| 832 | ^
|
|---|
| 833 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 834 | declare_idct_col4_neon 2 8H
|
|---|
| 835 | ^
|
|---|
| 836 | <instantiation>:37:9: error: unrecognized instruction mnemonic
|
|---|
| 837 | smull28 v7.4S, v30., v0.H[5]
|
|---|
| 838 | ^
|
|---|
| 839 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 840 | declare_idct_col4_neon 2 8H
|
|---|
| 841 | ^
|
|---|
| 842 | <instantiation>:38:25: error: invalid vector kind qualifier
|
|---|
| 843 | smull28 v16.4S, v30., v0.H[1]
|
|---|
| 844 | ^
|
|---|
| 845 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 846 | declare_idct_col4_neon 2 8H
|
|---|
| 847 | ^
|
|---|
| 848 | <instantiation>:38:9: error: unrecognized instruction mnemonic
|
|---|
| 849 | smull28 v16.4S, v30., v0.H[1]
|
|---|
| 850 | ^
|
|---|
| 851 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 852 | declare_idct_col4_neon 2 8H
|
|---|
| 853 | ^
|
|---|
| 854 | <instantiation>:47:25: error: invalid vector kind qualifier
|
|---|
| 855 | smlal28 v17.4S, v31., v0.H[6]
|
|---|
| 856 | ^
|
|---|
| 857 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 858 | declare_idct_col4_neon 2 8H
|
|---|
| 859 | ^
|
|---|
| 860 | <instantiation>:47:9: error: unrecognized instruction mnemonic
|
|---|
| 861 | smlal28 v17.4S, v31., v0.H[6]
|
|---|
| 862 | ^
|
|---|
| 863 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 864 | declare_idct_col4_neon 2 8H
|
|---|
| 865 | ^
|
|---|
| 866 | <instantiation>:48:25: error: invalid vector kind qualifier
|
|---|
| 867 | smlsl28 v18.4S, v31., v0.H[4]
|
|---|
| 868 | ^
|
|---|
| 869 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 870 | declare_idct_col4_neon 2 8H
|
|---|
| 871 | ^
|
|---|
| 872 | <instantiation>:48:9: error: unrecognized instruction mnemonic
|
|---|
| 873 | smlsl28 v18.4S, v31., v0.H[4]
|
|---|
| 874 | ^
|
|---|
| 875 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 876 | declare_idct_col4_neon 2 8H
|
|---|
| 877 | ^
|
|---|
| 878 | <instantiation>:49:24: error: invalid vector kind qualifier
|
|---|
| 879 | smlal28 v5.4S, v31., v0.H[2]
|
|---|
| 880 | ^
|
|---|
| 881 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 882 | declare_idct_col4_neon 2 8H
|
|---|
| 883 | ^
|
|---|
| 884 | <instantiation>:49:9: error: unrecognized instruction mnemonic
|
|---|
| 885 | smlal28 v5.4S, v31., v0.H[2]
|
|---|
| 886 | ^
|
|---|
| 887 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 888 | declare_idct_col4_neon 2 8H
|
|---|
| 889 | ^
|
|---|
| 890 | <instantiation>:50:24: error: invalid vector kind qualifier
|
|---|
| 891 | smlsl28 v6.4S, v31., v0.H[0]
|
|---|
| 892 | ^
|
|---|
| 893 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 894 | declare_idct_col4_neon 2 8H
|
|---|
| 895 | ^
|
|---|
| 896 | <instantiation>:50:9: error: unrecognized instruction mnemonic
|
|---|
| 897 | smlsl28 v6.4S, v31., v0.H[0]
|
|---|
| 898 | ^
|
|---|
| 899 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:235:1: note: while in macro instantiation
|
|---|
| 900 | declare_idct_col4_neon 2 8H
|
|---|
| 901 | ^
|
|---|
| 902 | <instantiation>:1:6: error: vector register expected
|
|---|
| 903 | ld1 {v24v25v26v271.2D-.2D}, [x2], #32
|
|---|
| 904 | ^
|
|---|
| 905 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 906 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 907 | ^
|
|---|
| 908 | <instantiation>:3:21: error: invalid operand for instruction
|
|---|
| 909 | orr v5.16B, v24v25v26v271.16B, .16B
|
|---|
| 910 | ^
|
|---|
| 911 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 912 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 913 | ^
|
|---|
| 914 | <instantiation>:4:14: error: vector register expected
|
|---|
| 915 | ld1 {.2D, .2D}, [x2], #32
|
|---|
| 916 | ^
|
|---|
| 917 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 918 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 919 | ^
|
|---|
| 920 | <instantiation>:5:21: error: invalid operand for instruction
|
|---|
| 921 | orr v6.16B, .16B, .16B
|
|---|
| 922 | ^
|
|---|
| 923 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 924 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 925 | ^
|
|---|
| 926 | <instantiation>:8:23: error: invalid operand for instruction
|
|---|
| 927 | smlal v23.4S, v24v25v26v271.4H, v0.H[3]
|
|---|
| 928 | ^
|
|---|
| 929 | AS libavcodec/aarch64/videodsp.o
|
|---|
| 930 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 931 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 932 | ^
|
|---|
| 933 | <instantiation>:1:14: error: invalid operand for instruction
|
|---|
| 934 | smull v7.4S, ., v0.H[1]
|
|---|
| 935 | ^
|
|---|
| 936 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 937 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 938 | ^
|
|---|
| 939 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 940 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 941 | ^
|
|---|
| 942 | <instantiation>:2:23: error: invalid operand for instruction
|
|---|
| 943 | smull v16.4S, ., v0.H[5]
|
|---|
| 944 | ^
|
|---|
| 945 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 946 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 947 | ^
|
|---|
| 948 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 949 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 950 | ^
|
|---|
| 951 | <instantiation>:3:23: error: invalid operand for instruction
|
|---|
| 952 | smull v17.4S, ., v0.H[0]
|
|---|
| 953 | ^
|
|---|
| 954 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 955 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 956 | ^
|
|---|
| 957 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 958 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 959 | ^
|
|---|
| 960 | <instantiation>:5:23: error: invalid operand for instruction
|
|---|
| 961 | smull v18.4S, ., v0.H[2]
|
|---|
| 962 | ^
|
|---|
| 963 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 964 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 965 | ^
|
|---|
| 966 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 967 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 968 | ^
|
|---|
| 969 | <instantiation>:7:22: error: invalid operand for instruction
|
|---|
| 970 | smull v5.4S, ., v0.H[4]
|
|---|
| 971 | ^
|
|---|
| 972 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 973 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 974 | ^
|
|---|
| 975 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 976 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 977 | ^
|
|---|
| 978 | <instantiation>:9:22: error: invalid operand for instruction
|
|---|
| 979 | smull v6.4S, ., v0.H[6]
|
|---|
| 980 | ^
|
|---|
| 981 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 982 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 983 | ^
|
|---|
| 984 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 985 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 986 | ^
|
|---|
| 987 | <instantiation>:12:23: error: invalid operand for instruction
|
|---|
| 988 | smlal v17.4S, ., v0.H[2]
|
|---|
| 989 | ^
|
|---|
| 990 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 991 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 992 | ^
|
|---|
| 993 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 994 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 995 | ^
|
|---|
| 996 | <instantiation>:13:23: error: invalid operand for instruction
|
|---|
| 997 | smlsl v18.4S, ., v0.H[6]
|
|---|
| 998 | ^
|
|---|
| 999 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1000 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 1001 | ^
|
|---|
| 1002 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1003 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1004 | ^
|
|---|
| 1005 | <instantiation>:14:22: error: invalid operand for instruction
|
|---|
| 1006 | smlsl v5.4S, ., v0.H[0]
|
|---|
| 1007 | ^
|
|---|
| 1008 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1009 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 1010 | ^
|
|---|
| 1011 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1012 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1013 | ^
|
|---|
| 1014 | <instantiation>:15:22: error: invalid operand for instruction
|
|---|
| 1015 | smlsl v6.4S, ., v0.H[4]
|
|---|
| 1016 | ^
|
|---|
| 1017 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1018 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 1019 | ^
|
|---|
| 1020 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1021 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1022 | ^
|
|---|
| 1023 | <instantiation>:15:23: error: invalid operand for instruction
|
|---|
| 1024 | smull2 v7.4S, v24v25v26v271.8H, v0.H[3]
|
|---|
| 1025 | ^
|
|---|
| 1026 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1027 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1028 | ^
|
|---|
| 1029 | <instantiation>:16:24: error: invalid operand for instruction
|
|---|
| 1030 | smlal2 v17.4S, .8H, v0.H[4]
|
|---|
| 1031 | ^
|
|---|
| 1032 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1033 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1034 | ^
|
|---|
| 1035 | <instantiation>:17:24: error: invalid operand for instruction
|
|---|
| 1036 | smlsl2 v18.4S, .8H, v0.H[0]
|
|---|
| 1037 | ^
|
|---|
| 1038 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1039 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1040 | ^
|
|---|
| 1041 | <instantiation>:18:24: error: invalid operand for instruction
|
|---|
| 1042 | smull2 v16.4S, .8H, v0.H[1]
|
|---|
| 1043 | ^
|
|---|
| 1044 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1045 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1046 | ^
|
|---|
| 1047 | <instantiation>:19:23: error: invalid operand for instruction
|
|---|
| 1048 | smlal2 v5.4S, .8H, v0.H[6]
|
|---|
| 1049 | ^
|
|---|
| 1050 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1051 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1052 | ^
|
|---|
| 1053 | <instantiation>:24:23: error: invalid operand for instruction
|
|---|
| 1054 | smlal2 v6.4S, .8H, v0.H[2]
|
|---|
| 1055 | ^
|
|---|
| 1056 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1057 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1058 | ^
|
|---|
| 1059 | <instantiation>:25:23: error: invalid operand for instruction
|
|---|
| 1060 | smull2 v7.4S, .8H, v0.H[5]
|
|---|
| 1061 | ^
|
|---|
| 1062 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1063 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1064 | ^
|
|---|
| 1065 | <instantiation>:26:24: error: invalid operand for instruction
|
|---|
| 1066 | smlal2 v17.4S, .8H, v0.H[6]
|
|---|
| 1067 | ^
|
|---|
| 1068 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1069 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1070 | ^
|
|---|
| 1071 | <instantiation>:27:24: error: invalid operand for instruction
|
|---|
| 1072 | smlsl2 v18.4S, .8H, v0.H[4]
|
|---|
| 1073 | ^
|
|---|
| 1074 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1075 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1076 | ^
|
|---|
| 1077 | <instantiation>:28:23: error: invalid operand for instruction
|
|---|
| 1078 | smlal2 v5.4S, .8H, v0.H[2]
|
|---|
| 1079 | ^
|
|---|
| 1080 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1081 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1082 | ^
|
|---|
| 1083 | <instantiation>:29:23: error: invalid operand for instruction
|
|---|
| 1084 | smlsl2 v6.4S, .8H, v0.H[0]
|
|---|
| 1085 | ^
|
|---|
| 1086 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1087 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1088 | ^
|
|---|
| 1089 | <instantiation>:35:1: error: unexpected token at start of statement
|
|---|
| 1090 | : add .4S, v19.4S, v17.4S
|
|---|
| 1091 | ^
|
|---|
| 1092 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1093 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1094 | ^
|
|---|
| 1095 | <instantiation>:36:13: error: invalid operand for instruction
|
|---|
| 1096 | add .4S, v20.4S, v18.4S
|
|---|
| 1097 | ^
|
|---|
| 1098 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1099 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1100 | ^
|
|---|
| 1101 | <instantiation>:37:14: error: invalid operand for instruction
|
|---|
| 1102 | shrn v24v25v26v271.4H, .4S, #11
|
|---|
| 1103 | ^
|
|---|
| 1104 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1105 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1106 | ^
|
|---|
| 1107 | <instantiation>:38:14: error: invalid operand for instruction
|
|---|
| 1108 | shrn .4H, .4S, #11
|
|---|
| 1109 | ^
|
|---|
| 1110 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1111 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1112 | ^
|
|---|
| 1113 | <instantiation>:41:14: error: invalid operand for instruction
|
|---|
| 1114 | shrn .4H, v7.4S, #11
|
|---|
| 1115 | ^
|
|---|
| 1116 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1117 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1118 | ^
|
|---|
| 1119 | <instantiation>:42:14: error: invalid operand for instruction
|
|---|
| 1120 | shrn .4H, v16.4S, #11
|
|---|
| 1121 | ^
|
|---|
| 1122 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1123 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1124 | ^
|
|---|
| 1125 | <instantiation>:46:15: error: invalid operand for instruction
|
|---|
| 1126 | shrn2 v24v25v26v271.8H, v22.4S, #11
|
|---|
| 1127 | ^
|
|---|
| 1128 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1129 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1130 | ^
|
|---|
| 1131 | <instantiation>:48:15: error: invalid operand for instruction
|
|---|
| 1132 | shrn2 .8H, v21.4S, #11
|
|---|
| 1133 | ^
|
|---|
| 1134 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1135 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1136 | ^
|
|---|
| 1137 | <instantiation>:49:15: error: invalid operand for instruction
|
|---|
| 1138 | shrn2 .8H, v20.4S, #11
|
|---|
| 1139 | ^
|
|---|
| 1140 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1141 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1142 | ^
|
|---|
| 1143 | <instantiation>:50:15: error: invalid operand for instruction
|
|---|
| 1144 | shrn2 .8H, v19.4S, #11
|
|---|
| 1145 | ^
|
|---|
| 1146 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1147 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1148 | ^
|
|---|
| 1149 | <instantiation>:52:22: error: invalid operand for instruction
|
|---|
| 1150 | trn1 v16.8H, v24v25v26v271.8H, .8H
|
|---|
| 1151 | ^
|
|---|
| 1152 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1153 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1154 | ^
|
|---|
| 1155 | <instantiation>:53:22: error: invalid operand for instruction
|
|---|
| 1156 | trn2 v17.8H, v24v25v26v271.8H, .8H
|
|---|
| 1157 | ^
|
|---|
| 1158 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1159 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1160 | ^
|
|---|
| 1161 | <instantiation>:54:22: error: invalid operand for instruction
|
|---|
| 1162 | trn1 v18.8H, .8H, .8H
|
|---|
| 1163 | ^
|
|---|
| 1164 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1165 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1166 | ^
|
|---|
| 1167 | <instantiation>:55:22: error: invalid operand for instruction
|
|---|
| 1168 | trn2 v19.8H, .8H, .8H
|
|---|
| 1169 | ^
|
|---|
| 1170 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1171 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1172 | ^
|
|---|
| 1173 | <instantiation>:56:14: error: invalid operand for instruction
|
|---|
| 1174 | trn1 v24v25v26v271.4S, v16.4S, v18.4S
|
|---|
| 1175 | ^
|
|---|
| 1176 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1177 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1178 | ^
|
|---|
| 1179 | <instantiation>:57:14: error: invalid operand for instruction
|
|---|
| 1180 | trn1 .4S, v17.4S, v19.4S
|
|---|
| 1181 | ^
|
|---|
| 1182 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1183 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1184 | ^
|
|---|
| 1185 | <instantiation>:58:14: error: invalid operand for instruction
|
|---|
| 1186 | trn2 .4S, v16.4S, v18.4S
|
|---|
| 1187 | ^
|
|---|
| 1188 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1189 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1190 | ^
|
|---|
| 1191 | <instantiation>:59:14: error: invalid operand for instruction
|
|---|
| 1192 | trn2 .4S, v17.4S, v19.4S
|
|---|
| 1193 | ^
|
|---|
| 1194 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:240:9: note: while in macro instantiation
|
|---|
| 1195 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1196 | ^
|
|---|
| 1197 | <instantiation>:1:6: error: vector register expected
|
|---|
| 1198 | ld1 {v28v29v30v312.2D-.2D}, [x2], #32
|
|---|
| 1199 | ^
|
|---|
| 1200 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1201 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1202 | ^
|
|---|
| 1203 | <instantiation>:3:21: error: invalid operand for instruction
|
|---|
| 1204 | orr v5.16B, v28v29v30v312.16B, .16B
|
|---|
| 1205 | ^
|
|---|
| 1206 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1207 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1208 | ^
|
|---|
| 1209 | <instantiation>:4:14: error: vector register expected
|
|---|
| 1210 | ld1 {.2D, .2D}, [x2], #32
|
|---|
| 1211 | ^
|
|---|
| 1212 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1213 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1214 | ^
|
|---|
| 1215 | <instantiation>:5:21: error: invalid operand for instruction
|
|---|
| 1216 | orr v6.16B, .16B, .16B
|
|---|
| 1217 | ^
|
|---|
| 1218 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1219 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1220 | ^
|
|---|
| 1221 | <instantiation>:8:23: error: invalid operand for instruction
|
|---|
| 1222 | smlal v23.4S, v28v29v30v312.4H, v0.H[3]
|
|---|
| 1223 | ^
|
|---|
| 1224 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1225 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1226 | ^
|
|---|
| 1227 | <instantiation>:1:14: error: invalid operand for instruction
|
|---|
| 1228 | smull v7.4S, ., v0.H[1]
|
|---|
| 1229 | ^
|
|---|
| 1230 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1231 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 1232 | ^
|
|---|
| 1233 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1234 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1235 | ^
|
|---|
| 1236 | <instantiation>:2:23: error: invalid operand for instruction
|
|---|
| 1237 | smull v16.4S, ., v0.H[5]
|
|---|
| 1238 | ^
|
|---|
| 1239 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1240 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 1241 | ^
|
|---|
| 1242 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1243 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1244 | ^
|
|---|
| 1245 | <instantiation>:3:23: error: invalid operand for instruction
|
|---|
| 1246 | smull v17.4S, ., v0.H[0]
|
|---|
| 1247 | ^
|
|---|
| 1248 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1249 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 1250 | ^
|
|---|
| 1251 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1252 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1253 | ^
|
|---|
| 1254 | <instantiation>:5:23: error: invalid operand for instruction
|
|---|
| 1255 | smull v18.4S, ., v0.H[2]
|
|---|
| 1256 | ^
|
|---|
| 1257 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1258 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 1259 | ^
|
|---|
| 1260 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1261 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1262 | ^
|
|---|
| 1263 | <instantiation>:7:22: error: invalid operand for instruction
|
|---|
| 1264 | smull v5.4S, ., v0.H[4]
|
|---|
| 1265 | ^
|
|---|
| 1266 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1267 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 1268 | ^
|
|---|
| 1269 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1270 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1271 | ^
|
|---|
| 1272 | <instantiation>:9:22: error: invalid operand for instruction
|
|---|
| 1273 | smull v6.4S, ., v0.H[6]
|
|---|
| 1274 | ^
|
|---|
| 1275 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1276 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 1277 | ^
|
|---|
| 1278 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1279 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1280 | ^
|
|---|
| 1281 | <instantiation>:12:23: error: invalid operand for instruction
|
|---|
| 1282 | smlal v17.4S, ., v0.H[2]
|
|---|
| 1283 | ^
|
|---|
| 1284 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1285 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 1286 | ^
|
|---|
| 1287 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1288 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1289 | ^
|
|---|
| 1290 | <instantiation>:13:23: error: invalid operand for instruction
|
|---|
| 1291 | smlsl v18.4S, ., v0.H[6]
|
|---|
| 1292 | ^
|
|---|
| 1293 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1294 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 1295 | ^
|
|---|
| 1296 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1297 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1298 | ^
|
|---|
| 1299 | <instantiation>:14:22: error: invalid operand for instruction
|
|---|
| 1300 | smlsl v5.4S, ., v0.H[0]
|
|---|
| 1301 | ^
|
|---|
| 1302 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1303 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 1304 | ^
|
|---|
| 1305 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1306 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1307 | ^
|
|---|
| 1308 | <instantiation>:15:22: error: invalid operand for instruction
|
|---|
| 1309 | smlsl v6.4S, ., v0.H[4]
|
|---|
| 1310 | ^
|
|---|
| 1311 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1312 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 1313 | ^
|
|---|
| 1314 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1315 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1316 | ^
|
|---|
| 1317 | <instantiation>:15:23: error: invalid operand for instruction
|
|---|
| 1318 | smull2 v7.4S, v28v29v30v312.8H, v0.H[3]
|
|---|
| 1319 | ^
|
|---|
| 1320 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1321 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1322 | ^
|
|---|
| 1323 | <instantiation>:16:24: error: invalid operand for instruction
|
|---|
| 1324 | smlal2 v17.4S, .8H, v0.H[4]
|
|---|
| 1325 | ^
|
|---|
| 1326 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1327 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1328 | ^
|
|---|
| 1329 | <instantiation>:17:24: error: invalid operand for instruction
|
|---|
| 1330 | smlsl2 v18.4S, .8H, v0.H[0]
|
|---|
| 1331 | ^
|
|---|
| 1332 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1333 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1334 | ^
|
|---|
| 1335 | <instantiation>:18:24: error: invalid operand for instruction
|
|---|
| 1336 | smull2 v16.4S, .8H, v0.H[1]
|
|---|
| 1337 | ^
|
|---|
| 1338 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1339 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1340 | ^
|
|---|
| 1341 | <instantiation>:19:23: error: invalid operand for instruction
|
|---|
| 1342 | smlal2 v5.4S, .8H, v0.H[6]
|
|---|
| 1343 | ^
|
|---|
| 1344 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1345 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1346 | ^
|
|---|
| 1347 | <instantiation>:24:23: error: invalid operand for instruction
|
|---|
| 1348 | smlal2 v6.4S, .8H, v0.H[2]
|
|---|
| 1349 | ^
|
|---|
| 1350 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1351 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1352 | ^
|
|---|
| 1353 | <instantiation>:25:23: error: invalid operand for instruction
|
|---|
| 1354 | smull2 v7.4S, .8H, v0.H[5]
|
|---|
| 1355 | ^
|
|---|
| 1356 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1357 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1358 | ^
|
|---|
| 1359 | <instantiation>:26:24: error: invalid operand for instruction
|
|---|
| 1360 | smlal2 v17.4S, .8H, v0.H[6]
|
|---|
| 1361 | ^
|
|---|
| 1362 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1363 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1364 | ^
|
|---|
| 1365 | <instantiation>:27:24: error: invalid operand for instruction
|
|---|
| 1366 | smlsl2 v18.4S, .8H, v0.H[4]
|
|---|
| 1367 | ^
|
|---|
| 1368 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1369 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1370 | ^
|
|---|
| 1371 | <instantiation>:28:23: error: invalid operand for instruction
|
|---|
| 1372 | smlal2 v5.4S, .8H, v0.H[2]
|
|---|
| 1373 | ^
|
|---|
| 1374 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1375 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1376 | ^
|
|---|
| 1377 | <instantiation>:29:23: error: invalid operand for instruction
|
|---|
| 1378 | smlsl2 v6.4S, .8H, v0.H[0]
|
|---|
| 1379 | ^
|
|---|
| 1380 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1381 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1382 | ^
|
|---|
| 1383 | <instantiation>:35:1: error: unexpected token at start of statement
|
|---|
| 1384 | : add .4S, v19.4S, v17.4S
|
|---|
| 1385 | ^
|
|---|
| 1386 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1387 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1388 | ^
|
|---|
| 1389 | <instantiation>:36:13: error: invalid operand for instruction
|
|---|
| 1390 | add .4S, v20.4S, v18.4S
|
|---|
| 1391 | ^
|
|---|
| 1392 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1393 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1394 | ^
|
|---|
| 1395 | <instantiation>:37:14: error: invalid operand for instruction
|
|---|
| 1396 | shrn v28v29v30v312.4H, .4S, #11
|
|---|
| 1397 | ^
|
|---|
| 1398 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1399 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1400 | ^
|
|---|
| 1401 | <instantiation>:38:14: error: invalid operand for instruction
|
|---|
| 1402 | shrn .4H, .4S, #11
|
|---|
| 1403 | ^
|
|---|
| 1404 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1405 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1406 | ^
|
|---|
| 1407 | <instantiation>:41:14: error: invalid operand for instruction
|
|---|
| 1408 | shrn .4H, v7.4S, #11
|
|---|
| 1409 | ^
|
|---|
| 1410 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1411 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1412 | ^
|
|---|
| 1413 | <instantiation>:42:14: error: invalid operand for instruction
|
|---|
| 1414 | shrn .4H, v16.4S, #11
|
|---|
| 1415 | ^
|
|---|
| 1416 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1417 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1418 | ^
|
|---|
| 1419 | <instantiation>:46:15: error: invalid operand for instruction
|
|---|
| 1420 | shrn2 v28v29v30v312.8H, v22.4S, #11
|
|---|
| 1421 | ^
|
|---|
| 1422 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1423 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1424 | ^
|
|---|
| 1425 | <instantiation>:48:15: error: invalid operand for instruction
|
|---|
| 1426 | shrn2 .8H, v21.4S, #11
|
|---|
| 1427 | ^
|
|---|
| 1428 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1429 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1430 | ^
|
|---|
| 1431 | <instantiation>:49:15: error: invalid operand for instruction
|
|---|
| 1432 | shrn2 .8H, v20.4S, #11
|
|---|
| 1433 | ^
|
|---|
| 1434 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1435 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1436 | ^
|
|---|
| 1437 | <instantiation>:50:15: error: invalid operand for instruction
|
|---|
| 1438 | shrn2 .8H, v19.4S, #11
|
|---|
| 1439 | ^
|
|---|
| 1440 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1441 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1442 | ^
|
|---|
| 1443 | <instantiation>:52:22: error: invalid operand for instruction
|
|---|
| 1444 | trn1 v16.8H, v28v29v30v312.8H, .8H
|
|---|
| 1445 | ^
|
|---|
| 1446 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1447 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1448 | ^
|
|---|
| 1449 | <instantiation>:53:22: error: invalid operand for instruction
|
|---|
| 1450 | trn2 v17.8H, v28v29v30v312.8H, .8H
|
|---|
| 1451 | ^
|
|---|
| 1452 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1453 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1454 | ^
|
|---|
| 1455 | <instantiation>:54:22: error: invalid operand for instruction
|
|---|
| 1456 | trn1 v18.8H, .8H, .8H
|
|---|
| 1457 | ^
|
|---|
| 1458 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1459 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1460 | ^
|
|---|
| 1461 | <instantiation>:55:22: error: invalid operand for instruction
|
|---|
| 1462 | trn2 v19.8H, .8H, .8H
|
|---|
| 1463 | ^
|
|---|
| 1464 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1465 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1466 | ^
|
|---|
| 1467 | <instantiation>:56:14: error: invalid operand for instruction
|
|---|
| 1468 | trn1 v28v29v30v312.4S, v16.4S, v18.4S
|
|---|
| 1469 | ^
|
|---|
| 1470 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1471 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1472 | ^
|
|---|
| 1473 | <instantiation>:57:14: error: invalid operand for instruction
|
|---|
| 1474 | trn1 .4S, v17.4S, v19.4S
|
|---|
| 1475 | ^
|
|---|
| 1476 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1477 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1478 | ^
|
|---|
| 1479 | <instantiation>:58:14: error: invalid operand for instruction
|
|---|
| 1480 | trn2 .4S, v16.4S, v18.4S
|
|---|
| 1481 | ^
|
|---|
| 1482 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1483 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1484 | ^
|
|---|
| 1485 | <instantiation>:59:14: error: invalid operand for instruction
|
|---|
| 1486 | trn2 .4S, v17.4S, v19.4S
|
|---|
| 1487 | ^
|
|---|
| 1488 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:241:9: note: while in macro instantiation
|
|---|
| 1489 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1490 | ^
|
|---|
| 1491 | <instantiation>:1:6: error: vector register expected
|
|---|
| 1492 | ld1 {v24v25v26v271.2D-.2D}, [x2], #32
|
|---|
| 1493 | ^
|
|---|
| 1494 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1495 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1496 | ^
|
|---|
| 1497 | <instantiation>:3:21: error: invalid operand for instruction
|
|---|
| 1498 | orr v5.16B, v24v25v26v271.16B, .16B
|
|---|
| 1499 | ^
|
|---|
| 1500 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1501 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1502 | ^
|
|---|
| 1503 | <instantiation>:4:14: error: vector register expected
|
|---|
| 1504 | ld1 {.2D, .2D}, [x2], #32
|
|---|
| 1505 | ^
|
|---|
| 1506 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1507 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1508 | ^
|
|---|
| 1509 | <instantiation>:5:21: error: invalid operand for instruction
|
|---|
| 1510 | orr v6.16B, .16B, .16B
|
|---|
| 1511 | ^
|
|---|
| 1512 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1513 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1514 | ^
|
|---|
| 1515 | <instantiation>:8:23: error: invalid operand for instruction
|
|---|
| 1516 | smlal v23.4S, v24v25v26v271.4H, v0.H[3]
|
|---|
| 1517 | ^
|
|---|
| 1518 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1519 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1520 | ^
|
|---|
| 1521 | <instantiation>:1:14: error: invalid operand for instruction
|
|---|
| 1522 | smull v7.4S, ., v0.H[1]
|
|---|
| 1523 | ^
|
|---|
| 1524 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1525 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 1526 | ^
|
|---|
| 1527 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1528 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1529 | ^
|
|---|
| 1530 | <instantiation>:2:23: error: invalid operand for instruction
|
|---|
| 1531 | smull v16.4S, ., v0.H[5]
|
|---|
| 1532 | ^
|
|---|
| 1533 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1534 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 1535 | ^
|
|---|
| 1536 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1537 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1538 | ^
|
|---|
| 1539 | <instantiation>:3:23: error: invalid operand for instruction
|
|---|
| 1540 | smull v17.4S, ., v0.H[0]
|
|---|
| 1541 | ^
|
|---|
| 1542 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1543 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 1544 | ^
|
|---|
| 1545 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1546 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1547 | ^
|
|---|
| 1548 | <instantiation>:5:23: error: invalid operand for instruction
|
|---|
| 1549 | smull v18.4S, ., v0.H[2]
|
|---|
| 1550 | ^
|
|---|
| 1551 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1552 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 1553 | ^
|
|---|
| 1554 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1555 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1556 | ^
|
|---|
| 1557 | <instantiation>:7:22: error: invalid operand for instruction
|
|---|
| 1558 | smull v5.4S, ., v0.H[4]
|
|---|
| 1559 | ^
|
|---|
| 1560 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1561 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 1562 | ^
|
|---|
| 1563 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1564 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1565 | ^
|
|---|
| 1566 | <instantiation>:9:22: error: invalid operand for instruction
|
|---|
| 1567 | smull v6.4S, ., v0.H[6]
|
|---|
| 1568 | ^
|
|---|
| 1569 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1570 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 1571 | ^
|
|---|
| 1572 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1573 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1574 | ^
|
|---|
| 1575 | <instantiation>:12:23: error: invalid operand for instruction
|
|---|
| 1576 | smlal v17.4S, ., v0.H[2]
|
|---|
| 1577 | ^
|
|---|
| 1578 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1579 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 1580 | ^
|
|---|
| 1581 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1582 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1583 | ^
|
|---|
| 1584 | <instantiation>:13:23: error: invalid operand for instruction
|
|---|
| 1585 | smlsl v18.4S, ., v0.H[6]
|
|---|
| 1586 | ^
|
|---|
| 1587 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1588 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 1589 | ^
|
|---|
| 1590 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1591 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1592 | ^
|
|---|
| 1593 | <instantiation>:14:22: error: invalid operand for instruction
|
|---|
| 1594 | smlsl v5.4S, ., v0.H[0]
|
|---|
| 1595 | ^
|
|---|
| 1596 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1597 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 1598 | ^
|
|---|
| 1599 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1600 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1601 | ^
|
|---|
| 1602 | <instantiation>:15:22: error: invalid operand for instruction
|
|---|
| 1603 | smlsl v6.4S, ., v0.H[4]
|
|---|
| 1604 | ^
|
|---|
| 1605 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1606 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 1607 | ^
|
|---|
| 1608 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1609 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1610 | ^
|
|---|
| 1611 | <instantiation>:15:23: error: invalid operand for instruction
|
|---|
| 1612 | smull2 v7.4S, v24v25v26v271.8H, v0.H[3]
|
|---|
| 1613 | ^
|
|---|
| 1614 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1615 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1616 | ^
|
|---|
| 1617 | <instantiation>:16:24: error: invalid operand for instruction
|
|---|
| 1618 | smlal2 v17.4S, .8H, v0.H[4]
|
|---|
| 1619 | ^
|
|---|
| 1620 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1621 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1622 | ^
|
|---|
| 1623 | <instantiation>:17:24: error: invalid operand for instruction
|
|---|
| 1624 | smlsl2 v18.4S, .8H, v0.H[0]
|
|---|
| 1625 | ^
|
|---|
| 1626 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1627 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1628 | ^
|
|---|
| 1629 | <instantiation>:18:24: error: invalid operand for instruction
|
|---|
| 1630 | smull2 v16.4S, .8H, v0.H[1]
|
|---|
| 1631 | ^
|
|---|
| 1632 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1633 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1634 | ^
|
|---|
| 1635 | <instantiation>:19:23: error: invalid operand for instruction
|
|---|
| 1636 | smlal2 v5.4S, .8H, v0.H[6]
|
|---|
| 1637 | ^
|
|---|
| 1638 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1639 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1640 | ^
|
|---|
| 1641 | <instantiation>:24:23: error: invalid operand for instruction
|
|---|
| 1642 | smlal2 v6.4S, .8H, v0.H[2]
|
|---|
| 1643 | ^
|
|---|
| 1644 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1645 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1646 | ^
|
|---|
| 1647 | <instantiation>:25:23: error: invalid operand for instruction
|
|---|
| 1648 | smull2 v7.4S, .8H, v0.H[5]
|
|---|
| 1649 | ^
|
|---|
| 1650 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1651 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1652 | ^
|
|---|
| 1653 | <instantiation>:26:24: error: invalid operand for instruction
|
|---|
| 1654 | smlal2 v17.4S, .8H, v0.H[6]
|
|---|
| 1655 | ^
|
|---|
| 1656 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1657 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1658 | ^
|
|---|
| 1659 | <instantiation>:27:24: error: invalid operand for instruction
|
|---|
| 1660 | smlsl2 v18.4S, .8H, v0.H[4]
|
|---|
| 1661 | ^
|
|---|
| 1662 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1663 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1664 | ^
|
|---|
| 1665 | <instantiation>:28:23: error: invalid operand for instruction
|
|---|
| 1666 | smlal2 v5.4S, .8H, v0.H[2]
|
|---|
| 1667 | ^
|
|---|
| 1668 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1669 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1670 | ^
|
|---|
| 1671 | <instantiation>:29:23: error: invalid operand for instruction
|
|---|
| 1672 | smlsl2 v6.4S, .8H, v0.H[0]
|
|---|
| 1673 | ^
|
|---|
| 1674 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1675 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1676 | ^
|
|---|
| 1677 | <instantiation>:35:1: error: unexpected token at start of statement
|
|---|
| 1678 | : add .4S, v19.4S, v17.4S
|
|---|
| 1679 | ^
|
|---|
| 1680 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1681 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1682 | ^
|
|---|
| 1683 | <instantiation>:36:13: error: invalid operand for instruction
|
|---|
| 1684 | add .4S, v20.4S, v18.4S
|
|---|
| 1685 | ^
|
|---|
| 1686 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1687 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1688 | ^
|
|---|
| 1689 | <instantiation>:37:14: error: invalid operand for instruction
|
|---|
| 1690 | shrn v24v25v26v271.4H, .4S, #11
|
|---|
| 1691 | ^
|
|---|
| 1692 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1693 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1694 | ^
|
|---|
| 1695 | <instantiation>:38:14: error: invalid operand for instruction
|
|---|
| 1696 | shrn .4H, .4S, #11
|
|---|
| 1697 | ^
|
|---|
| 1698 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1699 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1700 | ^
|
|---|
| 1701 | <instantiation>:41:14: error: invalid operand for instruction
|
|---|
| 1702 | shrn .4H, v7.4S, #11
|
|---|
| 1703 | ^
|
|---|
| 1704 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1705 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1706 | ^
|
|---|
| 1707 | <instantiation>:42:14: error: invalid operand for instruction
|
|---|
| 1708 | shrn .4H, v16.4S, #11
|
|---|
| 1709 | ^
|
|---|
| 1710 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1711 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1712 | ^
|
|---|
| 1713 | <instantiation>:46:15: error: invalid operand for instruction
|
|---|
| 1714 | shrn2 v24v25v26v271.8H, v22.4S, #11
|
|---|
| 1715 | ^
|
|---|
| 1716 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1717 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1718 | ^
|
|---|
| 1719 | <instantiation>:48:15: error: invalid operand for instruction
|
|---|
| 1720 | shrn2 .8H, v21.4S, #11
|
|---|
| 1721 | ^
|
|---|
| 1722 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1723 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1724 | ^
|
|---|
| 1725 | <instantiation>:49:15: error: invalid operand for instruction
|
|---|
| 1726 | shrn2 .8H, v20.4S, #11
|
|---|
| 1727 | ^
|
|---|
| 1728 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1729 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1730 | ^
|
|---|
| 1731 | <instantiation>:50:15: error: invalid operand for instruction
|
|---|
| 1732 | shrn2 .8H, v19.4S, #11
|
|---|
| 1733 | ^
|
|---|
| 1734 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1735 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1736 | ^
|
|---|
| 1737 | <instantiation>:52:22: error: invalid operand for instruction
|
|---|
| 1738 | trn1 v16.8H, v24v25v26v271.8H, .8H
|
|---|
| 1739 | ^
|
|---|
| 1740 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1741 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1742 | ^
|
|---|
| 1743 | <instantiation>:53:22: error: invalid operand for instruction
|
|---|
| 1744 | trn2 v17.8H, v24v25v26v271.8H, .8H
|
|---|
| 1745 | ^
|
|---|
| 1746 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1747 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1748 | ^
|
|---|
| 1749 | <instantiation>:54:22: error: invalid operand for instruction
|
|---|
| 1750 | trn1 v18.8H, .8H, .8H
|
|---|
| 1751 | ^
|
|---|
| 1752 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1753 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1754 | ^
|
|---|
| 1755 | <instantiation>:55:22: error: invalid operand for instruction
|
|---|
| 1756 | trn2 v19.8H, .8H, .8H
|
|---|
| 1757 | ^
|
|---|
| 1758 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1759 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1760 | ^
|
|---|
| 1761 | <instantiation>:56:14: error: invalid operand for instruction
|
|---|
| 1762 | trn1 v24v25v26v271.4S, v16.4S, v18.4S
|
|---|
| 1763 | ^
|
|---|
| 1764 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1765 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1766 | ^
|
|---|
| 1767 | <instantiation>:57:14: error: invalid operand for instruction
|
|---|
| 1768 | trn1 .4S, v17.4S, v19.4S
|
|---|
| 1769 | ^
|
|---|
| 1770 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1771 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1772 | ^
|
|---|
| 1773 | <instantiation>:58:14: error: invalid operand for instruction
|
|---|
| 1774 | trn2 .4S, v16.4S, v18.4S
|
|---|
| 1775 | ^
|
|---|
| 1776 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1777 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1778 | ^
|
|---|
| 1779 | <instantiation>:59:14: error: invalid operand for instruction
|
|---|
| 1780 | trn2 .4S, v17.4S, v19.4S
|
|---|
| 1781 | ^
|
|---|
| 1782 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:278:9: note: while in macro instantiation
|
|---|
| 1783 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 1784 | ^
|
|---|
| 1785 | <instantiation>:1:6: error: vector register expected
|
|---|
| 1786 | ld1 {v28v29v30v312.2D-.2D}, [x2], #32
|
|---|
| 1787 | ^
|
|---|
| 1788 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1789 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1790 | ^
|
|---|
| 1791 | <instantiation>:3:21: error: invalid operand for instruction
|
|---|
| 1792 | orr v5.16B, v28v29v30v312.16B, .16B
|
|---|
| 1793 | ^
|
|---|
| 1794 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1795 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1796 | ^
|
|---|
| 1797 | <instantiation>:4:14: error: vector register expected
|
|---|
| 1798 | ld1 {.2D, .2D}, [x2], #32
|
|---|
| 1799 | ^
|
|---|
| 1800 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1801 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1802 | ^
|
|---|
| 1803 | <instantiation>:5:21: error: invalid operand for instruction
|
|---|
| 1804 | orr v6.16B, .16B, .16B
|
|---|
| 1805 | ^
|
|---|
| 1806 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1807 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1808 | ^
|
|---|
| 1809 | <instantiation>:8:23: error: invalid operand for instruction
|
|---|
| 1810 | smlal v23.4S, v28v29v30v312.4H, v0.H[3]
|
|---|
| 1811 | ^
|
|---|
| 1812 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1813 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1814 | ^
|
|---|
| 1815 | <instantiation>:1:14: error: invalid operand for instruction
|
|---|
| 1816 | smull v7.4S, ., v0.H[1]
|
|---|
| 1817 | ^
|
|---|
| 1818 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1819 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 1820 | ^
|
|---|
| 1821 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1822 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1823 | ^
|
|---|
| 1824 | <instantiation>:2:23: error: invalid operand for instruction
|
|---|
| 1825 | smull v16.4S, ., v0.H[5]
|
|---|
| 1826 | ^
|
|---|
| 1827 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1828 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 1829 | ^
|
|---|
| 1830 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1831 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1832 | ^
|
|---|
| 1833 | <instantiation>:3:23: error: invalid operand for instruction
|
|---|
| 1834 | smull v17.4S, ., v0.H[0]
|
|---|
| 1835 | ^
|
|---|
| 1836 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1837 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 1838 | ^
|
|---|
| 1839 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1840 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1841 | ^
|
|---|
| 1842 | <instantiation>:5:23: error: invalid operand for instruction
|
|---|
| 1843 | smull v18.4S, ., v0.H[2]
|
|---|
| 1844 | ^
|
|---|
| 1845 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1846 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 1847 | ^
|
|---|
| 1848 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1849 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1850 | ^
|
|---|
| 1851 | <instantiation>:7:22: error: invalid operand for instruction
|
|---|
| 1852 | smull v5.4S, ., v0.H[4]
|
|---|
| 1853 | ^
|
|---|
| 1854 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1855 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 1856 | ^
|
|---|
| 1857 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1858 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1859 | ^
|
|---|
| 1860 | <instantiation>:9:22: error: invalid operand for instruction
|
|---|
| 1861 | smull v6.4S, ., v0.H[6]
|
|---|
| 1862 | ^
|
|---|
| 1863 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1864 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 1865 | ^
|
|---|
| 1866 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1867 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1868 | ^
|
|---|
| 1869 | <instantiation>:12:23: error: invalid operand for instruction
|
|---|
| 1870 | smlal v17.4S, ., v0.H[2]
|
|---|
| 1871 | ^
|
|---|
| 1872 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1873 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 1874 | ^
|
|---|
| 1875 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1876 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1877 | ^
|
|---|
| 1878 | <instantiation>:13:23: error: invalid operand for instruction
|
|---|
| 1879 | smlsl v18.4S, ., v0.H[6]
|
|---|
| 1880 | ^
|
|---|
| 1881 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1882 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 1883 | ^
|
|---|
| 1884 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1885 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1886 | ^
|
|---|
| 1887 | <instantiation>:14:22: error: invalid operand for instruction
|
|---|
| 1888 | smlsl v5.4S, ., v0.H[0]
|
|---|
| 1889 | ^
|
|---|
| 1890 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1891 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 1892 | ^
|
|---|
| 1893 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1894 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1895 | ^
|
|---|
| 1896 | <instantiation>:15:22: error: invalid operand for instruction
|
|---|
| 1897 | smlsl v6.4S, ., v0.H[4]
|
|---|
| 1898 | ^
|
|---|
| 1899 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 1900 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 1901 | ^
|
|---|
| 1902 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1903 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1904 | ^
|
|---|
| 1905 | <instantiation>:15:23: error: invalid operand for instruction
|
|---|
| 1906 | smull2 v7.4S, v28v29v30v312.8H, v0.H[3]
|
|---|
| 1907 | ^
|
|---|
| 1908 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1909 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1910 | ^
|
|---|
| 1911 | <instantiation>:16:24: error: invalid operand for instruction
|
|---|
| 1912 | smlal2 v17.4S, .8H, v0.H[4]
|
|---|
| 1913 | ^
|
|---|
| 1914 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1915 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1916 | ^
|
|---|
| 1917 | <instantiation>:17:24: error: invalid operand for instruction
|
|---|
| 1918 | smlsl2 v18.4S, .8H, v0.H[0]
|
|---|
| 1919 | ^
|
|---|
| 1920 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1921 | idct_row4_neCC libavcodec/aarch64/videodsp_init.o
|
|---|
| 1922 | on v28 v29 v30 v31 2
|
|---|
| 1923 | ^
|
|---|
| 1924 | <instantiation>:18:24: error: invalid operand for instruction
|
|---|
| 1925 | smull2 v16.4S, .8H, v0.H[1]
|
|---|
| 1926 | ^
|
|---|
| 1927 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1928 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1929 | ^
|
|---|
| 1930 | <instantiation>:19:23: error: invalid operand for instruction
|
|---|
| 1931 | smlal2 v5.4S, .8H, v0.H[6]
|
|---|
| 1932 | ^
|
|---|
| 1933 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1934 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1935 | ^
|
|---|
| 1936 | <instantiation>:24:23: error: invalid operand for instruction
|
|---|
| 1937 | smlal2 v6.4S, .8H, v0.H[2]
|
|---|
| 1938 | ^
|
|---|
| 1939 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1940 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1941 | ^
|
|---|
| 1942 | <instantiation>:25:23: error: invalid operand for instruction
|
|---|
| 1943 | smull2 v7.4S, .8H, v0.H[5]
|
|---|
| 1944 | ^
|
|---|
| 1945 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1946 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1947 | ^
|
|---|
| 1948 | <instantiation>:26:24: error: invalid operand for instruction
|
|---|
| 1949 | smlal2 v17.4S, .8H, v0.H[6]
|
|---|
| 1950 | ^
|
|---|
| 1951 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1952 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1953 | ^
|
|---|
| 1954 | <instantiation>:27:24: error: invalid operand for instruction
|
|---|
| 1955 | smlsl2 v18.4S, .8H, v0.H[4]
|
|---|
| 1956 | ^
|
|---|
| 1957 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1958 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1959 | ^
|
|---|
| 1960 | <instantiation>:28:23: error: invalid operand for instruction
|
|---|
| 1961 | smlal2 v5.4S, .8H, v0.H[2]
|
|---|
| 1962 | ^
|
|---|
| 1963 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1964 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1965 | ^
|
|---|
| 1966 | <instantiation>:29:23: error: invalid operand for instruction
|
|---|
| 1967 | smlsl2 v6.4S, .8H, v0.H[0]
|
|---|
| 1968 | ^
|
|---|
| 1969 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1970 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1971 | ^
|
|---|
| 1972 | <instantiation>:35:1: error: unexpected token at start of statement
|
|---|
| 1973 | : add .4S, v19.4S, v17.4S
|
|---|
| 1974 | ^
|
|---|
| 1975 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1976 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1977 | ^
|
|---|
| 1978 | <instantiation>:36:13: error: invalid operand for instruction
|
|---|
| 1979 | add .4S, v20.4S, v18.4S
|
|---|
| 1980 | ^
|
|---|
| 1981 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1982 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1983 | ^
|
|---|
| 1984 | <instantiation>:37:14: error: invalid operand for instruction
|
|---|
| 1985 | shrn v28v29v30v312.4H, .4S, #11
|
|---|
| 1986 | ^
|
|---|
| 1987 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1988 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1989 | ^
|
|---|
| 1990 | <instantiation>:38:14: error: invalid operand for instruction
|
|---|
| 1991 | shrn .4H, .4S, #11
|
|---|
| 1992 | ^
|
|---|
| 1993 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 1994 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 1995 | ^
|
|---|
| 1996 | <instantiation>:41:14: error: invalid operand for instruction
|
|---|
| 1997 | shrn .4H, v7.4S, #11
|
|---|
| 1998 | ^
|
|---|
| 1999 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 2000 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2001 | ^
|
|---|
| 2002 | <instantiation>:42:14: error: invalid operand for instruction
|
|---|
| 2003 | shrn .4H, v16.4S, #11
|
|---|
| 2004 | ^
|
|---|
| 2005 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 2006 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2007 | ^
|
|---|
| 2008 | <instantiation>:46:15: error: invalid operand for instruction
|
|---|
| 2009 | shrn2 v28v29v30v312.8H, v22.4S, #11
|
|---|
| 2010 | ^
|
|---|
| 2011 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 2012 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2013 | ^
|
|---|
| 2014 | <instantiation>:48:15: error: invalid operand for instruction
|
|---|
| 2015 | shrn2 .8H, v21.4S, #11
|
|---|
| 2016 | ^
|
|---|
| 2017 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 2018 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2019 | ^
|
|---|
| 2020 | <instantiation>:49:15: error: invalid operand for instruction
|
|---|
| 2021 | shrn2 .8H, v20.4S, #11
|
|---|
| 2022 | ^
|
|---|
| 2023 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 2024 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2025 | ^
|
|---|
| 2026 | <instantiation>:50:15: error: invalid operand for instruction
|
|---|
| 2027 | shrn2 .8H, v19.4S, #11
|
|---|
| 2028 | ^
|
|---|
| 2029 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 2030 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2031 | ^
|
|---|
| 2032 | <instantiation>:52:22: error: invalid operand for instruction
|
|---|
| 2033 | trn1 v16.8H, v28v29v30v312.8H, .8H
|
|---|
| 2034 | ^
|
|---|
| 2035 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 2036 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2037 | ^
|
|---|
| 2038 | <instantiation>:53:22: error: invalid operand for instruction
|
|---|
| 2039 | trn2 v17.8H, v28v29v30v312.8H, .8H
|
|---|
| 2040 | ^
|
|---|
| 2041 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 2042 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2043 | ^
|
|---|
| 2044 | <instantiation>:54:22: error: invalid operand for instruction
|
|---|
| 2045 | trn1 v18.8H, .8H, .8H
|
|---|
| 2046 | ^
|
|---|
| 2047 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 2048 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2049 | ^
|
|---|
| 2050 | <instantiation>:55:22: error: invalid operand for instruction
|
|---|
| 2051 | trn2 v19.8H, .8H, .8H
|
|---|
| 2052 | ^
|
|---|
| 2053 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 2054 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2055 | ^
|
|---|
| 2056 | <instantiation>:56:14: error: invalid operand for instruction
|
|---|
| 2057 | trn1 v28v29v30v312.4S, v16.4S, v18.4S
|
|---|
| 2058 | ^
|
|---|
| 2059 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 2060 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2061 | ^
|
|---|
| 2062 | <instantiation>:57:14: error: invalid operand for instruction
|
|---|
| 2063 | trn1 .4S, v17.4S, v19.4S
|
|---|
| 2064 | ^
|
|---|
| 2065 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 2066 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2067 | ^
|
|---|
| 2068 | <instantiation>:58:14: error: invalid operand for instruction
|
|---|
| 2069 | trn2 .4S, v16.4S, v18.4S
|
|---|
| 2070 | ^
|
|---|
| 2071 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 2072 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2073 | ^
|
|---|
| 2074 | <instantiation>:59:14: error: invalid operand for instruction
|
|---|
| 2075 | trn2 .4S, v17.4S, v19.4S
|
|---|
| 2076 | ^
|
|---|
| 2077 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:279:9: note: while in macro instantiation
|
|---|
| 2078 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2079 | ^
|
|---|
| 2080 | <instantiation>:1:6: error: vector register expected
|
|---|
| 2081 | ld1 {v24v25v26v271.2D-.2D}, [x2], #32
|
|---|
| 2082 | ^
|
|---|
| 2083 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2084 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2085 | ^
|
|---|
| 2086 | <instantiation>:3:21: error: invalid operand for instruction
|
|---|
| 2087 | orr v5.16B, v24v25v26v271.16B, .16B
|
|---|
| 2088 | ^
|
|---|
| 2089 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2090 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2091 | ^
|
|---|
| 2092 | <instantiation>:4:14: error: vector register expected
|
|---|
| 2093 | ld1 {.2D, .2D}, [x2], #32
|
|---|
| 2094 | ^
|
|---|
| 2095 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2096 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2097 | ^
|
|---|
| 2098 | <instantiation>:5:21: error: invalid operand for instruction
|
|---|
| 2099 | orr v6.16B, .16B, .16B
|
|---|
| 2100 | ^
|
|---|
| 2101 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2102 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2103 | ^
|
|---|
| 2104 | <instantiation>:8:23: error: invalid operand for instruction
|
|---|
| 2105 | smlal v23.4S, v24v25v26v271.4H, v0.H[3]
|
|---|
| 2106 | ^
|
|---|
| 2107 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2108 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2109 | ^
|
|---|
| 2110 | <instantiation>:1:14: error: invalid operand for instruction
|
|---|
| 2111 | smull v7.4S, ., v0.H[1]
|
|---|
| 2112 | ^
|
|---|
| 2113 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 2114 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 2115 | ^
|
|---|
| 2116 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2117 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2118 | ^
|
|---|
| 2119 | <instantiation>:2:23: error: invalid operand for instruction
|
|---|
| 2120 | smull v16.4S, ., v0.H[5]
|
|---|
| 2121 | ^
|
|---|
| 2122 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 2123 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 2124 | ^
|
|---|
| 2125 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2126 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2127 | ^
|
|---|
| 2128 | <instantiation>:3:23: error: invalid operand for instruction
|
|---|
| 2129 | smull v17.4S, ., v0.H[0]
|
|---|
| 2130 | ^
|
|---|
| 2131 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 2132 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 2133 | ^
|
|---|
| 2134 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2135 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2136 | ^
|
|---|
| 2137 | <instantiation>:5:23: error: invalid operand for instruction
|
|---|
| 2138 | smull v18.4S, ., v0.H[2]
|
|---|
| 2139 | ^
|
|---|
| 2140 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 2141 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 2142 | ^
|
|---|
| 2143 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2144 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2145 | ^
|
|---|
| 2146 | <instantiation>:7:22: error: invalid operand for instruction
|
|---|
| 2147 | smull v5.4S, ., v0.H[4]
|
|---|
| 2148 | ^
|
|---|
| 2149 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 2150 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 2151 | ^
|
|---|
| 2152 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2153 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2154 | ^
|
|---|
| 2155 | <instantiation>:9:22: error: invalid operand for instruction
|
|---|
| 2156 | smull v6.4S, ., v0.H[6]
|
|---|
| 2157 | ^
|
|---|
| 2158 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 2159 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 2160 | ^
|
|---|
| 2161 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2162 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2163 | ^
|
|---|
| 2164 | <instantiation>:12:23: error: invalid operand for instruction
|
|---|
| 2165 | smlal v17.4S, ., v0.H[2]
|
|---|
| 2166 | ^
|
|---|
| 2167 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 2168 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 2169 | ^
|
|---|
| 2170 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2171 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2172 | ^
|
|---|
| 2173 | <instantiation>:13:23: error: invalid operand for instruction
|
|---|
| 2174 | smlsl v18.4S, ., v0.H[6]
|
|---|
| 2175 | ^
|
|---|
| 2176 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 2177 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 2178 | ^
|
|---|
| 2179 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2180 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2181 | ^
|
|---|
| 2182 | <instantiation>:14:22: error: invalid operand for instruction
|
|---|
| 2183 | smlsl v5.4S, ., v0.H[0]
|
|---|
| 2184 | ^
|
|---|
| 2185 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 2186 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 2187 | ^
|
|---|
| 2188 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2189 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2190 | ^
|
|---|
| 2191 | <instantiation>:15:22: error: invalid operand for instruction
|
|---|
| 2192 | smlsl v6.4S, ., v0.H[4]
|
|---|
| 2193 | ^
|
|---|
| 2194 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 2195 | idct_col4_top v24v25v26v271 1 4H
|
|---|
| 2196 | ^
|
|---|
| 2197 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2198 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2199 | ^
|
|---|
| 2200 | <instantiation>:15:23: error: invalid operand for instruction
|
|---|
| 2201 | smull2 v7.4S, v24v25v26v271.8H, v0.H[3]
|
|---|
| 2202 | ^
|
|---|
| 2203 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2204 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2205 | ^
|
|---|
| 2206 | <instantiation>:16:24: error: invalid operand for instruction
|
|---|
| 2207 | smlal2 v17.4S, .8H, v0.H[4]
|
|---|
| 2208 | ^
|
|---|
| 2209 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2210 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2211 | ^
|
|---|
| 2212 | <instantiation>:17:24: error: invalid operand for instruction
|
|---|
| 2213 | smlsl2 v18.4S, .8H, v0.H[0]
|
|---|
| 2214 | ^
|
|---|
| 2215 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2216 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2217 | ^
|
|---|
| 2218 | <instantiation>:18:24: error: invalid operand for instruction
|
|---|
| 2219 | smull2 v16.4S, .8H, v0.H[1]
|
|---|
| 2220 | ^
|
|---|
| 2221 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2222 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2223 | ^
|
|---|
| 2224 | <instantiation>:19:23: error: invalid operand for instruction
|
|---|
| 2225 | smlal2 v5.4S, .8H, v0.H[6]
|
|---|
| 2226 | ^
|
|---|
| 2227 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2228 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2229 | ^
|
|---|
| 2230 | <instantiation>:24:23: error: invalid operand for instruction
|
|---|
| 2231 | smlal2 v6.4S, .8H, v0.H[2]
|
|---|
| 2232 | ^
|
|---|
| 2233 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2234 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2235 | ^
|
|---|
| 2236 | <instantiation>:25:23: error: invalid operand for instruction
|
|---|
| 2237 | smull2 v7.4S, .8H, v0.H[5]
|
|---|
| 2238 | ^
|
|---|
| 2239 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2240 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2241 | ^
|
|---|
| 2242 | <instantiation>:26:24: error: invalid operand for instruction
|
|---|
| 2243 | smlal2 v17.4S, .8H, v0.H[6]
|
|---|
| 2244 | ^
|
|---|
| 2245 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2246 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2247 | ^
|
|---|
| 2248 | <instantiation>:27:24: error: invalid operand for instruction
|
|---|
| 2249 | smlsl2 v18.4S, .8H, v0.H[4]
|
|---|
| 2250 | ^
|
|---|
| 2251 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2252 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2253 | ^
|
|---|
| 2254 | <instantiation>:28:23: error: invalid operand for instruction
|
|---|
| 2255 | smlal2 v5.4S, .8H, v0.H[2]
|
|---|
| 2256 | ^
|
|---|
| 2257 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2258 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2259 | ^
|
|---|
| 2260 | <instantiation>:29:23: error: invalid operand for instruction
|
|---|
| 2261 | smlsl2 v6.4S, .8H, v0.H[0]
|
|---|
| 2262 | ^
|
|---|
| 2263 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2264 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2265 | ^
|
|---|
| 2266 | <instantiation>:35:1: error: unexpected token at start of statement
|
|---|
| 2267 | : add .4S, v19.4S, v17.4S
|
|---|
| 2268 | ^
|
|---|
| 2269 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2270 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2271 | ^
|
|---|
| 2272 | <instantiation>:36:13: error: invalid operand for instruction
|
|---|
| 2273 | add .4S, v20.4S, v18.4S
|
|---|
| 2274 | ^
|
|---|
| 2275 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2276 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2277 | ^
|
|---|
| 2278 | <instantiation>:37:14: error: invalid operand for instruction
|
|---|
| 2279 | shrn v24v25v26v271.4H, .4S, #11
|
|---|
| 2280 | ^
|
|---|
| 2281 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2282 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2283 | ^
|
|---|
| 2284 | <instantiation>:38:14: error: invalid operand for instruction
|
|---|
| 2285 | shrn .4H, .4S, #11
|
|---|
| 2286 | ^
|
|---|
| 2287 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2288 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2289 | ^
|
|---|
| 2290 | <instantiation>:41:14: error: invalid operand for instruction
|
|---|
| 2291 | shrn .4H, v7.4S, #11
|
|---|
| 2292 | ^
|
|---|
| 2293 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2294 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2295 | ^
|
|---|
| 2296 | <instantiation>:42:14: error: invalid operand for instruction
|
|---|
| 2297 | shrn .4H, v16.4S, #11
|
|---|
| 2298 | ^
|
|---|
| 2299 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2300 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2301 | ^
|
|---|
| 2302 | <instantiation>:46:15: error: invalid operand for instruction
|
|---|
| 2303 | shrn2 v24v25v26v271.8H, v22.4S, #11
|
|---|
| 2304 | ^
|
|---|
| 2305 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2306 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2307 | ^
|
|---|
| 2308 | <instantiation>:48:15: error: invalid operand for instruction
|
|---|
| 2309 | shrn2 .8H, v21.4S, #11
|
|---|
| 2310 | ^
|
|---|
| 2311 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2312 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2313 | ^
|
|---|
| 2314 | <instantiation>:49:15: error: invalid operand for instruction
|
|---|
| 2315 | shrn2 .8H, v20.4S, #11
|
|---|
| 2316 | ^
|
|---|
| 2317 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2318 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2319 | ^
|
|---|
| 2320 | <instantiation>:50:15: error: invalid operand for instruction
|
|---|
| 2321 | shrn2 .8H, v19.4S, #11
|
|---|
| 2322 | ^
|
|---|
| 2323 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2324 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2325 | ^
|
|---|
| 2326 | <instantiation>:52:22: error: invalid operand for instruction
|
|---|
| 2327 | trn1 v16.8H, v24v25v26v271.8H, .8H
|
|---|
| 2328 | ^
|
|---|
| 2329 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2330 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2331 | ^
|
|---|
| 2332 | <instantiation>:53:22: error: invalid operand for instruction
|
|---|
| 2333 | trn2 v17.8H, v24v25v26v271.8H, .8H
|
|---|
| 2334 | ^
|
|---|
| 2335 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2336 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2337 | ^
|
|---|
| 2338 | <instantiation>:54:22: error: invalid operand for instruction
|
|---|
| 2339 | trn1 v18.8H, .8H, .8H
|
|---|
| 2340 | ^
|
|---|
| 2341 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2342 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2343 | ^
|
|---|
| 2344 | <instantiation>:55:22: error: invalid operand for instruction
|
|---|
| 2345 | trn2 v19.8H, .8H, .8H
|
|---|
| 2346 | ^
|
|---|
| 2347 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2348 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2349 | ^
|
|---|
| 2350 | <instantiation>:56:14: error: invalid operand for instruction
|
|---|
| 2351 | trn1 v24v25v26v271.4S, v16.4S, v18.4S
|
|---|
| 2352 | ^
|
|---|
| 2353 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2354 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2355 | ^
|
|---|
| 2356 | <instantiation>:57:14: error: invalid operand for instruction
|
|---|
| 2357 | trn1 .4S, v17.4S, v19.4S
|
|---|
| 2358 | ^
|
|---|
| 2359 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2360 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2361 | ^
|
|---|
| 2362 | <instantiation>:58:14: error: invalid operand for instruction
|
|---|
| 2363 | trn2 .4S, v16.4S, v18.4S
|
|---|
| 2364 | ^
|
|---|
| 2365 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2366 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2367 | ^
|
|---|
| 2368 | <instantiation>:59:14: error: invalid operand for instruction
|
|---|
| 2369 | trn2 .4S, v17.4S, v19.4S
|
|---|
| 2370 | ^
|
|---|
| 2371 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:343:9: note: while in macro instantiation
|
|---|
| 2372 | idct_row4_neon v24 v25 v26 v27 1
|
|---|
| 2373 | ^
|
|---|
| 2374 | <instantiation>:1:6: error: vector register expected
|
|---|
| 2375 | ld1 {v28v29v30v312.2D-.2D}, [x2], #32
|
|---|
| 2376 | ^
|
|---|
| 2377 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2378 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2379 | ^
|
|---|
| 2380 | <instantiation>:3:21: error: invalid operand for instruction
|
|---|
| 2381 | orr v5.16B, v28v29v30v312.16B, .16B
|
|---|
| 2382 | ^
|
|---|
| 2383 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2384 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2385 | ^
|
|---|
| 2386 | <instantiation>:4:14: error: vector register expected
|
|---|
| 2387 | ld1 {.2D, .2D}, [x2], #32
|
|---|
| 2388 | ^
|
|---|
| 2389 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2390 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2391 | ^
|
|---|
| 2392 | <instantiation>:5:21: error: invalid operand for instruction
|
|---|
| 2393 | orr v6.16B, .16B, .16B
|
|---|
| 2394 | ^
|
|---|
| 2395 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2396 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2397 | ^
|
|---|
| 2398 | <instantiation>:8:23: error: invalid operand for instruction
|
|---|
| 2399 | smlal v23.4S, v28v29v30v312.4H, v0.H[3]
|
|---|
| 2400 | ^
|
|---|
| 2401 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2402 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2403 | ^
|
|---|
| 2404 | <instantiation>:1:14: error: invalid operand for instruction
|
|---|
| 2405 | smull v7.4S, ., v0.H[1]
|
|---|
| 2406 | ^
|
|---|
| 2407 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 2408 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 2409 | ^
|
|---|
| 2410 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2411 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2412 | ^
|
|---|
| 2413 | <instantiation>:2:23: error: invalid operand for instruction
|
|---|
| 2414 | smull v16.4S, ., v0.H[5]
|
|---|
| 2415 | ^
|
|---|
| 2416 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 2417 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 2418 | ^
|
|---|
| 2419 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2420 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2421 | ^
|
|---|
| 2422 | <instantiation>:3:23: error: invalid operand for instruction
|
|---|
| 2423 | smull v17.4S, ., v0.H[0]
|
|---|
| 2424 | ^
|
|---|
| 2425 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 2426 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 2427 | ^
|
|---|
| 2428 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2429 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2430 | ^
|
|---|
| 2431 | <instantiation>:5:23: error: invalid operand for instruction
|
|---|
| 2432 | smull v18.4S, ., v0.H[2]
|
|---|
| 2433 | ^
|
|---|
| 2434 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 2435 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 2436 | ^
|
|---|
| 2437 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2438 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2439 | ^
|
|---|
| 2440 | <instantiation>:7:22: error: invalid operand for instruction
|
|---|
| 2441 | smull v5.4S, ., v0.H[4]
|
|---|
| 2442 | ^
|
|---|
| 2443 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 2444 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 2445 | ^
|
|---|
| 2446 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2447 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2448 | ^
|
|---|
| 2449 | <instantiation>:9:22: error: invalid operand for instruction
|
|---|
| 2450 | smull v6.4S, ., v0.H[6]
|
|---|
| 2451 | ^
|
|---|
| 2452 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 2453 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 2454 | ^
|
|---|
| 2455 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2456 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2457 | ^
|
|---|
| 2458 | <instantiation>:12:23: error: invalid operand for instruction
|
|---|
| 2459 | smlal v17.4S, ., v0.H[2]
|
|---|
| 2460 | ^
|
|---|
| 2461 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 2462 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 2463 | ^
|
|---|
| 2464 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2465 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2466 | ^
|
|---|
| 2467 | <instantiation>:13:23: error: invalid operand for instruction
|
|---|
| 2468 | smlsl v18.4S, ., v0.H[6]
|
|---|
| 2469 | ^
|
|---|
| 2470 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 2471 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 2472 | ^
|
|---|
| 2473 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2474 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2475 | ^
|
|---|
| 2476 | <instantiation>:14:22: error: invalid operand for instruction
|
|---|
| 2477 | smlsl v5.4S, ., v0.H[0]
|
|---|
| 2478 | ^
|
|---|
| 2479 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 2480 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 2481 | ^
|
|---|
| 2482 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2483 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2484 | ^
|
|---|
| 2485 | <instantiation>:15:22: error: invalid operand for instruction
|
|---|
| 2486 | smlsl v6.4S, ., v0.H[4]
|
|---|
| 2487 | ^
|
|---|
| 2488 | <instantiation>:10:9: note: while in macro instantiation
|
|---|
| 2489 | idct_col4_top v28v29v30v312 1 4H
|
|---|
| 2490 | ^
|
|---|
| 2491 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2492 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2493 | ^
|
|---|
| 2494 | <instantiation>:15:23: error: invalid operand for instruction
|
|---|
| 2495 | smull2 v7.4S, v28v29v30v312.8H, v0.H[3]
|
|---|
| 2496 | ^
|
|---|
| 2497 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2498 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2499 | ^
|
|---|
| 2500 | <instantiation>:16:24: error: invalid operand for instruction
|
|---|
| 2501 | smlal2 v17.4S, .8H, v0.H[4]
|
|---|
| 2502 | ^
|
|---|
| 2503 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2504 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2505 | ^
|
|---|
| 2506 | <instantiation>:17:24: error: invalid operand for instruction
|
|---|
| 2507 | smlsl2 v18.4S, .8H, v0.H[0]
|
|---|
| 2508 | ^
|
|---|
| 2509 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2510 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2511 | ^
|
|---|
| 2512 | <instantiation>:18:24: error: invalid operand for instruction
|
|---|
| 2513 | smull2 v16.4S, .8H, v0.H[1]
|
|---|
| 2514 | ^
|
|---|
| 2515 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2516 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2517 | ^
|
|---|
| 2518 | <instantiation>:19:23: error: invalid operand for instruction
|
|---|
| 2519 | smlal2 v5.4S, .8H, v0.H[6]
|
|---|
| 2520 | ^
|
|---|
| 2521 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2522 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2523 | ^
|
|---|
| 2524 | <instantiation>:24:23: error: invalid operand for instruction
|
|---|
| 2525 | smlal2 v6.4S, .8H, v0.H[2]
|
|---|
| 2526 | ^
|
|---|
| 2527 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2528 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2529 | ^
|
|---|
| 2530 | <instantiation>:25:23: error: invalid operand for instruction
|
|---|
| 2531 | smull2 v7.4S, .8H, v0.H[5]
|
|---|
| 2532 | ^
|
|---|
| 2533 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2534 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2535 | ^
|
|---|
| 2536 | <instantiation>:26:24: error: invalid operand for instruction
|
|---|
| 2537 | smlal2 v17.4S, .8H, v0.H[6]
|
|---|
| 2538 | ^
|
|---|
| 2539 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2540 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2541 | ^
|
|---|
| 2542 | <instantiation>:27:24: error: invalid operand for instruction
|
|---|
| 2543 | smlsl2 v18.4S, .8H, v0.H[4]
|
|---|
| 2544 | ^
|
|---|
| 2545 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2546 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2547 | ^
|
|---|
| 2548 | <instantiation>:28:23: error: invalid operand for instruction
|
|---|
| 2549 | smlal2 v5.4S, .8H, v0.H[2]
|
|---|
| 2550 | ^
|
|---|
| 2551 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2552 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2553 | ^
|
|---|
| 2554 | <instantiation>:29:23: error: invalid operand for instruction
|
|---|
| 2555 | smlsl2 v6.4S, .8H, v0.H[0]
|
|---|
| 2556 | ^
|
|---|
| 2557 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2558 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2559 | ^
|
|---|
| 2560 | <instantiation>:35:1: error: unexpected token at start of statement
|
|---|
| 2561 | : add .4S, v19.4S, v17.4S
|
|---|
| 2562 | ^
|
|---|
| 2563 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2564 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2565 | ^
|
|---|
| 2566 | <instantiation>:36:13: error: invalid operand for instruction
|
|---|
| 2567 | add .4S, v20.4S, v18.4S
|
|---|
| 2568 | ^
|
|---|
| 2569 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2570 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2571 | ^
|
|---|
| 2572 | <instantiation>:37:14: error: invalid operand for instruction
|
|---|
| 2573 | shrn v28v29v30v312.4H, .4S, #11
|
|---|
| 2574 | ^
|
|---|
| 2575 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2576 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2577 | ^
|
|---|
| 2578 | <instantiation>:38:14: error: invalid operand for instruction
|
|---|
| 2579 | shrn .4H, .4S, #11
|
|---|
| 2580 | ^
|
|---|
| 2581 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2582 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2583 | ^
|
|---|
| 2584 | <instantiation>:41:14: error: invalid operand for instruction
|
|---|
| 2585 | shrn .4H, v7.4S, #11
|
|---|
| 2586 | ^
|
|---|
| 2587 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2588 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2589 | ^
|
|---|
| 2590 | <instantiation>:42:14: error: invalid operand for instruction
|
|---|
| 2591 | shrn .4H, v16.4S, #11
|
|---|
| 2592 | ^
|
|---|
| 2593 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2594 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2595 | ^
|
|---|
| 2596 | <instantiation>:46:15: error: invalid operand for instruction
|
|---|
| 2597 | shrn2 v28v29v30v312.8H, v22.4S, #11
|
|---|
| 2598 | ^
|
|---|
| 2599 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2600 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2601 | ^
|
|---|
| 2602 | <instantiation>:48:15: error: invalid operand for instruction
|
|---|
| 2603 | shrn2 .8H, v21.4S, #11
|
|---|
| 2604 | ^
|
|---|
| 2605 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2606 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2607 | ^
|
|---|
| 2608 | <instantiation>:49:15: error: invalid operand for instruction
|
|---|
| 2609 | shrn2 .8H, v20.4S, #11
|
|---|
| 2610 | ^
|
|---|
| 2611 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2612 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2613 | ^
|
|---|
| 2614 | <instantiation>:50:15: error: invalid operand for instruction
|
|---|
| 2615 | shrn2 .8H, v19.4S, #11
|
|---|
| 2616 | ^
|
|---|
| 2617 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2618 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2619 | ^
|
|---|
| 2620 | <instantiation>:52:22: error: invalid operand for instruction
|
|---|
| 2621 | trn1 v16.8H, v28v29v30v312.8H, .8H
|
|---|
| 2622 | ^
|
|---|
| 2623 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2624 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2625 | ^
|
|---|
| 2626 | <instantiation>:53:22: error: invalid operand for instruction
|
|---|
| 2627 | trn2 v17.8H, v28v29v30v312.8H, .8H
|
|---|
| 2628 | ^
|
|---|
| 2629 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2630 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2631 | ^
|
|---|
| 2632 | <instantiation>:54:22: error: invalid operand for instruction
|
|---|
| 2633 | trn1 v18.8H, .8H, .8H
|
|---|
| 2634 | ^
|
|---|
| 2635 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2636 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2637 | ^
|
|---|
| 2638 | <instantiation>:55:22: error: invalid operand for instruction
|
|---|
| 2639 | trn2 v19.8H, .8H, .8H
|
|---|
| 2640 | ^
|
|---|
| 2641 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2642 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2643 | ^
|
|---|
| 2644 | <instantiation>:56:14: error: invalid operand for instruction
|
|---|
| 2645 | trn1 v28v29v30v312.4S, v16.4S, v18.4S
|
|---|
| 2646 | ^
|
|---|
| 2647 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2648 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2649 | ^
|
|---|
| 2650 | <instantiation>:57:14: error: invalid operand for instruction
|
|---|
| 2651 | trn1 .4S, v17.4S, v19.4S
|
|---|
| 2652 | ^
|
|---|
| 2653 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2654 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2655 | ^
|
|---|
| 2656 | <instantiation>:58:14: error: invalid operand for instruction
|
|---|
| 2657 | trn2 .4S, v16.4S, v18.4S
|
|---|
| 2658 | ^
|
|---|
| 2659 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2660 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2661 | ^
|
|---|
| 2662 | <instantiation>:59:14: error: invalid operand for instruction
|
|---|
| 2663 | trn2 .4S, v17.4S, v19.4S
|
|---|
| 2664 | ^
|
|---|
| 2665 | /var/folders/3c/bksvjzx55n9f9x1lm7fp2v500000gn/T/simple_idct_neon-6ce3ab.s:344:9: note: while in macro instantiation
|
|---|
| 2666 | idct_row4_neon v28 v29 v30 v31 2
|
|---|
| 2667 | ^
|
|---|
| 2668 | make: *** [libavcodec/aarch64/simple_idct_neon.o] Error 1
|
|---|
| 2669 | make: *** Waiting for unfinished jobs....
|
|---|
| 2670 | 5 warnings generated.
|
|---|
| 2671 |
|
|---|
| 2672 | bash-3.2$
|
|---|