Created
June 30, 2020 18:17
-
-
Save claui/2e6b0529ee822ae3f289bfbef7955ddd to your computer and use it in GitHub Desktop.
libde265 on macOS 11.0 - Homebrew build logs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for libde265 on macOS 11.0 | |
Build date: 2020-06-30 20:17:35 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 2.4.1-81-g176c85d | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: 176c85d42c209348bb42ee511fc0bc207d155c03 | |
Last commit: 6 days ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 9398161363e47d6c6d3920d776e9b0ab8bf78b70 | |
Core tap last commit: 23 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_DEVELOPER: set | |
HOMEBREW_GITHUB_API_TOKEN: set | |
HOMEBREW_MAKE_JOBS: 8 | |
HOMEBREW_NO_AUTO_UPDATE: set | |
HOMEBREW_SKIP_OR_LATER_BOTTLES: set | |
CPU: octa-core 64-bit dunno | |
Homebrew Ruby: 2.6.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby | |
Clang: 12.0 build 1200 | |
Git: 2.24.3 => /Applications/Xcode-beta.app/Contents/Developer/usr/bin/git | |
Curl: 7.64.1 => /usr/bin/curl | |
macOS: 11.0-arm64 | |
CLT: N/A | |
Xcode: 12.0 => /Applications/Xcode-beta.app/Contents/Developer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Your system is ready to brew. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
libde265 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020-06-30 20:14:05 +0200 | |
./configure | |
--disable-dependency-tracking | |
--disable-silent-rules | |
--disable-sherlock265 | |
--disable-dec265 | |
--prefix=/usr/local/Cellar/libde265/1.0.5 | |
checking build system type... arm-apple-darwin20.0.0 | |
checking host system type... arm-apple-darwin20.0.0 | |
checking target system type... arm-apple-darwin20.0.0 | |
checking how to print strings... printf | |
checking for gcc... clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking whether clang understands -c and -o together... yes | |
checking for a sed that does not truncate output... /usr/local/Homebrew/Library/Homebrew/shims/mac/super/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by clang... /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 786432 | |
checking how to convert arm-apple-darwin20.0.0 file names to arm-apple-darwin20.0.0 format... func_convert_file_noop | |
checking how to convert arm-apple-darwin20.0.0 file names to toolchain format... func_convert_file_noop | |
checking for /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking command to parse /usr/bin/nm -B output from clang object... ok | |
checking for sysroot... no | |
checking for a working dd... /bin/dd | |
checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking how to run the C preprocessor... clang -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if clang supports -fno-rtti -fno-exceptions... yes | |
checking for clang option to produce PIC... -fno-common -DPIC | |
checking if clang PIC flag -fno-common -DPIC works... yes | |
checking if clang static flag -static works... no | |
checking if clang supports -c -o file.o... yes | |
checking if clang supports -c -o file.o... (cached) yes | |
checking whether the clang linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin20.0.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking for style of include used by make... GNU | |
checking dependency style of clang... none | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether clang++ accepts -g... yes | |
checking how to run the C++ preprocessor... clang++ -E | |
checking for ld used by clang++... /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking whether the clang++ linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking for clang++ option to produce PIC... -fno-common -DPIC | |
checking if clang++ PIC flag -fno-common -DPIC works... yes | |
checking if clang++ static flag -static works... no | |
checking if clang++ supports -c -o file.o... yes | |
checking if clang++ supports -c -o file.o... (cached) yes | |
checking whether the clang++ linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin20.0.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for gcc... (cached) clang | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether clang accepts -g... (cached) yes | |
checking for clang option to accept ISO C89... (cached) none needed | |
checking whether clang understands -c and -o together... (cached) yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether ln -s works... yes | |
checking for grep that handles long lines and -e... (cached) /usr/bin/grep | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking dependency style of clang... none | |
checking dependency style of clang++... none | |
checking whether clang++ supports C++11 features by default... no | |
checking whether clang++ supports C++11 features with -std=gnu++11... yes | |
checking for stdint.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking malloc.h usability... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
checking signal.h usability... yes | |
checking signal.h presence... yes | |
checking for signal.h... yes | |
checking setjmp.h usability... yes | |
checking setjmp.h presence... yes | |
checking for setjmp.h... yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking cstdint usability... yes | |
checking cstdint presence... yes | |
checking for cstdint... yes | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking for size_t... yes | |
checking for int8_t... yes | |
checking for int16_t... yes | |
checking for int32_t... yes | |
checking for int64_t... yes | |
checking for uint8_t... yes | |
checking for uint16_t... yes | |
checking for uint32_t... yes | |
checking for uint64_t... yes | |
checking for ptrdiff_t... yes | |
checking for inline... inline | |
checking for malloc... yes | |
checking for memmove... yes | |
checking for memset... yes | |
checking for __malloc_hook... no | |
checking for memalign... no | |
checking for posix_memalign... yes | |
checking for __mingw_aligned_malloc... no | |
checking for __mingw_aligned_free... no | |
checking for library containing pow... none required | |
checking for library containing sqrt... none required | |
checking for library containing pthread_create... none required | |
checking for gettimeofday... yes | |
checking for pow... yes | |
checking for sqrt... yes | |
checking for strchr... yes | |
checking for strrchr... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking for error_at_line... no | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for sys/time.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for alarm... yes | |
checking for working mktime... no | |
checking if __STRICT_ANSI__ is required... no | |
checking for std::shared_ptr... yes | |
checking for std::move... yes | |
checking for nullptr... yes | |
checking whether C compiler accepts -mfpu=neon... yes | |
configure: --------------------------------------- | |
configure: Building dec265 example: no | |
configure: Building sherlock265 example: no | |
configure: Building encoder: yes | |
configure: --------------------------------------- | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating libde265/Makefile | |
config.status: creating libde265/arm/Makefile | |
config.status: creating libde265/x86/Makefile | |
config.status: creating libde265/encoder/Makefile | |
config.status: creating libde265/encoder/algo/Makefile | |
config.status: creating libde265/de265-version.h | |
config.status: creating dec265/Makefile | |
config.status: creating enc265/Makefile | |
config.status: creating sherlock265/Makefile | |
config.status: creating tools/Makefile | |
config.status: creating acceleration-speed/Makefile | |
config.status: creating libde265.pc | |
config.status: creating config.h | |
config.status: executing libtool commands | |
config.status: executing depfiles commands |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: --version | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem --version -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -V | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -V -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -qversion -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c conftest.c -o conftest2.o -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c conftest.c -o conftest2.o -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -print-prog-name=ld | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -print-prog-name=ld -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c conftstm.o | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c conftstm.o -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -c -o conftest.o conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -g -O2 -c -o conftest.o conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -fno-rtti -fno-exceptions conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -fno-rtti -fno-exceptions conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -fno-common -DPIC -DPIC conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -fno-common -DPIC -DPIC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 -static conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -static conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -o out/conftest2.o conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -o out/conftest2.o conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -print-search-dirs | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -print-search-dirs -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -print-multi-os-directory | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -g -O2 -print-multi-os-directory -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: --version | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -Os -march=nehalem --version -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -v | |
superenv executed: clang++ -v | |
clang++ called with: -V | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -Os -march=nehalem -V -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -qversion | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -Os -march=nehalem -qversion -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c conftest.cpp | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -Os -march=nehalem -c conftest.cpp -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -c -g conftest.cpp | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -Os -march=nehalem -c -g conftest.cpp -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -E conftest.cpp | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -E conftest.cpp -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -E conftest.cpp | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -E conftest.cpp -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -E conftest.cpp | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -E conftest.cpp -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -E conftest.cpp | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -E conftest.cpp -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -c -g -O2 conftest.cpp | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -Os -march=nehalem -c -g -O2 conftest.cpp -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -o conftest -g -O2 conftest.cpp | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -Os -march=nehalem -o conftest -g -O2 conftest.cpp -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -print-prog-name=ld | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -Os -march=nehalem -print-prog-name=ld -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c -g -O2 conftest.cpp | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -Os -march=nehalem -c -g -O2 conftest.cpp -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -Os -march=nehalem -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -o conftest -g -O2 -static conftest.cpp | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -Os -march=nehalem -o conftest -g -O2 -static conftest.cpp -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c -g -O2 -o out/conftest2.o conftest.cpp | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -Os -march=nehalem -c -g -O2 -o out/conftest2.o conftest.cpp -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: --version | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem --version -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -V | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -V -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -qversion -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder conftest.cpp | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -Os -march=nehalem -c -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder conftest.cpp -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -c -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 conftest.cpp | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -Os -march=nehalem -c -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 conftest.cpp -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -c -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 conftest.cpp | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -Os -march=nehalem -c -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 conftest.cpp -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -E -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 conftest.cpp | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -E -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 conftest.cpp -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -std=c99 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -std=c99 -Wall conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 conftest.cpp | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -Os -march=nehalem -c -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 conftest.cpp -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -c -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 conftest.cpp | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -Os -march=nehalem -c -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 conftest.cpp -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -c -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 conftest.cpp | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -Os -march=nehalem -c -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 conftest.cpp -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -c -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 conftest.cpp | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -Os -march=nehalem -c -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 conftest.cpp -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -std=c99 -Wall -mfpu=neon conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -std=c99 -Wall -mfpu=neon conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020-06-30 20:14:17 +0200 | |
make | |
install | |
Making install in libde265 | |
Making install in encoder | |
Making install in algo | |
/bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c -o libde265_encoder_algo_la-algo.lo `test -f 'algo.cc' || echo './'`algo.cc | |
/bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c -o libde265_encoder_algo_la-coding-options.lo `test -f 'coding-options.cc' || echo './'`coding-options.cc | |
/bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c -o libde265_encoder_algo_la-ctb-qscale.lo `test -f 'ctb-qscale.cc' || echo './'`ctb-qscale.cc | |
/bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c -o libde265_encoder_algo_la-cb-split.lo `test -f 'cb-split.cc' || echo './'`cb-split.cc | |
/bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c -o libde265_encoder_algo_la-cb-intrapartmode.lo `test -f 'cb-intrapartmode.cc' || echo './'`cb-intrapartmode.cc | |
/bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c -o libde265_encoder_algo_la-cb-interpartmode.lo `test -f 'cb-interpartmode.cc' || echo './'`cb-interpartmode.cc | |
/bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c -o libde265_encoder_algo_la-cb-skip.lo `test -f 'cb-skip.cc' || echo './'`cb-skip.cc | |
/bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c -o libde265_encoder_algo_la-cb-intra-inter.lo `test -f 'cb-intra-inter.cc' || echo './'`cb-intra-inter.cc | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c ctb-qscale.cc -fno-common -DPIC -o .libs/libde265_encoder_algo_la-ctb-qscale.o | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c cb-interpartmode.cc -fno-common -DPIC -o .libs/libde265_encoder_algo_la-cb-interpartmode.o | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c cb-intra-inter.cc -fno-common -DPIC -o .libs/libde265_encoder_algo_la-cb-intra-inter.o | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c cb-split.cc -fno-common -DPIC -o .libs/libde265_encoder_algo_la-cb-split.o | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c algo.cc -fno-common -DPIC -o .libs/libde265_encoder_algo_la-algo.o | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c cb-intrapartmode.cc -fno-common -DPIC -o .libs/libde265_encoder_algo_la-cb-intrapartmode.o | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c cb-skip.cc -fno-common -DPIC -o .libs/libde265_encoder_algo_la-cb-skip.o | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c coding-options.cc -fno-common -DPIC -o .libs/libde265_encoder_algo_la-coding-options.o | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c ctb-qscale.cc -o libde265_encoder_algo_la-ctb-qscale.o >/dev/null 2>&1 | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c cb-intra-inter.cc -o libde265_encoder_algo_la-cb-intra-inter.o >/dev/null 2>&1 | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c algo.cc -o libde265_encoder_algo_la-algo.o >/dev/null 2>&1 | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c cb-skip.cc -o libde265_encoder_algo_la-cb-skip.o >/dev/null 2>&1 | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c cb-interpartmode.cc -o libde265_encoder_algo_la-cb-interpartmode.o >/dev/null 2>&1 | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c cb-split.cc -o libde265_encoder_algo_la-cb-split.o >/dev/null 2>&1 | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c coding-options.cc -o libde265_encoder_algo_la-coding-options.o >/dev/null 2>&1 | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c cb-intrapartmode.cc -o libde265_encoder_algo_la-cb-intrapartmode.o >/dev/null 2>&1 | |
/bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c -o libde265_encoder_algo_la-cb-mergeindex.lo `test -f 'cb-mergeindex.cc' || echo './'`cb-mergeindex.cc | |
/bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c -o libde265_encoder_algo_la-tb-split.lo `test -f 'tb-split.cc' || echo './'`tb-split.cc | |
/bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c -o libde265_encoder_algo_la-tb-transform.lo `test -f 'tb-transform.cc' || echo './'`tb-transform.cc | |
/bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c -o libde265_encoder_algo_la-tb-intrapredmode.lo `test -f 'tb-intrapredmode.cc' || echo './'`tb-intrapredmode.cc | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c tb-transform.cc -fno-common -DPIC -o .libs/libde265_encoder_algo_la-tb-transform.o | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c tb-split.cc -fno-common -DPIC -o .libs/libde265_encoder_algo_la-tb-split.o | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c tb-intrapredmode.cc -fno-common -DPIC -o .libs/libde265_encoder_algo_la-tb-intrapredmode.o | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c cb-mergeindex.cc -fno-common -DPIC -o .libs/libde265_encoder_algo_la-cb-mergeindex.o | |
/bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c -o libde265_encoder_algo_la-tb-rateestim.lo `test -f 'tb-rateestim.cc' || echo './'`tb-rateestim.cc | |
/bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c -o libde265_encoder_algo_la-pb-mv.lo `test -f 'pb-mv.cc' || echo './'`pb-mv.cc | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c tb-rateestim.cc -fno-common -DPIC -o .libs/libde265_encoder_algo_la-tb-rateestim.o | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c pb-mv.cc -fno-common -DPIC -o .libs/libde265_encoder_algo_la-pb-mv.o | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c cb-mergeindex.cc -o libde265_encoder_algo_la-cb-mergeindex.o >/dev/null 2>&1 | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c tb-transform.cc -o libde265_encoder_algo_la-tb-transform.o >/dev/null 2>&1 | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c tb-rateestim.cc -o libde265_encoder_algo_la-tb-rateestim.o >/dev/null 2>&1 | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c tb-split.cc -o libde265_encoder_algo_la-tb-split.o >/dev/null 2>&1 | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c pb-mv.cc -o libde265_encoder_algo_la-pb-mv.o >/dev/null 2>&1 | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c tb-intrapredmode.cc -o libde265_encoder_algo_la-tb-intrapredmode.o >/dev/null 2>&1 | |
/bin/sh ../../../libtool --tag=CXX --mode=link clang++ -I../../.. -I../../.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -o libde265_encoder_algo.la libde265_encoder_algo_la-algo.lo libde265_encoder_algo_la-coding-options.lo libde265_encoder_algo_la-ctb-qscale.lo libde265_encoder_algo_la-cb-split.lo libde265_encoder_algo_la-cb-intrapartmode.lo libde265_encoder_algo_la-cb-interpartmode.lo libde265_encoder_algo_la-cb-skip.lo libde265_encoder_algo_la-cb-intra-inter.lo libde265_encoder_algo_la-cb-mergeindex.lo libde265_encoder_algo_la-tb-split.lo libde265_encoder_algo_la-tb-transform.lo libde265_encoder_algo_la-tb-intrapredmode.lo libde265_encoder_algo_la-tb-rateestim.lo libde265_encoder_algo_la-pb-mv.lo | |
libtool: link: ar cru .libs/libde265_encoder_algo.a .libs/libde265_encoder_algo_la-algo.o .libs/libde265_encoder_algo_la-coding-options.o .libs/libde265_encoder_algo_la-ctb-qscale.o .libs/libde265_encoder_algo_la-cb-split.o .libs/libde265_encoder_algo_la-cb-intrapartmode.o .libs/libde265_encoder_algo_la-cb-interpartmode.o .libs/libde265_encoder_algo_la-cb-skip.o .libs/libde265_encoder_algo_la-cb-intra-inter.o .libs/libde265_encoder_algo_la-cb-mergeindex.o .libs/libde265_encoder_algo_la-tb-split.o .libs/libde265_encoder_algo_la-tb-transform.o .libs/libde265_encoder_algo_la-tb-intrapredmode.o .libs/libde265_encoder_algo_la-tb-rateestim.o .libs/libde265_encoder_algo_la-pb-mv.o | |
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: archive member: .libs/libde265_encoder_algo.a(libde265_encoder_algo_la-algo.o) offset in archive not a multiple of 8 (must be since member is an 64-bit object file) | |
libtool: link: ranlib .libs/libde265_encoder_algo.a | |
libtool: link: ( cd ".libs" && rm -f "libde265_encoder_algo.la" && ln -s "../libde265_encoder_algo.la" "libde265_encoder_algo.la" ) | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../libde265 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c -o libde265_encoder_la-encoder-core.lo `test -f 'encoder-core.cc' || echo './'`encoder-core.cc | |
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../libde265 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c -o libde265_encoder_la-encoder-types.lo `test -f 'encoder-types.cc' || echo './'`encoder-types.cc | |
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../libde265 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c -o libde265_encoder_la-encoder-params.lo `test -f 'encoder-params.cc' || echo './'`encoder-params.cc | |
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../libde265 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c -o libde265_encoder_la-encoder-context.lo `test -f 'encoder-context.cc' || echo './'`encoder-context.cc | |
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../libde265 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c -o libde265_encoder_la-encoder-syntax.lo `test -f 'encoder-syntax.cc' || echo './'`encoder-syntax.cc | |
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../libde265 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c -o libde265_encoder_la-encoder-intrapred.lo `test -f 'encoder-intrapred.cc' || echo './'`encoder-intrapred.cc | |
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../libde265 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c -o libde265_encoder_la-encoder-motion.lo `test -f 'encoder-motion.cc' || echo './'`encoder-motion.cc | |
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../libde265 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c -o libde265_encoder_la-encpicbuf.lo `test -f 'encpicbuf.cc' || echo './'`encpicbuf.cc | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../libde265 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c encoder-motion.cc -fno-common -DPIC -o .libs/libde265_encoder_la-encoder-motion.o | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../libde265 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c encoder-syntax.cc -fno-common -DPIC -o .libs/libde265_encoder_la-encoder-syntax.o | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../libde265 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c encoder-context.cc -fno-common -DPIC -o .libs/libde265_encoder_la-encoder-context.o | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../libde265 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c encoder-core.cc -fno-common -DPIC -o .libs/libde265_encoder_la-encoder-core.o | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../libde265 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c encoder-types.cc -fno-common -DPIC -o .libs/libde265_encoder_la-encoder-types.o | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../libde265 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c encoder-params.cc -fno-common -DPIC -o .libs/libde265_encoder_la-encoder-params.o | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../libde265 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c encoder-intrapred.cc -fno-common -DPIC -o .libs/libde265_encoder_la-encoder-intrapred.o | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../libde265 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c encpicbuf.cc -fno-common -DPIC -o .libs/libde265_encoder_la-encpicbuf.o | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../libde265 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c encoder-intrapred.cc -o libde265_encoder_la-encoder-intrapred.o >/dev/null 2>&1 | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../libde265 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c encoder-motion.cc -o libde265_encoder_la-encoder-motion.o >/dev/null 2>&1 | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../libde265 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c encpicbuf.cc -o libde265_encoder_la-encpicbuf.o >/dev/null 2>&1 | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../libde265 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c encoder-core.cc -o libde265_encoder_la-encoder-core.o >/dev/null 2>&1 | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../libde265 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c encoder-syntax.cc -o libde265_encoder_la-encoder-syntax.o >/dev/null 2>&1 | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../libde265 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c encoder-types.cc -o libde265_encoder_la-encoder-types.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../libde265 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c -o libde265_encoder_la-sop.lo `test -f 'sop.cc' || echo './'`sop.cc | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../libde265 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c encoder-params.cc -o libde265_encoder_la-encoder-params.o >/dev/null 2>&1 | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../libde265 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c sop.cc -fno-common -DPIC -o .libs/libde265_encoder_la-sop.o | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../libde265 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c encoder-context.cc -o libde265_encoder_la-encoder-context.o >/dev/null 2>&1 | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../libde265 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c sop.cc -o libde265_encoder_la-sop.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CXX --mode=link clang++ -I../.. -I../.. -I../../libde265 -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -o libde265_encoder.la libde265_encoder_la-encoder-core.lo libde265_encoder_la-encoder-types.lo libde265_encoder_la-encoder-params.lo libde265_encoder_la-encoder-context.lo libde265_encoder_la-encoder-syntax.lo libde265_encoder_la-encoder-intrapred.lo libde265_encoder_la-encoder-motion.lo libde265_encoder_la-encpicbuf.lo libde265_encoder_la-sop.lo algo/libde265_encoder_algo.la | |
libtool: link: (cd .libs/libde265_encoder.lax/libde265_encoder_algo.a && ar x "/private/tmp/libde265-20200630-44450-b1rgwy/libde265-1.0.5/libde265/encoder/algo/.libs/libde265_encoder_algo.a") | |
libtool: link: ar cru .libs/libde265_encoder.a .libs/libde265_encoder_la-encoder-core.o .libs/libde265_encoder_la-encoder-types.o .libs/libde265_encoder_la-encoder-params.o .libs/libde265_encoder_la-encoder-context.o .libs/libde265_encoder_la-encoder-syntax.o .libs/libde265_encoder_la-encoder-intrapred.o .libs/libde265_encoder_la-encoder-motion.o .libs/libde265_encoder_la-encpicbuf.o .libs/libde265_encoder_la-sop.o .libs/libde265_encoder.lax/libde265_encoder_algo.a/libde265_encoder_algo_la-algo.o .libs/libde265_encoder.lax/libde265_encoder_algo.a/libde265_encoder_algo_la-cb-interpartmode.o .libs/libde265_encoder.lax/libde265_encoder_algo.a/libde265_encoder_algo_la-cb-intra-inter.o .libs/libde265_encoder.lax/libde265_encoder_algo.a/libde265_encoder_algo_la-cb-intrapartmode.o .libs/libde265_encoder.lax/libde265_encoder_algo.a/libde265_encoder_algo_la-cb-mergeindex.o .libs/libde265_encoder.lax/libde265_encoder_algo.a/libde265_encoder_algo_la-cb-skip.o .libs/libde265_encoder.lax/libde265_encoder_algo.a/libde265_encoder_algo_la-cb-split.o .libs/libde265_encoder.lax/libde265_encoder_algo.a/libde265_encoder_algo_la-coding-options.o .libs/libde265_encoder.lax/libde265_encoder_algo.a/libde265_encoder_algo_la-ctb-qscale.o .libs/libde265_encoder.lax/libde265_encoder_algo.a/libde265_encoder_algo_la-pb-mv.o .libs/libde265_encoder.lax/libde265_encoder_algo.a/libde265_encoder_algo_la-tb-intrapredmode.o .libs/libde265_encoder.lax/libde265_encoder_algo.a/libde265_encoder_algo_la-tb-rateestim.o .libs/libde265_encoder.lax/libde265_encoder_algo.a/libde265_encoder_algo_la-tb-split.o .libs/libde265_encoder.lax/libde265_encoder_algo.a/libde265_encoder_algo_la-tb-transform.o | |
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: archive member: .libs/libde265_encoder.a(libde265_encoder_la-encoder-types.o) offset in archive not a multiple of 8 (must be since member is an 64-bit object file) | |
libtool: link: ranlib .libs/libde265_encoder.a | |
libtool: link: rm -fr .libs/libde265_encoder.lax | |
libtool: link: ( cd ".libs" && rm -f "libde265_encoder.la" && ln -s "../libde265_encoder.la" "libde265_encoder.la" ) | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in arm | |
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c -o libde265_arm_la-arm.lo `test -f 'arm.cc' || echo './'`arm.cc | |
/bin/sh ../../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -mfpu=neon -I.. -DHAVE_NEON -DEXTERN_ASM= -DHAVE_AS_FUNC -DHAVE_SECTION_DATA_REL_RO -g -O2 -c -o libde265_arm_neon_la-asm.lo `test -f 'asm.S' || echo './'`asm.S | |
/bin/sh ../../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -mfpu=neon -I.. -DHAVE_NEON -DEXTERN_ASM= -DHAVE_AS_FUNC -DHAVE_SECTION_DATA_REL_RO -g -O2 -c -o libde265_arm_neon_la-cpudetect.lo `test -f 'cpudetect.S' || echo './'`cpudetect.S | |
/bin/sh ../../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -mfpu=neon -I.. -DHAVE_NEON -DEXTERN_ASM= -DHAVE_AS_FUNC -DHAVE_SECTION_DATA_REL_RO -g -O2 -c -o libde265_arm_neon_la-hevcdsp_qpel_neon.lo `test -f 'hevcdsp_qpel_neon.S' || echo './'`hevcdsp_qpel_neon.S | |
/bin/sh ../../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -mfpu=neon -I.. -DHAVE_NEON -DEXTERN_ASM= -DHAVE_AS_FUNC -DHAVE_SECTION_DATA_REL_RO -g -O2 -c -o libde265_arm_neon_la-neon.lo `test -f 'neon.S' || echo './'`neon.S | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -mfpu=neon -I.. -DHAVE_NEON -DEXTERN_ASM= -DHAVE_AS_FUNC -DHAVE_SECTION_DATA_REL_RO -g -O2 -c neon.S -fno-common -DPIC -o .libs/libde265_arm_neon_la-neon.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -mfpu=neon -I.. -DHAVE_NEON -DEXTERN_ASM= -DHAVE_AS_FUNC -DHAVE_SECTION_DATA_REL_RO -g -O2 -c asm.S -fno-common -DPIC -o .libs/libde265_arm_neon_la-asm.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -mfpu=neon -I.. -DHAVE_NEON -DEXTERN_ASM= -DHAVE_AS_FUNC -DHAVE_SECTION_DATA_REL_RO -g -O2 -c cpudetect.S -fno-common -DPIC -o .libs/libde265_arm_neon_la-cpudetect.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -mfpu=neon -I.. -DHAVE_NEON -DEXTERN_ASM= -DHAVE_AS_FUNC -DHAVE_SECTION_DATA_REL_RO -g -O2 -c hevcdsp_qpel_neon.S -fno-common -DPIC -o .libs/libde265_arm_neon_la-hevcdsp_qpel_neon.o | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c arm.cc -fno-common -DPIC -o .libs/libde265_arm_la-arm.o | |
asm.S:44:15: error: unknown arch name | |
.arch armv7-a | |
^ | |
asm.S:54:9: error: unknown directive | |
.fpu neon | |
^ | |
asm.S:59:9: error: unknown directive | |
.syntax unified | |
^ | |
asm.S:60:1: error: unexpected token at start of statement | |
@ .thumb | |
^ | |
asm.S:61:1: error: unexpected token at start of statement | |
@ .eabi_attribute 25, 1 @ Tag_ABI_align_preserved | |
^ | |
asm.S:62:1: error: unexpected token at start of statement | |
@ .section .note.GNU-stack,"",%progbits @ Mark stack as non-executable | |
^ | |
./asm.S:44:15: error: unknown arch name | |
.arch armv7-a | |
^ | |
./asm.S:54:9: error: unknown directive | |
.fpu neon | |
^ | |
./asm.S:59:9: error: unknown directive | |
.syntax unified | |
^ | |
./asm.S:60:1: error: unexpected token at start of statement | |
@ .thumb | |
^ | |
./asm.S:61:1: error: unexpected token at start of statement | |
@ .eabi_attribute 25, 1 @ Tag_ABI_align_preserved | |
^ | |
./asm.S:62:1: error: unexpected token at start of statement | |
@ .section .note.GNU-stack,"",%progbits @ Mark stack as non-executable | |
^ | |
<instantiation>:18:1: error: unexpected token at start of statement | |
@ .type ff_hevc_put_qpel_v1_neon_8, %function | |
^ | |
hevcdsp_qpel_neon.S:341:1: note: while in macro instantiation | |
function ff_hevc_put_qpel_v1_neon_8, export=1 | |
^ | |
<instantiation>:19:9: error: unknown directive | |
.func ff_hevc_put_qpel_v1_neon_8 | |
^ | |
hevcdsp_qpel_neon.S:341:1: note: while in macro instantiation | |
function ff_hevc_put_qpel_v1_neon_8, export=1 | |
^ | |
<instantiation>:1:7: error: vector register expected | |
push {r4, r5, r6, r7} | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -mfpu=neon -I.. -DHAVE_NEON -DEXTERN_ASM= -DHAVE_AS_FUNC -DHAVE_SECTION_DATA_REL_RO -g -O2 -c neon.S -o libde265_arm_neon_la-neon.o >/dev/null 2>&1 | |
<instantiation>:2:13: error: invalid operand for instruction | |
ldr r4, [sp, #16] | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
make[2]: *** [libde265_arm_neon_la-asm.lo] Error 1 | |
make[2]: *** Waiting for unfinished jobs.... | |
^ | |
<instantiation>:3:13: error: invalid operand for instruction | |
ldr r5, [sp, #20] | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:4:16: error: vector register expected | |
vpush {d8-d15} | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:5:13: error: invalid operand for instruction | |
sub r2, r2, r3, lsl #1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:6:13: error: invalid operand for instruction | |
sub r2, r3 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:7:13: error: invalid operand for instruction | |
mov r12, r4 | |
^ | |
./asm.S:44:15: hevcdsp_qpel_neon.S:342error: unknown arch name | |
.arch armv7-a | |
:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
^ | |
<instantiation>:8:13: error: invalid operand for instruction | |
mov r6, r0 | |
./asm.S:54:9: ^ | |
error: hevcdsp_qpel_neon.S:342:9: unknown directive | |
.fpu neon | |
^ | |
note: while in macro instantiation | |
./asm.S:59:9: error: unknown directive | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
.syntax unified | |
^ | |
^ | |
./asm.S:60:1: <instantiation>:9error: unexpected token at start of statement | |
@ .thumb | |
^ | |
./asm.S:61:1: error: unexpected token at start of statement | |
:13: error: invalid operand for instruction | |
mov r7, r2 | |
@ .eabi_attribute 25, 1 @ Tag_ABI_align_preserved | |
^ | |
./asm.S:62:1: error: unexpected token at start of statement | |
@ .section .note.GNU-stack,"",%progbits @ Mark stack as non-executable | |
^ | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:10:13: error: <instantiation>:18:1: error: unexpected token at start of statement | |
@ .type libde265_detect_neon, %function | |
^ | |
invalid operand for instruction | |
lsl r1, #1 | |
^ | |
cpudetect.S:26:1: note: while in macro instantiation | |
function libde265_detect_neon, export=1 | |
^ | |
<instantiation>hevcdsp_qpel_neon.S:342:9: :19:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
error: unknown directive | |
.func libde265_detect_neon | |
^ | |
cpudetect.S:26:1: note: while in macro instantiation | |
function libde265_detect_neon, export=1 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
cpudetect.S:27:5: ^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
error: unrecognized instruction mnemonic, did you mean: and, ands? | |
vand q0, q0, q0 | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {d16}, [r2], r3 | |
^ | |
^ | |
cpudetect.S:28:5: <instantiation>:11:4: error: unrecognized instruction mnemonic, did you mean: b, bl, br, tbx? | |
bx lr | |
^ | |
note: while in macro instantiation | |
<instantiation>:70: loadin8 | |
^ | |
:1: hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
error: unexpected token at start of statement | |
@ .size libde265_detect_neon, . - libde265_detect_neon | |
^ | |
cpudetect.S:29:1: note: while in macro instantiation | |
endfunc | |
^ | |
<instantiation>:<instantiation>:8:3:9: 9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
error: unknown directive | |
.endfunc | |
^ | |
cpudetect.S:29:1: note: while in macro instantiation | |
endfunc | |
^ | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:4:17: error: vector register expected | |
vld1.8 {d17}, [r2], r3 | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:6:17: error: vector register expected | |
vld1.8 {d18}, [r2], r3 | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:8:17: error: vector register expected | |
vld1.8 {d19}, [r2], r3 | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:10:17: error: vector register expected | |
vld1.8 {d20}, [r2], r3 | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:11:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:12:17: error: vector register expected | |
vld1.8 {d21}, [r2], r3 | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:13:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
make[2]: *** [libde265_arm_neon_la-cpudetect.lo] Error 1 | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:14:17: error: vector register expected | |
vld1.8 {d22}, [r2], r3 | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:15:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:16:17: error: vector register expected | |
vld1.8 {d23}, [r2], r3 | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:12:13: error: invalid operand for instruction | |
cmp r5, #4 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:14:9: error: invalid operand for instruction | |
8: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov.u8 d24, #58 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:2:9: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov.u8 d25, #10 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: shl, shll, shll2, sshll, ushll? | |
vshll.u8 q13, d20, #4 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: shl, shll, shll2, sshll, ushll? | |
vshll.u8 q14, d21, #2 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: mul, pmull, smull, umull? | |
vmull.u8 q7, d19, d24 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: add, saddw, uaddw? | |
vaddw.u8 q13, q13, d20 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: mul, pmull, smull, umull? | |
vmull.u8 q15, d18, d25 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: add, saddw, uaddw? | |
vaddw.u8 q14, q14, d21 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ssubl, sub, usubl? | |
vsubl.u8 q12, d22, d16 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:10:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.u16 q7, q13 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:11:9: error: unrecognized instruction mnemonic, did you mean: shl, shll, shll2, sshll, ushll? | |
vshll.u8 q13, d17, #2 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:12:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.u16 q15, q14 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:13:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.s16 q13, q12 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:14:9: error: unrecognized instruction mnemonic, did you mean: fsub, msub, sub, subs? | |
vsub.s16 q7, q15 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:15:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.s16 q7, q13 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:16:18: error: vector register expected | |
vst1.16 {q7}, [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d16, d17 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d17, d18 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d18, d19 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d19, d20 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d20, d21 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d21, d22 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d22, d23 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:18:17: error: vector register expected | |
vld1.8 {d23}, [r2], r3 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:20:14: error: invalid operand for instruction | |
subs r5, #8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:22:13: error: invalid operand for instruction | |
mov r4, r12 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:23:13: error: invalid operand for instruction | |
add r6, #16 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:24:13: error: invalid operand for instruction | |
mov r0, r6 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:25:13: error: invalid operand for instruction | |
add r7, #8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:26:13: error: invalid operand for instruction | |
mov r2, r7 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:28:9: error: invalid operand for instruction | |
4: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov.u8 d24, #58 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:2:9: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov.u8 d25, #10 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: shl, shll, shll2, sshll, ushll? | |
vshll.u8 q13, d20, #4 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: shl, shll, shll2, sshll, ushll? | |
vshll.u8 q14, d21, #2 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: mul, pmull, smull, umull? | |
vmull.u8 q7, d19, d24 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: add, saddw, uaddw? | |
vaddw.u8 q13, q13, d20 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: mul, pmull, smull, umull? | |
vmull.u8 q15, d18, d25 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: add, saddw, uaddw? | |
vaddw.u8 q14, q14, d21 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ssubl, sub, usubl? | |
vsubl.u8 q12, d22, d16 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:10:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.u16 q7, q13 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:11:9: error: unrecognized instruction mnemonic, did you mean: shl, shll, shll2, sshll, ushll? | |
vshll.u8 q13, d17, #2 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:12:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.u16 q15, q14 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:13:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.s16 q13, q12 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:14:9: error: unrecognized instruction mnemonic, did you mean: fsub, msub, sub, subs? | |
vsub.s16 q7, q15 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:15:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.s16 q7, q13 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:30:9: error: unrecognized instruction mnemonic, did you mean: st1? | |
vst1.16 d14, [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d16, d17 | |
^ | |
<instantiation>:31:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d17, d18 | |
^ | |
<instantiation>:31:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d18, d19 | |
^ | |
<instantiation>:31:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d19, d20 | |
^ | |
<instantiation>:31:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d20, d21 | |
^ | |
<instantiation>:31:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d21, d22 | |
^ | |
<instantiation>:31:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d22, d23 | |
^ | |
<instantiation>:31:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:32:18: error: vector register expected | |
vld1.32 {d23[0]}, [r2], r3 | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:34:11: error: vector register expected | |
99: vpop {d8-d15} | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:35:14: error: vector register expected | |
pop {r4, r5, r6, r7} | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:36:9: error: unrecognized instruction mnemonic, did you mean: b, bl, br, tbx? | |
bx lr | |
^ | |
hevcdsp_qpel_neon.S:342:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:7:1: error: unexpected token at start of statement | |
@ .size ff_hevc_put_qpel_v1_neon_8, . - ff_hevc_put_qpel_v1_neon_8 | |
^ | |
hevcdsp_qpel_neon.S:343:1: note: while in macro instantiation | |
endfunc | |
^ | |
<instantiation>:8:9: error: unknown directive | |
.endfunc | |
^ | |
hevcdsp_qpel_neon.S:343:1: note: while in macro instantiation | |
endfunc | |
^ | |
<instantiation>:18:1: error: unexpected token at start of statement | |
@ .type ff_hevc_put_qpel_v2_neon_8, %function | |
^ | |
hevcdsp_qpel_neon.S:345:1: note: while in macro instantiation | |
function ff_hevc_put_qpel_v2_neon_8, export=1 | |
^ | |
<instantiation>:19:9: error: unknown directive | |
.func ff_hevc_put_qpel_v2_neon_8 | |
^ | |
hevcdsp_qpel_neon.S:345:1: note: while in macro instantiation | |
function ff_hevc_put_qpel_v2_neon_8, export=1 | |
^ | |
<instantiation>:1:7: error: vector register expected | |
push {r4, r5, r6, r7} | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:2:13: error: invalid operand for instruction | |
ldr r4, [sp, #16] | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:3:13: error: invalid operand for instruction | |
ldr r5, [sp, #20] | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:4:16: error: vector register expected | |
vpush {d8-d15} | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:5:13: error: invalid operand for instruction | |
sub r2, r2, r3, lsl #1 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:6:13: error: invalid operand for instruction | |
sub r2, r3 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:7:13: error: invalid operand for instruction | |
mov r12, r4 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:8:13: error: invalid operand for instruction | |
mov r6, r0 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:9:13: error: invalid operand for instruction | |
mov r7, r2 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:10:13: error: invalid operand for instruction | |
lsl r1, #1 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {d16}, [r2], r3 | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:4:17: error: vector register expected | |
vld1.8 {d17}, [r2], r3 | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:6:17: error: vector register expected | |
vld1.8 {d18}, [r2], r3 | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:8:17: error: vector register expected | |
vld1.8 {d19}, [r2], r3 | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:10:17: error: vector register expected | |
vld1.8 {d20}, [r2], r3 | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:11:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:12:17: error: vector register expected | |
vld1.8 {d21}, [r2], r3 | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:13:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:14:17: error: vector register expected | |
vld1.8 {d22}, [r2], r3 | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:15:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:16:17: error: vector register expected | |
vld1.8 {d23}, [r2], r3 | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:12:13: error: invalid operand for instruction | |
cmp r5, #4 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:14:9: error: invalid operand for instruction | |
8: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov.i16 q12, #10 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:2:9: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov.i16 q14, #11 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: add, saddl, uaddl? | |
vaddl.u8 q13, d19, d20 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: add, saddl, uaddl? | |
vaddl.u8 q15, d18, d21 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: fmul, mul, pmul? | |
vmul.u16 q13, q12 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: fmul, mul, pmul? | |
vmul.u16 q15, q14 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: add, saddl, uaddl? | |
vaddl.u8 q7, d17, d22 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: add, saddl, uaddl? | |
vaddl.u8 q12, d16, d23 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.u16 q7, q13 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:10:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.s16 q12, q15 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:11:9: error: unrecognized instruction mnemonic, did you mean: shl, shll, sshl, ushl? | |
vshl.u16 q7, #2 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:12:9: error: unrecognized instruction mnemonic, did you mean: fsub, msub, sub, subs? | |
vsub.s16 q7, q12 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:16:18: error: vector register expected | |
vst1.16 {q7}, [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d16, d17 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d17, d18 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d18, d19 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d19, d20 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d20, d21 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d21, d22 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d22, d23 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:18:17: error: vector register expected | |
vld1.8 {d23}, [r2], r3 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:20:14: error: invalid operand for instruction | |
subs r5, #8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:22:13: error: invalid operand for instruction | |
mov r4, r12 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:23:13: error: invalid operand for instruction | |
add r6, #16 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:24:13: error: invalid operand for instruction | |
mov r0, r6 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:25:13: error: invalid operand for instruction | |
add r7, #8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:26:13: error: invalid operand for instruction | |
mov r2, r7 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:28:9: error: invalid operand for instruction | |
4: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov.i16 q12, #10 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:2:9: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov.i16 q14, #11 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: add, saddl, uaddl? | |
vaddl.u8 q13, d19, d20 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: add, saddl, uaddl? | |
vaddl.u8 q15, d18, d21 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: fmul, mul, pmul? | |
vmul.u16 q13, q12 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: fmul, mul, pmul? | |
vmul.u16 q15, q14 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: add, saddl, uaddl? | |
vaddl.u8 q7, d17, d22 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: add, saddl, uaddl? | |
vaddl.u8 q12, d16, d23 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.u16 q7, q13 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:10:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.s16 q12, q15 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:11:9: error: unrecognized instruction mnemonic, did you mean: shl, shll, sshl, ushl? | |
vshl.u16 q7, #2 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:12:9: error: unrecognized instruction mnemonic, did you mean: fsub, msub, sub, subs? | |
vsub.s16 q7, q12 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:30:9: error: unrecognized instruction mnemonic, did you mean: st1? | |
vst1.16 d14, [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d16, d17 | |
^ | |
<instantiation>:31:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d17, d18 | |
^ | |
<instantiation>:31:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d18, d19 | |
^ | |
<instantiation>:31:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d19, d20 | |
^ | |
<instantiation>:31:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d20, d21 | |
^ | |
<instantiation>:31:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d21, d22 | |
^ | |
<instantiation>:31:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d22, d23 | |
^ | |
<instantiation>:31:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:32:18: error: vector register expected | |
vld1.32 {d23[0]}, [r2], r3 | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:34:11: error: vector register expected | |
99: vpop {d8-d15} | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:35:14: error: vector register expected | |
pop {r4, r5, r6, r7} | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:36:9: error: unrecognized instruction mnemonic, did you mean: b, bl, br, tbx? | |
bx lr | |
^ | |
hevcdsp_qpel_neon.S:346:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:7:1: error: unexpected token at start of statement | |
@ .size ff_hevc_put_qpel_v2_neon_8, . - ff_hevc_put_qpel_v2_neon_8 | |
^ | |
hevcdsp_qpel_neon.S:347:1: note: while in macro instantiation | |
endfunc | |
^ | |
<instantiation>:8:9: error: unknown directive | |
.endfunc | |
^ | |
hevcdsp_qpel_neon.S:347:1: note: while in macro instantiation | |
endfunc | |
^ | |
<instantiation>:18:1: error: unexpected token at start of statement | |
@ .type ff_hevc_put_qpel_v3_neon_8, %function | |
^ | |
hevcdsp_qpel_neon.S:349:1: note: while in macro instantiation | |
function ff_hevc_put_qpel_v3_neon_8, export=1 | |
^ | |
<instantiation>:19:9: error: unknown directive | |
.func ff_hevc_put_qpel_v3_neon_8 | |
^ | |
hevcdsp_qpel_neon.S:349:1: note: while in macro instantiation | |
function ff_hevc_put_qpel_v3_neon_8, export=1 | |
^ | |
<instantiation>:1:7: error: vector register expected | |
push {r4, r5, r6, r7} | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:2:13: error: invalid operand for instruction | |
ldr r4, [sp, #16] | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:3:13: error: invalid operand for instruction | |
ldr r5, [sp, #20] | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:4:16: error: vector register expected | |
vpush {d8-d15} | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:5:13: error: invalid operand for instruction | |
sub r2, r2, r3, lsl #1 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:6:13: error: invalid operand for instruction | |
sub r2, r3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:7:13: error: invalid operand for instruction | |
mov r12, r4 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:8:13: error: invalid operand for instruction | |
mov r6, r0 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:9:13: error: invalid operand for instruction | |
mov r7, r2 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:10:13: error: invalid operand for instruction | |
lsl r1, #1 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {d16}, [r2], r3 | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:4:17: error: vector register expected | |
vld1.8 {d17}, [r2], r3 | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:6:17: error: vector register expected | |
vld1.8 {d18}, [r2], r3 | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:8:17: error: vector register expected | |
vld1.8 {d19}, [r2], r3 | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:10:17: error: vector register expected | |
vld1.8 {d20}, [r2], r3 | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:11:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:12:17: error: vector register expected | |
vld1.8 {d21}, [r2], r3 | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:13:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:14:17: error: vector register expected | |
vld1.8 {d22}, [r2], r3 | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:15:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:16:17: error: vector register expected | |
vld1.8 {d23}, [r2], r3 | |
^ | |
<instantiation>:11:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:12:13: error: invalid operand for instruction | |
cmp r5, #4 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:14:9: error: invalid operand for instruction | |
8: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov.u8 d24, #58 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:2:9: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov.u8 d25, #10 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: shl, shll, shll2, sshll, ushll? | |
vshll.u8 q13, d19, #4 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: shl, shll, shll2, sshll, ushll? | |
vshll.u8 q14, d18, #2 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: mul, pmull, smull, umull? | |
vmull.u8 q7, d20, d24 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: add, saddw, uaddw? | |
vaddw.u8 q13, q13, d19 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: mul, pmull, smull, umull? | |
vmull.u8 q15, d21, d25 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: add, saddw, uaddw? | |
vaddw.u8 q14, q14, d18 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ssubl, sub, usubl? | |
vsubl.u8 q12, d17, d23 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:10:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.u16 q7, q13 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:11:9: error: unrecognized instruction mnemonic, did you mean: shl, shll, shll2, sshll, ushll? | |
vshll.u8 q13, d22, #2 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:12:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.u16 q15, q14 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:13:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.s16 q13, q12 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:14:9: error: unrecognized instruction mnemonic, did you mean: fsub, msub, sub, subs? | |
vsub.s16 q7, q15 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:15:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.s16 q7, q13 | |
^ | |
<instantiation>:15:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:16:18: error: vector register expected | |
vst1.16 {q7}, [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d16, d17 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d17, d18 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d18, d19 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d19, d20 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d20, d21 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d21, d22 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d22, d23 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:18:17: error: vector register expected | |
vld1.8 {d23}, [r2], r3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:20:14: error: invalid operand for instruction | |
subs r5, #8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:22:13: error: invalid operand for instruction | |
mov r4, r12 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:23:13: error: invalid operand for instruction | |
add r6, #16 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:24:13: error: invalid operand for instruction | |
mov r0, r6 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:25:13: error: invalid operand for instruction | |
add r7, #8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:26:13: error: invalid operand for instruction | |
mov r2, r7 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:28:9: error: invalid operand for instruction | |
4: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov.u8 d24, #58 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:2:9: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov.u8 d25, #10 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: shl, shll, shll2, sshll, ushll? | |
vshll.u8 q13, d19, #4 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: shl, shll, shll2, sshll, ushll? | |
vshll.u8 q14, d18, #2 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: mul, pmull, smull, umull? | |
vmull.u8 q7, d20, d24 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: add, saddw, uaddw? | |
vaddw.u8 q13, q13, d19 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: mul, pmull, smull, umull? | |
vmull.u8 q15, d21, d25 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: add, saddw, uaddw? | |
vaddw.u8 q14, q14, d18 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ssubl, sub, usubl? | |
vsubl.u8 q12, d17, d23 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:10:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.u16 q7, q13 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:11:9: error: unrecognized instruction mnemonic, did you mean: shl, shll, shll2, sshll, ushll? | |
vshll.u8 q13, d22, #2 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:12:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.u16 q15, q14 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:13:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.s16 q13, q12 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:14:9: error: unrecognized instruction mnemonic, did you mean: fsub, msub, sub, subs? | |
vsub.s16 q7, q15 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:15:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.s16 q7, q13 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
qpel_filter_3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:30:9: error: unrecognized instruction mnemonic, did you mean: st1? | |
vst1.16 d14, [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d16, d17 | |
^ | |
<instantiation>:31:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d17, d18 | |
^ | |
<instantiation>:31:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d18, d19 | |
^ | |
<instantiation>:31:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d19, d20 | |
^ | |
<instantiation>:31:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d20, d21 | |
^ | |
<instantiation>:31:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I.. -g -O2 -Werror=return-type -Werror=unused-result -Werror=reorder -std=gnu++11 -DDE265_LOG_ERROR -c arm.cc -o libde265_arm_la-arm.o >/dev/null 2>&1 | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d21, d22 | |
^ | |
<instantiation>:31:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d22, d23 | |
^ | |
<instantiation>:31:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:32:18: error: vector register expected | |
vld1.32 {d23[0]}, [r2], r3 | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:34:11: error: vector register expected | |
99: vpop {d8-d15} | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:35:14: error: vector register expected | |
pop {r4, r5, r6, r7} | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:36:9: error: unrecognized instruction mnemonic, did you mean: b, bl, br, tbx? | |
bx lr | |
^ | |
hevcdsp_qpel_neon.S:350:9: note: while in macro instantiation | |
hevc_put_qpel_vX_neon_8 qpel_filter_3 | |
^ | |
<instantiation>:7:1: error: unexpected token at start of statement | |
@ .size ff_hevc_put_qpel_v3_neon_8, . - ff_hevc_put_qpel_v3_neon_8 | |
^ | |
hevcdsp_qpel_neon.S:351:1: note: while in macro instantiation | |
endfunc | |
^ | |
<instantiation>:8:9: error: unknown directive | |
.endfunc | |
^ | |
hevcdsp_qpel_neon.S:351:1: note: while in macro instantiation | |
endfunc | |
^ | |
<instantiation>:18:1: error: unexpected token at start of statement | |
@ .type ff_hevc_put_qpel_uw_v1_neon_8, %function | |
^ | |
hevcdsp_qpel_neon.S:354:1: note: while in macro instantiation | |
function ff_hevc_put_qpel_uw_v1_neon_8, export=1 | |
^ | |
<instantiation>:19:9: error: unknown directive | |
.func ff_hevc_put_qpel_uw_v1_neon_8 | |
^ | |
hevcdsp_qpel_neon.S:354:1: note: while in macro instantiation | |
function ff_hevc_put_qpel_uw_v1_neon_8, export=1 | |
^ | |
<instantiation>:1:7: error: vector register expected | |
push {r4-r10} | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:2:13: error: invalid operand for instruction | |
ldr r5, [sp, #28] | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:3:13: error: invalid operand for instruction | |
ldr r4, [sp, #32] | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:4:13: error: invalid operand for instruction | |
ldr r8, [sp, #36] | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:5:13: error: invalid operand for instruction | |
ldr r9, [sp, #40] | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:6:16: error: vector register expected | |
vpush {d8-d15} | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:7:13: error: invalid operand for instruction | |
sub r2, r2, r3, lsl #1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:8:13: error: invalid operand for instruction | |
sub r2, r3 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:9:13: error: invalid operand for instruction | |
mov r12, r4 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:10:13: error: invalid operand for instruction | |
mov r6, r0 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:11:13: error: invalid operand for instruction | |
mov r7, r2 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:12:13: error: invalid operand for instruction | |
cmp r8, #0 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {d16}, [r2], r3 | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:4:17: error: vector register expected | |
vld1.8 {d17}, [r2], r3 | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:6:17: error: vector register expected | |
vld1.8 {d18}, [r2], r3 | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:8:17: error: vector register expected | |
vld1.8 {d19}, [r2], r3 | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:10:17: error: vector register expected | |
vld1.8 {d20}, [r2], r3 | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:11:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:12:17: error: vector register expected | |
vld1.8 {d21}, [r2], r3 | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:13:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:14:17: error: vector register expected | |
vld1.8 {d22}, [r2], r3 | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:15:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:16:17: error: vector register expected | |
vld1.8 {d23}, [r2], r3 | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:15:13: error: invalid operand for instruction | |
cmp r5, #4 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:17:9: error: invalid operand for instruction | |
8: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov.u8 d24, #58 | |
^ | |
<instantiation>:18:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:2:9: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov.u8 d25, #10 | |
^ | |
<instantiation>:18:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: shl, shll, shll2, sshll, ushll? | |
vshll.u8 q13, d20, #4 | |
^ | |
<instantiation>:18:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: shl, shll, shll2, sshll, ushll? | |
vshll.u8 q14, d21, #2 | |
^ | |
<instantiation>:18:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: mul, pmull, smull, umull? | |
vmull.u8 q7, d19, d24 | |
^ | |
<instantiation>:18:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: add, saddw, uaddw? | |
vaddw.u8 q13, q13, d20 | |
^ | |
<instantiation>:18:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: mul, pmull, smull, umull? | |
vmull.u8 q15, d18, d25 | |
^ | |
<instantiation>:18:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: add, saddw, uaddw? | |
vaddw.u8 q14, q14, d21 | |
^ | |
<instantiation>:18:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ssubl, sub, usubl? | |
vsubl.u8 q12, d22, d16 | |
^ | |
<instantiation>:18:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:10:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.u16 q7, q13 | |
^ | |
<instantiation>:18:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:11:9: error: unrecognized instruction mnemonic, did you mean: shl, shll, shll2, sshll, ushll? | |
vshll.u8 q13, d17, #2 | |
^ | |
<instantiation>:18:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:12:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.u16 q15, q14 | |
^ | |
<instantiation>:18:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:13:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.s16 q13, q12 | |
^ | |
<instantiation>:18:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:14:9: error: unrecognized instruction mnemonic, did you mean: fsub, msub, sub, subs? | |
vsub.s16 q7, q15 | |
^ | |
<instantiation>:18:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:15:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.s16 q7, q13 | |
^ | |
<instantiation>:18:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:19:9: error: unrecognized instruction mnemonic, did you mean: sqrshrun? | |
vqrshrun.s16 d0, q7, #6 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:20:9: error: unrecognized instruction mnemonic, did you mean: st1? | |
vst1.8 d0, [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d16, d17 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d17, d18 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d18, d19 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d19, d20 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d20, d21 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d21, d22 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d22, d23 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:22:17: error: vector register expected | |
vld1.8 {d23}, [r2], r3 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:24:14: error: invalid operand for instruction | |
subs r5, #8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:26:13: error: invalid operand for instruction | |
mov r4, r12 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:27:13: error: invalid operand for instruction | |
add r6, #8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:28:13: error: invalid operand for instruction | |
mov r0, r6 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:29:13: error: invalid operand for instruction | |
add r7, #8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:30:13: error: invalid operand for instruction | |
mov r2, r7 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:32:9: error: invalid operand for instruction | |
4: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov.u8 d24, #58 | |
^ | |
<instantiation>:33:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:2:9: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov.u8 d25, #10 | |
^ | |
<instantiation>:33:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: shl, shll, shll2, sshll, ushll? | |
vshll.u8 q13, d20, #4 | |
^ | |
<instantiation>:33:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: shl, shll, shll2, sshll, ushll? | |
vshll.u8 q14, d21, #2 | |
^ | |
<instantiation>:33:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: mul, pmull, smull, umull? | |
vmull.u8 q7, d19, d24 | |
^ | |
<instantiation>:33:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: add, saddw, uaddw? | |
vaddw.u8 q13, q13, d20 | |
^ | |
<instantiation>:33:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: mul, pmull, smull, umull? | |
vmull.u8 q15, d18, d25 | |
^ | |
<instantiation>:33:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: add, saddw, uaddw? | |
vaddw.u8 q14, q14, d21 | |
^ | |
<instantiation>:33:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ssubl, sub, usubl? | |
vsubl.u8 q12, d22, d16 | |
^ | |
<instantiation>:33:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:10:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.u16 q7, q13 | |
^ | |
<instantiation>:33:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:11:9: error: unrecognized instruction mnemonic, did you mean: shl, shll, shll2, sshll, ushll? | |
vshll.u8 q13, d17, #2 | |
^ | |
<instantiation>:33:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:12:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.u16 q15, q14 | |
^ | |
<instantiation>:33:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:13:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.s16 q13, q12 | |
^ | |
<instantiation>:33:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:14:9: error: unrecognized instruction mnemonic, did you mean: fsub, msub, sub, subs? | |
vsub.s16 q7, q15 | |
^ | |
<instantiation>:33:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:15:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.s16 q7, q13 | |
^ | |
<instantiation>:33:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:34:9: error: unrecognized instruction mnemonic, did you mean: sqrshrun? | |
vqrshrun.s16 d0, q7, #6 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:35:19: error: unexpected token in argument list | |
vst1.32 d0[0], [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d16, d17 | |
^ | |
<instantiation>:36:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d17, d18 | |
^ | |
<instantiation>:36:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d18, d19 | |
^ | |
<instantiation>:36:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d19, d20 | |
^ | |
<instantiation>:36:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d20, d21 | |
^ | |
<instantiation>:36:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d21, d22 | |
^ | |
<instantiation>:36:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d22, d23 | |
^ | |
<instantiation>:36:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:37:18: error: vector register expected | |
vld1.32 {d23[0]}, [r2], r3 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:40:13: error: invalid operand for instruction | |
.Lbi25: lsl r9, #1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:41:13: error: invalid operand for instruction | |
mov r10, r8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {d16}, [r2], r3 | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:4:17: error: vector register expected | |
vld1.8 {d17}, [r2], r3 | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:6:17: error: vector register expected | |
vld1.8 {d18}, [r2], r3 | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:8:17: error: vector register expected | |
vld1.8 {d19}, [r2], r3 | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:10:17: error: vector register expected | |
vld1.8 {d20}, [r2], r3 | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:11:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:12:17: error: vector register expected | |
vld1.8 {d21}, [r2], r3 | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:13:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:14:17: error: vector register expected | |
vld1.8 {d22}, [r2], r3 | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:15:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:16:17: error: vector register expected | |
vld1.8 {d23}, [r2], r3 | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:43:13: error: invalid operand for instruction | |
cmp r5, #4 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:45:9: error: invalid operand for instruction | |
8: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov.u8 d24, #58 | |
^ | |
<instantiation>:46:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:2:9: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov.u8 d25, #10 | |
^ | |
<instantiation>:46:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: shl, shll, shll2, sshll, ushll? | |
vshll.u8 q13, d20, #4 | |
^ | |
<instantiation>:46:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: shl, shll, shll2, sshll, ushll? | |
vshll.u8 q14, d21, #2 | |
^ | |
<instantiation>:46:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: mul, pmull, smull, umull? | |
vmull.u8 q7, d19, d24 | |
^ | |
<instantiation>:46:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: add, saddw, uaddw? | |
vaddw.u8 q13, q13, d20 | |
^ | |
<instantiation>:46:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: mul, pmull, smull, umull? | |
vmull.u8 q15, d18, d25 | |
^ | |
<instantiation>:46:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: add, saddw, uaddw? | |
vaddw.u8 q14, q14, d21 | |
^ | |
<instantiation>:46:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ssubl, sub, usubl? | |
vsubl.u8 q12, d22, d16 | |
^ | |
<instantiation>:46:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:10:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.u16 q7, q13 | |
^ | |
<instantiation>:46:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:11:9: error: unrecognized instruction mnemonic, did you mean: shl, shll, shll2, sshll, ushll? | |
vshll.u8 q13, d17, #2 | |
^ | |
<instantiation>:46:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:12:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.u16 q15, q14 | |
^ | |
<instantiation>:46:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:13:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.s16 q13, q12 | |
^ | |
<instantiation>:46:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:14:9: error: unrecognized instruction mnemonic, did you mean: fsub, msub, sub, subs? | |
vsub.s16 q7, q15 | |
^ | |
<instantiation>:46:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:15:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.s16 q7, q13 | |
^ | |
<instantiation>:46:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:47:18: error: vector register expected | |
vld1.16 {q0}, [r8], r9 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:48:9: error: unrecognized instruction mnemonic, did you mean: add, sqadd, uqadd? | |
vqadd.s16 q0, q7 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:49:9: error: unrecognized instruction mnemonic, did you mean: sqrshrun? | |
vqrshrun.s16 d0, q0, #7 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:50:9: error: unrecognized instruction mnemonic, did you mean: st1? | |
vst1.8 d0, [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d16, d17 | |
^ | |
<instantiation>:51:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d17, d18 | |
^ | |
<instantiation>:51:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d18, d19 | |
^ | |
<instantiation>:51:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d19, d20 | |
^ | |
<instantiation>:51:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d20, d21 | |
^ | |
<instantiation>:51:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d21, d22 | |
^ | |
<instantiation>:51:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d22, d23 | |
^ | |
<instantiation>:51:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:52:17: error: vector register expected | |
vld1.8 {d23}, [r2], r3 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:54:14: error: invalid operand for instruction | |
subs r5, #8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:56:13: error: invalid operand for instruction | |
mov r4, r12 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:57:13: error: invalid operand for instruction | |
add r6, #8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:58:13: error: invalid operand for instruction | |
mov r0, r6 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:59:13: error: invalid operand for instruction | |
add r10, #16 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:60:13: error: invalid operand for instruction | |
mov r8, r10 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:61:13: error: invalid operand for instruction | |
add r7, #8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:62:13: error: invalid operand for instruction | |
mov r2, r7 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:64:9: error: invalid operand for instruction | |
4: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov.u8 d24, #58 | |
^ | |
<instantiation>:65:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:2:9: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov.u8 d25, #10 | |
^ | |
<instantiation>:65:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: shl, shll, shll2, sshll, ushll? | |
vshll.u8 q13, d20, #4 | |
^ | |
<instantiation>:65:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: shl, shll, shll2, sshll, ushll? | |
vshll.u8 q14, d21, #2 | |
^ | |
<instantiation>:65:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: mul, pmull, smull, umull? | |
vmull.u8 q7, d19, d24 | |
^ | |
<instantiation>:65:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: add, saddw, uaddw? | |
vaddw.u8 q13, q13, d20 | |
^ | |
<instantiation>:65:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: mul, pmull, smull, umull? | |
vmull.u8 q15, d18, d25 | |
^ | |
<instantiation>:65:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: add, saddw, uaddw? | |
vaddw.u8 q14, q14, d21 | |
^ | |
<instantiation>:65:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ssubl, sub, usubl? | |
vsubl.u8 q12, d22, d16 | |
^ | |
<instantiation>:65:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:10:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.u16 q7, q13 | |
^ | |
<instantiation>:65:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:11:9: error: unrecognized instruction mnemonic, did you mean: shl, shll, shll2, sshll, ushll? | |
vshll.u8 q13, d17, #2 | |
^ | |
<instantiation>:65:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:12:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.u16 q15, q14 | |
^ | |
<instantiation>:65:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:13:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.s16 q13, q12 | |
^ | |
<instantiation>:65:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:14:9: error: unrecognized instruction mnemonic, did you mean: fsub, msub, sub, subs? | |
vsub.s16 q7, q15 | |
^ | |
<instantiation>:65:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:15:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.s16 q7, q13 | |
^ | |
<instantiation>:65:9: note: while in macro instantiation | |
qpel_filter_1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:66:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld1r? | |
vld1.16 d0, [r8], r9 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:67:9: error: unrecognized instruction mnemonic, did you mean: add, sqadd, uqadd? | |
vqadd.s16 d0, d14 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:68:9: error: unrecognized instruction mnemonic, did you mean: sqrshrun? | |
vqrshrun.s16 d0, q0, #7 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:69:19: error: unexpected token in argument list | |
vst1.32 d0[0], [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d16, d17 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d17, d18 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d18, d19 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d19, d20 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d20, d21 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d21, d22 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d22, d23 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:71:18: error: vector register expected | |
vld1.32 {d23[0]}, [r2], r3 | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:73:11: error: vector register expected | |
99: vpop {d8-d15} | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:74:14: error: vector register expected | |
pop {r4-r10} | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:75:9: error: unrecognized instruction mnemonic, did you mean: b, bl, br, tbx? | |
bx lr | |
^ | |
hevcdsp_qpel_neon.S:355:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_1 | |
^ | |
<instantiation>:7:1: error: unexpected token at start of statement | |
@ .size ff_hevc_put_qpel_uw_v1_neon_8, . - ff_hevc_put_qpel_uw_v1_neon_8 | |
^ | |
hevcdsp_qpel_neon.S:356:1: note: while in macro instantiation | |
endfunc | |
^ | |
<instantiation>:8:9: error: unknown directive | |
.endfunc | |
^ | |
hevcdsp_qpel_neon.S:356:1: note: while in macro instantiation | |
endfunc | |
^ | |
<instantiation>:18:1: error: unexpected token at start of statement | |
@ .type ff_hevc_put_qpel_uw_v2_neon_8, %function | |
^ | |
hevcdsp_qpel_neon.S:358:1: note: while in macro instantiation | |
function ff_hevc_put_qpel_uw_v2_neon_8, export=1 | |
^ | |
<instantiation>:19:9: error: unknown directive | |
.func ff_hevc_put_qpel_uw_v2_neon_8 | |
^ | |
hevcdsp_qpel_neon.S:358:1: note: while in macro instantiation | |
function ff_hevc_put_qpel_uw_v2_neon_8, export=1 | |
^ | |
<instantiation>:1:7: error: vector register expected | |
push {r4-r10} | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:2:13: error: invalid operand for instruction | |
ldr r5, [sp, #28] | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:3:13: error: invalid operand for instruction | |
ldr r4, [sp, #32] | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:4:13: error: invalid operand for instruction | |
ldr r8, [sp, #36] | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:5:13: error: invalid operand for instruction | |
ldr r9, [sp, #40] | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:6:16: error: vector register expected | |
vpush {d8-d15} | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:7:13: error: invalid operand for instruction | |
sub r2, r2, r3, lsl #1 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:8:13: error: invalid operand for instruction | |
sub r2, r3 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:9:13: error: invalid operand for instruction | |
mov r12, r4 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:10:13: error: invalid operand for instruction | |
mov r6, r0 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:11:13: error: invalid operand for instruction | |
mov r7, r2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:12:13: error: invalid operand for instruction | |
cmp r8, #0 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {d16}, [r2], r3 | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:4:17: error: vector register expected | |
vld1.8 {d17}, [r2], r3 | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:6:17: error: vector register expected | |
vld1.8 {d18}, [r2], r3 | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:8:17: error: vector register expected | |
vld1.8 {d19}, [r2], r3 | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:10:17: error: vector register expected | |
vld1.8 {d20}, [r2], r3 | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:11:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:12:17: error: vector register expected | |
vld1.8 {d21}, [r2], r3 | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:13:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:14:17: error: vector register expected | |
vld1.8 {d22}, [r2], r3 | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:15:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:16:17: error: vector register expected | |
vld1.8 {d23}, [r2], r3 | |
^ | |
<instantiation>:14:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:15:13: error: invalid operand for instruction | |
cmp r5, #4 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:17:9: error: invalid operand for instruction | |
8: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov.i16 q12, #10 | |
^ | |
<instantiation>:18:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:2:9: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov.i16 q14, #11 | |
^ | |
<instantiation>:18:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: add, saddl, uaddl? | |
vaddl.u8 q13, d19, d20 | |
^ | |
<instantiation>:18:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: add, saddl, uaddl? | |
vaddl.u8 q15, d18, d21 | |
^ | |
<instantiation>:18:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: fmul, mul, pmul? | |
vmul.u16 q13, q12 | |
^ | |
<instantiation>:18:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: fmul, mul, pmul? | |
vmul.u16 q15, q14 | |
^ | |
<instantiation>:18:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: add, saddl, uaddl? | |
vaddl.u8 q7, d17, d22 | |
^ | |
<instantiation>:18:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: add, saddl, uaddl? | |
vaddl.u8 q12, d16, d23 | |
^ | |
<instantiation>:18:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.u16 q7, q13 | |
^ | |
<instantiation>:18:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:10:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.s16 q12, q15 | |
^ | |
<instantiation>:18:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:11:9: error: unrecognized instruction mnemonic, did you mean: shl, shll, sshl, ushl? | |
vshl.u16 q7, #2 | |
^ | |
<instantiation>:18:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:12:9: error: unrecognized instruction mnemonic, did you mean: fsub, msub, sub, subs? | |
vsub.s16 q7, q12 | |
^ | |
<instantiation>:18:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:19:9: error: unrecognized instruction mnemonic, did you mean: sqrshrun? | |
vqrshrun.s16 d0, q7, #6 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:20:9: error: unrecognized instruction mnemonic, did you mean: st1? | |
vst1.8 d0, [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d16, d17 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d17, d18 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d18, d19 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d19, d20 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d20, d21 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d21, d22 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d22, d23 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:22:17: error: vector register expected | |
vld1.8 {d23}, [r2], r3 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:24:14: error: invalid operand for instruction | |
subs r5, #8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:26:13: error: invalid operand for instruction | |
mov r4, r12 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:27:13: error: invalid operand for instruction | |
add r6, #8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:28:13: error: invalid operand for instruction | |
mov r0, r6 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:29:13: error: invalid operand for instruction | |
add r7, #8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:30:13: error: invalid operand for instruction | |
mov r2, r7 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:32:9: error: invalid operand for instruction | |
4: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov.i16 q12, #10 | |
^ | |
<instantiation>:33:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:2:9: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov.i16 q14, #11 | |
^ | |
<instantiation>:33:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: add, saddl, uaddl? | |
vaddl.u8 q13, d19, d20 | |
^ | |
<instantiation>:33:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: add, saddl, uaddl? | |
vaddl.u8 q15, d18, d21 | |
^ | |
<instantiation>:33:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: fmul, mul, pmul? | |
vmul.u16 q13, q12 | |
^ | |
<instantiation>:33:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: fmul, mul, pmul? | |
vmul.u16 q15, q14 | |
^ | |
<instantiation>:33:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: add, saddl, uaddl? | |
vaddl.u8 q7, d17, d22 | |
^ | |
<instantiation>:33:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: add, saddl, uaddl? | |
vaddl.u8 q12, d16, d23 | |
^ | |
<instantiation>:33:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.u16 q7, q13 | |
^ | |
<instantiation>:33:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:10:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.s16 q12, q15 | |
^ | |
<instantiation>:33:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:11:9: error: unrecognized instruction mnemonic, did you mean: shl, shll, sshl, ushl? | |
vshl.u16 q7, #2 | |
^ | |
<instantiation>:33:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:12:9: error: unrecognized instruction mnemonic, did you mean: fsub, msub, sub, subs? | |
vsub.s16 q7, q12 | |
^ | |
<instantiation>:33:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:34:9: error: unrecognized instruction mnemonic, did you mean: sqrshrun? | |
vqrshrun.s16 d0, q7, #6 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:35:19: error: unexpected token in argument list | |
vst1.32 d0[0], [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d16, d17 | |
^ | |
<instantiation>:36:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d17, d18 | |
^ | |
<instantiation>:36:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d18, d19 | |
^ | |
<instantiation>:36:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d19, d20 | |
^ | |
<instantiation>:36:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d20, d21 | |
^ | |
<instantiation>:36:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d21, d22 | |
^ | |
<instantiation>:36:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d22, d23 | |
^ | |
<instantiation>:36:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:37:18: error: vector register expected | |
vld1.32 {d23[0]}, [r2], r3 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:40:13: error: invalid operand for instruction | |
.Lbi38: lsl r9, #1 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:41:13: error: invalid operand for instruction | |
mov r10, r8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {d16}, [r2], r3 | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:4:17: error: vector register expected | |
vld1.8 {d17}, [r2], r3 | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:6:17: error: vector register expected | |
vld1.8 {d18}, [r2], r3 | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:8:17: error: vector register expected | |
vld1.8 {d19}, [r2], r3 | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:10:17: error: vector register expected | |
vld1.8 {d20}, [r2], r3 | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:11:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:12:17: error: vector register expected | |
vld1.8 {d21}, [r2], r3 | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:13:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:14:17: error: vector register expected | |
vld1.8 {d22}, [r2], r3 | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:15:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:16:17: error: vector register expected | |
vld1.8 {d23}, [r2], r3 | |
^ | |
<instantiation>:42:4: note: while in macro instantiation | |
0: loadin8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:43:13: error: invalid operand for instruction | |
cmp r5, #4 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:45:9: error: invalid operand for instruction | |
8: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov.i16 q12, #10 | |
^ | |
<instantiation>:46:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:2:9: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov.i16 q14, #11 | |
^ | |
<instantiation>:46:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: add, saddl, uaddl? | |
vaddl.u8 q13, d19, d20 | |
^ | |
<instantiation>:46:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: add, saddl, uaddl? | |
vaddl.u8 q15, d18, d21 | |
^ | |
<instantiation>:46:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: fmul, mul, pmul? | |
vmul.u16 q13, q12 | |
^ | |
<instantiation>:46:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: fmul, mul, pmul? | |
vmul.u16 q15, q14 | |
^ | |
<instantiation>:46:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: add, saddl, uaddl? | |
vaddl.u8 q7, d17, d22 | |
^ | |
<instantiation>:46:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: add, saddl, uaddl? | |
vaddl.u8 q12, d16, d23 | |
^ | |
<instantiation>:46:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.u16 q7, q13 | |
^ | |
<instantiation>:46:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:10:9: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? | |
vadd.s16 q12, q15 | |
^ | |
<instantiation>:46:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:11:9: error: unrecognized instruction mnemonic, did you mean: shl, shll, sshl, ushl? | |
vshl.u16 q7, #2 | |
^ | |
<instantiation>:46:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:12:9: error: unrecognized instruction mnemonic, did you mean: fsub, msub, sub, subs? | |
vsub.s16 q7, q12 | |
^ | |
<instantiation>:46:9: note: while in macro instantiation | |
qpel_filter_2 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:47:18: error: vector register expected | |
vld1.16 {q0}, [r8], r9 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:48:9: error: unrecognized instruction mnemonic, did you mean: add, sqadd, uqadd? | |
vqadd.s16 q0, q7 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:49:9: error: unrecognized instruction mnemonic, did you mean: sqrshrun? | |
vqrshrun.s16 d0, q0, #7 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:50:9: error: unrecognized instruction mnemonic, did you mean: st1? | |
vst1.8 d0, [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d16, d17 | |
^ | |
<instantiation>:51:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d17, d18 | |
^ | |
<instantiation>:51:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d18, d19 | |
^ | |
<instantiation>:51:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d19, d20 | |
^ | |
<instantiation>:51:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d20, d21 | |
^ | |
<instantiation>:51:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov d21, d22 | |
^ | |
<instantiation>:51:9: note: while in macro instantiation | |
regshuffle_d8 | |
^ | |
hevcdsp_qpel_neon.S:359:9: note: while in macro instantiation | |
hevc_put_qpel_uw_vX_neon_8 qpel_filter_2 | |
^ | |
<instantiation>:7: | |
[...snip...] | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:16:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_1_32b q0 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:18:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_1_32b q1 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:20:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_1_32b q2 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:22:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_1_32b q3 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:24:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_1_32b q4 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:26:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_1_32b q5 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:28:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_1_32b q6 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:30:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_1_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:31:13: error: invalid operand for instruction | |
cmp r5, #4 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:33:9: error: invalid operand for instruction | |
8: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:35:9: error: unrecognized instruction mnemonic, did you mean: sqrshrun? | |
vqrshrun.s16 d0, q8, #6 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:36:9: error: unrecognized instruction mnemonic, did you mean: st1? | |
vst1.8 d0, [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q0, q1 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q1, q2 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q2, q3 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q3, q4 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q4, q5 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q5, q6 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q6, q7 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:39:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_1_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:41:14: error: invalid operand for instruction | |
subs r5, #8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:43:13: error: invalid operand for instruction | |
mov r4, r12 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:44:13: error: invalid operand for instruction | |
add r6, #8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:45:13: error: invalid operand for instruction | |
mov r0, r6 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:46:13: error: invalid operand for instruction | |
add r7, #8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:47:13: error: invalid operand for instruction | |
mov r2, r7 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:49:9: error: invalid operand for instruction | |
4: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:51:9: error: unrecognized instruction mnemonic, did you mean: sqrshrun? | |
vqrshrun.s16 d0, q8, #6 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:52:19: error: unexpected token in argument list | |
vst1.32 d0[0], [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q0, q1 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q1, q2 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q2, q3 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q3, q4 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q4, q5 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q5, q6 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q6, q7 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:55:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_1_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:58:14: error: invalid operand for instruction | |
.Lbi280: lsl r9, #1 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:59:13: error: invalid operand for instruction | |
mov r10, r8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:61:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_1_32b q0 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:63:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_1_32b q1 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:65:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_1_32b q2 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:67:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_1_32b q3 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:69:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_1_32b q4 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:71:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_1_32b q5 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:73:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_1_32b q6 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:75:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_1_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:76:13: error: invalid operand for instruction | |
cmp r5, #4 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:78:9: error: invalid operand for instruction | |
8: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:80:18: error: vector register expected | |
vld1.16 {q0}, [r8], r9 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:81:9: error: unrecognized instruction mnemonic, did you mean: add, sqadd, uqadd? | |
vqadd.s16 q0, q8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:82:9: error: unrecognized instruction mnemonic, did you mean: sqrshrun? | |
vqrshrun.s16 d0, q0, #7 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:83:9: error: unrecognized instruction mnemonic, did you mean: st1? | |
vst1.8 d0, [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q0, q1 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q1, q2 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q2, q3 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q3, q4 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q4, q5 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q5, q6 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q6, q7 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:86:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_1_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:88:14: error: invalid operand for instruction | |
subs r5, #8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:90:13: error: invalid operand for instruction | |
mov r4, r12 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:91:13: error: invalid operand for instruction | |
add r6, #8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:92:13: error: invalid operand for instruction | |
mov r0, r6 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:93:13: error: invalid operand for instruction | |
add r10, #16 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:94:13: error: invalid operand for instruction | |
mov r8, r10 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:95:13: error: invalid operand for instruction | |
add r7, #8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:96:13: error: invalid operand for instruction | |
mov r2, r7 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:98:9: error: invalid operand for instruction | |
4: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:100:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld1r? | |
vld1.16 d0, [r8], r9 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:101:9: error: unrecognized instruction mnemonic, did you mean: add, sqadd, uqadd? | |
vqadd.s16 d0, d16 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:102:9: error: unrecognized instruction mnemonic, did you mean: sqrshrun? | |
vqrshrun.s16 d0, q0, #7 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:103:19: error: unexpected token in argument list | |
vst1.32 d0[0], [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q0, q1 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q1, q2 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q2, q3 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q3, q4 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q4, q5 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q5, q6 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q6, q7 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:106:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_1_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:108:11: error: vector register expected | |
99: vpop {d8-d15} | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:109:14: error: vector register expected | |
pop {r4-r10} | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:110:9: error: unrecognized instruction mnemonic, did you mean: b, bl, br, tbx? | |
bx lr | |
^ | |
hevcdsp_qpel_neon.S:716:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b | |
^ | |
<instantiation>:7:1: error: unexpected token at start of statement | |
@ .size ff_hevc_put_qpel_uw_h2v1_neon_8, . - ff_hevc_put_qpel_uw_h2v1_neon_8 | |
^ | |
hevcdsp_qpel_neon.S:717:1: note: while in macro instantiation | |
endfunc | |
^ | |
<instantiation>:8:9: error: unknown directive | |
.endfunc | |
^ | |
hevcdsp_qpel_neon.S:717:1: note: while in macro instantiation | |
endfunc | |
^ | |
<instantiation>:18:1: error: unexpected token at start of statement | |
@ .type ff_hevc_put_qpel_uw_h3v1_neon_8, %function | |
^ | |
hevcdsp_qpel_neon.S:719:1: note: while in macro instantiation | |
function ff_hevc_put_qpel_uw_h3v1_neon_8, export=1 | |
^ | |
<instantiation>:19:9: error: unknown directive | |
.func ff_hevc_put_qpel_uw_h3v1_neon_8 | |
^ | |
hevcdsp_qpel_neon.S:719:1: note: while in macro instantiation | |
function ff_hevc_put_qpel_uw_h3v1_neon_8, export=1 | |
^ | |
<instantiation>:1:7: error: vector register expected | |
push {r4-r10} | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:2:13: error: invalid operand for instruction | |
ldr r5, [sp, #28] | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:3:13: error: invalid operand for instruction | |
ldr r4, [sp, #32] | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:4:13: error: invalid operand for instruction | |
ldr r8, [sp, #36] | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:5:13: error: invalid operand for instruction | |
ldr r9, [sp, #40] | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:6:16: error: vector register expected | |
vpush {d8-d15} | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:7:13: error: invalid operand for instruction | |
sub r2, #4 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:8:13: error: invalid operand for instruction | |
sub r2, r2, r3, lsl #1 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:9:13: error: invalid operand for instruction | |
sub r2, r3 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:10:13: error: invalid operand for instruction | |
mov r12, r4 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:11:13: error: invalid operand for instruction | |
mov r6, r0 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:12:13: error: invalid operand for instruction | |
mov r7, r2 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:13:13: error: invalid operand for instruction | |
cmp r8, #0 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:16:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_1_32b q0 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:18:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_1_32b q1 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:20:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_1_32b q2 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:22:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_1_32b q3 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:24:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_1_32b q4 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:26:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_1_32b q5 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:28:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_1_32b q6 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:30:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_1_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:31:13: error: invalid operand for instruction | |
cmp r5, #4 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:33:9: error: invalid operand for instruction | |
8: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:35:9: error: unrecognized instruction mnemonic, did you mean: sqrshrun? | |
vqrshrun.s16 d0, q8, #6 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:36:9: error: unrecognized instruction mnemonic, did you mean: st1? | |
vst1.8 d0, [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q0, q1 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q1, q2 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q2, q3 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q3, q4 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q4, q5 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q5, q6 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q6, q7 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:39:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_1_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:41:14: error: invalid operand for instruction | |
subs r5, #8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:43:13: error: invalid operand for instruction | |
mov r4, r12 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:44:13: error: invalid operand for instruction | |
add r6, #8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:45:13: error: invalid operand for instruction | |
mov r0, r6 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:46:13: error: invalid operand for instruction | |
add r7, #8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:47:13: error: invalid operand for instruction | |
mov r2, r7 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:49:9: error: invalid operand for instruction | |
4: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:51:9: error: unrecognized instruction mnemonic, did you mean: sqrshrun? | |
vqrshrun.s16 d0, q8, #6 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:52:19: error: unexpected token in argument list | |
vst1.32 d0[0], [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q0, q1 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q1, q2 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q2, q3 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q3, q4 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q4, q5 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q5, q6 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q6, q7 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:55:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_1_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:58:14: error: invalid operand for instruction | |
.Lbi307: lsl r9, #1 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:59:13: error: invalid operand for instruction | |
mov r10, r8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:61:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_1_32b q0 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:63:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_1_32b q1 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:65:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_1_32b q2 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:67:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_1_32b q3 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:69:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_1_32b q4 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:71:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_1_32b q5 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:73:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_1_32b q6 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:75:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_1_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:76:13: error: invalid operand for instruction | |
cmp r5, #4 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:78:9: error: invalid operand for instruction | |
8: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:80:18: error: vector register expected | |
vld1.16 {q0}, [r8], r9 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:81:9: error: unrecognized instruction mnemonic, did you mean: add, sqadd, uqadd? | |
vqadd.s16 q0, q8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:82:9: error: unrecognized instruction mnemonic, did you mean: sqrshrun? | |
vqrshrun.s16 d0, q0, #7 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:83:9: error: unrecognized instruction mnemonic, did you mean: st1? | |
vst1.8 d0, [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q0, q1 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q1, q2 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q2, q3 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q3, q4 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q4, q5 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q5, q6 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q6, q7 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:86:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_1_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:88:14: error: invalid operand for instruction | |
subs r5, #8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:90:13: error: invalid operand for instruction | |
mov r4, r12 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:91:13: error: invalid operand for instruction | |
add r6, #8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:92:13: error: invalid operand for instruction | |
mov r0, r6 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:93:13: error: invalid operand for instruction | |
add r10, #16 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:94:13: error: invalid operand for instruction | |
mov r8, r10 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:95:13: error: invalid operand for instruction | |
add r7, #8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:96:13: error: invalid operand for instruction | |
mov r2, r7 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:98:9: error: invalid operand for instruction | |
4: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:100:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld1r? | |
vld1.16 d0, [r8], r9 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:101:9: error: unrecognized instruction mnemonic, did you mean: add, sqadd, uqadd? | |
vqadd.s16 d0, d16 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:102:9: error: unrecognized instruction mnemonic, did you mean: sqrshrun? | |
vqrshrun.s16 d0, q0, #7 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:103:19: error: unexpected token in argument list | |
vst1.32 d0[0], [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q0, q1 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q1, q2 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q2, q3 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q3, q4 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q4, q5 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q5, q6 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q6, q7 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:106:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_1_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:108:11: error: vector register expected | |
99: vpop {d8-d15} | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:109:14: error: vector register expected | |
pop {r4-r10} | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:110:9: error: unrecognized instruction mnemonic, did you mean: b, bl, br, tbx? | |
bx lr | |
^ | |
hevcdsp_qpel_neon.S:720:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b | |
^ | |
<instantiation>:7:1: error: unexpected token at start of statement | |
@ .size ff_hevc_put_qpel_uw_h3v1_neon_8, . - ff_hevc_put_qpel_uw_h3v1_neon_8 | |
^ | |
hevcdsp_qpel_neon.S:721:1: note: while in macro instantiation | |
endfunc | |
^ | |
<instantiation>:8:9: error: unknown directive | |
.endfunc | |
^ | |
hevcdsp_qpel_neon.S:721:1: note: while in macro instantiation | |
endfunc | |
^ | |
<instantiation>:18:1: error: unexpected token at start of statement | |
@ .type ff_hevc_put_qpel_uw_h1v2_neon_8, %function | |
^ | |
hevcdsp_qpel_neon.S:723:1: note: while in macro instantiation | |
function ff_hevc_put_qpel_uw_h1v2_neon_8, export=1 | |
^ | |
<instantiation>:19:9: error: unknown directive | |
.func ff_hevc_put_qpel_uw_h1v2_neon_8 | |
^ | |
hevcdsp_qpel_neon.S:723:1: note: while in macro instantiation | |
function ff_hevc_put_qpel_uw_h1v2_neon_8, export=1 | |
^ | |
<instantiation>:1:7: error: vector register expected | |
push {r4-r10} | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:2:13: error: invalid operand for instruction | |
ldr r5, [sp, #28] | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:3:13: error: invalid operand for instruction | |
ldr r4, [sp, #32] | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:4:13: error: invalid operand for instruction | |
ldr r8, [sp, #36] | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:5:13: error: invalid operand for instruction | |
ldr r9, [sp, #40] | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:6:16: error: vector register expected | |
vpush {d8-d15} | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:7:13: error: invalid operand for instruction | |
sub r2, #4 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:8:13: error: invalid operand for instruction | |
sub r2, r2, r3, lsl #1 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:9:13: error: invalid operand for instruction | |
sub r2, r3 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:10:13: error: invalid operand for instruction | |
mov r12, r4 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:11:13: error: invalid operand for instruction | |
mov r6, r0 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:12:13: error: invalid operand for instruction | |
mov r7, r2 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:13:13: error: invalid operand for instruction | |
cmp r8, #0 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:16:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_2_32b q0 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:18:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_2_32b q1 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:20:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_2_32b q2 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:22:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_2_32b q3 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:24:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_2_32b q4 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:26:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_2_32b q5 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:28:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_2_32b q6 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:30:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_2_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:31:13: error: invalid operand for instruction | |
cmp r5, #4 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:33:9: error: invalid operand for instruction | |
8: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:35:9: error: unrecognized instruction mnemonic, did you mean: sqrshrun? | |
vqrshrun.s16 d0, q8, #6 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:36:9: error: unrecognized instruction mnemonic, did you mean: st1? | |
vst1.8 d0, [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q0, q1 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q1, q2 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q2, q3 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q3, q4 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q4, q5 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q5, q6 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q6, q7 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:39:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_2_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:41:14: error: invalid operand for instruction | |
subs r5, #8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:43:13: error: invalid operand for instruction | |
mov r4, r12 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:44:13: error: invalid operand for instruction | |
add r6, #8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:45:13: error: invalid operand for instruction | |
mov r0, r6 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:46:13: error: invalid operand for instruction | |
add r7, #8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:47:13: error: invalid operand for instruction | |
mov r2, r7 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:49:9: error: invalid operand for instruction | |
4: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:51:9: error: unrecognized instruction mnemonic, did you mean: sqrshrun? | |
vqrshrun.s16 d0, q8, #6 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:52:19: error: unexpected token in argument list | |
vst1.32 d0[0], [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q0, q1 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q1, q2 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q2, q3 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q3, q4 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q4, q5 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q5, q6 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q6, q7 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:55:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_2_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:58:14: error: invalid operand for instruction | |
.Lbi334: lsl r9, #1 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:59:13: error: invalid operand for instruction | |
mov r10, r8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:61:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_2_32b q0 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:63:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_2_32b q1 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:65:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_2_32b q2 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:67:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_2_32b q3 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:69:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_2_32b q4 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:71:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_2_32b q5 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:73:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_2_32b q6 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:75:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_2_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:76:13: error: invalid operand for instruction | |
cmp r5, #4 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:78:9: error: invalid operand for instruction | |
8: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:80:18: error: vector register expected | |
vld1.16 {q0}, [r8], r9 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:81:9: error: unrecognized instruction mnemonic, did you mean: add, sqadd, uqadd? | |
vqadd.s16 q0, q8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:82:9: error: unrecognized instruction mnemonic, did you mean: sqrshrun? | |
vqrshrun.s16 d0, q0, #7 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:83:9: error: unrecognized instruction mnemonic, did you mean: st1? | |
vst1.8 d0, [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q0, q1 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q1, q2 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q2, q3 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q3, q4 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q4, q5 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q5, q6 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q6, q7 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:86:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_2_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:88:14: error: invalid operand for instruction | |
subs r5, #8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:90:13: error: invalid operand for instruction | |
mov r4, r12 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:91:13: error: invalid operand for instruction | |
add r6, #8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:92:13: error: invalid operand for instruction | |
mov r0, r6 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:93:13: error: invalid operand for instruction | |
add r10, #16 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:94:13: error: invalid operand for instruction | |
mov r8, r10 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:95:13: error: invalid operand for instruction | |
add r7, #8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:96:13: error: invalid operand for instruction | |
mov r2, r7 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:98:9: error: invalid operand for instruction | |
4: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:100:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld1r? | |
vld1.16 d0, [r8], r9 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:101:9: error: unrecognized instruction mnemonic, did you mean: add, sqadd, uqadd? | |
vqadd.s16 d0, d16 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:102:9: error: unrecognized instruction mnemonic, did you mean: sqrshrun? | |
vqrshrun.s16 d0, q0, #7 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:103:19: error: unexpected token in argument list | |
vst1.32 d0[0], [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q0, q1 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q1, q2 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q2, q3 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q3, q4 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q4, q5 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q5, q6 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q6, q7 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:106:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_2_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:108:11: error: vector register expected | |
99: vpop {d8-d15} | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:109:14: error: vector register expected | |
pop {r4-r10} | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:110:9: error: unrecognized instruction mnemonic, did you mean: b, bl, br, tbx? | |
bx lr | |
^ | |
hevcdsp_qpel_neon.S:724:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b | |
^ | |
<instantiation>:7:1: error: unexpected token at start of statement | |
@ .size ff_hevc_put_qpel_uw_h1v2_neon_8, . - ff_hevc_put_qpel_uw_h1v2_neon_8 | |
^ | |
hevcdsp_qpel_neon.S:725:1: note: while in macro instantiation | |
endfunc | |
^ | |
<instantiation>:8:9: error: unknown directive | |
.endfunc | |
^ | |
hevcdsp_qpel_neon.S:725:1: note: while in macro instantiation | |
endfunc | |
^ | |
<instantiation>:18:1: error: unexpected token at start of statement | |
@ .type ff_hevc_put_qpel_uw_h2v2_neon_8, %function | |
^ | |
hevcdsp_qpel_neon.S:727:1: note: while in macro instantiation | |
function ff_hevc_put_qpel_uw_h2v2_neon_8, export=1 | |
^ | |
<instantiation>:19:9: error: unknown directive | |
.func ff_hevc_put_qpel_uw_h2v2_neon_8 | |
^ | |
hevcdsp_qpel_neon.S:727:1: note: while in macro instantiation | |
function ff_hevc_put_qpel_uw_h2v2_neon_8, export=1 | |
^ | |
<instantiation>:1:7: error: vector register expected | |
push {r4-r10} | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:2:13: error: invalid operand for instruction | |
ldr r5, [sp, #28] | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:3:13: error: invalid operand for instruction | |
ldr r4, [sp, #32] | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:4:13: error: invalid operand for instruction | |
ldr r8, [sp, #36] | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:5:13: error: invalid operand for instruction | |
ldr r9, [sp, #40] | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:6:16: error: vector register expected | |
vpush {d8-d15} | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:7:13: error: invalid operand for instruction | |
sub r2, #4 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:8:13: error: invalid operand for instruction | |
sub r2, r2, r3, lsl #1 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:9:13: error: invalid operand for instruction | |
sub r2, r3 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:10:13: error: invalid operand for instruction | |
mov r12, r4 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:11:13: error: invalid operand for instruction | |
mov r6, r0 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:12:13: error: invalid operand for instruction | |
mov r7, r2 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:13:13: error: invalid operand for instruction | |
cmp r8, #0 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:16:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_2_32b q0 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:18:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_2_32b q1 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:20:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_2_32b q2 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:22:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_2_32b q3 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:24:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_2_32b q4 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:26:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_2_32b q5 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:28:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_2_32b q6 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:30:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_2_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:31:13: error: invalid operand for instruction | |
cmp r5, #4 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:33:9: error: invalid operand for instruction | |
8: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:35:9: error: unrecognized instruction mnemonic, did you mean: sqrshrun? | |
vqrshrun.s16 d0, q8, #6 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:36:9: error: unrecognized instruction mnemonic, did you mean: st1? | |
vst1.8 d0, [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q0, q1 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q1, q2 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q2, q3 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q3, q4 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q4, q5 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q5, q6 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q6, q7 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:39:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_2_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:41:14: error: invalid operand for instruction | |
subs r5, #8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:43:13: error: invalid operand for instruction | |
mov r4, r12 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:44:13: error: invalid operand for instruction | |
add r6, #8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:45:13: error: invalid operand for instruction | |
mov r0, r6 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:46:13: error: invalid operand for instruction | |
add r7, #8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:47:13: error: invalid operand for instruction | |
mov r2, r7 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:49:9: error: invalid operand for instruction | |
4: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:51:9: error: unrecognized instruction mnemonic, did you mean: sqrshrun? | |
vqrshrun.s16 d0, q8, #6 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:52:19: error: unexpected token in argument list | |
vst1.32 d0[0], [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q0, q1 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q1, q2 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q2, q3 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q3, q4 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q4, q5 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q5, q6 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q6, q7 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:55:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_2_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:58:14: error: invalid operand for instruction | |
.Lbi361: lsl r9, #1 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:59:13: error: invalid operand for instruction | |
mov r10, r8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:61:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_2_32b q0 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:63:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_2_32b q1 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:65:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_2_32b q2 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:67:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_2_32b q3 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:69:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_2_32b q4 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:71:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_2_32b q5 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:73:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_2_32b q6 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:75:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_2_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:76:13: error: invalid operand for instruction | |
cmp r5, #4 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:78:9: error: invalid operand for instruction | |
8: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:80:18: error: vector register expected | |
vld1.16 {q0}, [r8], r9 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:81:9: error: unrecognized instruction mnemonic, did you mean: add, sqadd, uqadd? | |
vqadd.s16 q0, q8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:82:9: error: unrecognized instruction mnemonic, did you mean: sqrshrun? | |
vqrshrun.s16 d0, q0, #7 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:83:9: error: unrecognized instruction mnemonic, did you mean: st1? | |
vst1.8 d0, [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q0, q1 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q1, q2 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q2, q3 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q3, q4 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q4, q5 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q5, q6 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q6, q7 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:86:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_2_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:88:14: error: invalid operand for instruction | |
subs r5, #8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:90:13: error: invalid operand for instruction | |
mov r4, r12 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:91:13: error: invalid operand for instruction | |
add r6, #8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:92:13: error: invalid operand for instruction | |
mov r0, r6 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:93:13: error: invalid operand for instruction | |
add r10, #16 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:94:13: error: invalid operand for instruction | |
mov r8, r10 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:95:13: error: invalid operand for instruction | |
add r7, #8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:96:13: error: invalid operand for instruction | |
mov r2, r7 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:98:9: error: invalid operand for instruction | |
4: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:100:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld1r? | |
vld1.16 d0, [r8], r9 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:101:9: error: unrecognized instruction mnemonic, did you mean: add, sqadd, uqadd? | |
vqadd.s16 d0, d16 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:102:9: error: unrecognized instruction mnemonic, did you mean: sqrshrun? | |
vqrshrun.s16 d0, q0, #7 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:103:19: error: unexpected token in argument list | |
vst1.32 d0[0], [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q0, q1 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q1, q2 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q2, q3 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q3, q4 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q4, q5 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q5, q6 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q6, q7 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:106:9: error: unrecognized instruction mnemonic | |
qpel_filter_2qpel_filter_2_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:108:11: error: vector register expected | |
99: vpop {d8-d15} | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:109:14: error: vector register expected | |
pop {r4-r10} | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:110:9: error: unrecognized instruction mnemonic, did you mean: b, bl, br, tbx? | |
bx lr | |
^ | |
hevcdsp_qpel_neon.S:728:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b | |
^ | |
<instantiation>:7:1: error: unexpected token at start of statement | |
@ .size ff_hevc_put_qpel_uw_h2v2_neon_8, . - ff_hevc_put_qpel_uw_h2v2_neon_8 | |
^ | |
hevcdsp_qpel_neon.S:729:1: note: while in macro instantiation | |
endfunc | |
^ | |
<instantiation>:8:9: error: unknown directive | |
.endfunc | |
^ | |
hevcdsp_qpel_neon.S:729:1: note: while in macro instantiation | |
endfunc | |
^ | |
<instantiation>:18:1: error: unexpected token at start of statement | |
@ .type ff_hevc_put_qpel_uw_h3v2_neon_8, %function | |
^ | |
hevcdsp_qpel_neon.S:731:1: note: while in macro instantiation | |
function ff_hevc_put_qpel_uw_h3v2_neon_8, export=1 | |
^ | |
<instantiation>:19:9: error: unknown directive | |
.func ff_hevc_put_qpel_uw_h3v2_neon_8 | |
^ | |
hevcdsp_qpel_neon.S:731:1: note: while in macro instantiation | |
function ff_hevc_put_qpel_uw_h3v2_neon_8, export=1 | |
^ | |
<instantiation>:1:7: error: vector register expected | |
push {r4-r10} | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:2:13: error: invalid operand for instruction | |
ldr r5, [sp, #28] | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:3:13: error: invalid operand for instruction | |
ldr r4, [sp, #32] | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:4:13: error: invalid operand for instruction | |
ldr r8, [sp, #36] | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:5:13: error: invalid operand for instruction | |
ldr r9, [sp, #40] | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:6:16: error: vector register expected | |
vpush {d8-d15} | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:7:13: error: invalid operand for instruction | |
sub r2, #4 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:8:13: error: invalid operand for instruction | |
sub r2, r2, r3, lsl #1 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:9:13: error: invalid operand for instruction | |
sub r2, r3 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:10:13: error: invalid operand for instruction | |
mov r12, r4 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:11:13: error: invalid operand for instruction | |
mov r6, r0 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:12:13: error: invalid operand for instruction | |
mov r7, r2 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:13:13: error: invalid operand for instruction | |
cmp r8, #0 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:16:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_2_32b q0 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:18:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_2_32b q1 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:20:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_2_32b q2 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:22:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_2_32b q3 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:24:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_2_32b q4 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:26:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_2_32b q5 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:28:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_2_32b q6 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:30:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_2_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:31:13: error: invalid operand for instruction | |
cmp r5, #4 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:33:9: error: invalid operand for instruction | |
8: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:35:9: error: unrecognized instruction mnemonic, did you mean: sqrshrun? | |
vqrshrun.s16 d0, q8, #6 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:36:9: error: unrecognized instruction mnemonic, did you mean: st1? | |
vst1.8 d0, [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q0, q1 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q1, q2 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q2, q3 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q3, q4 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q4, q5 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q5, q6 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q6, q7 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:39:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_2_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:41:14: error: invalid operand for instruction | |
subs r5, #8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:43:13: error: invalid operand for instruction | |
mov r4, r12 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:44:13: error: invalid operand for instruction | |
add r6, #8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:45:13: error: invalid operand for instruction | |
mov r0, r6 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:46:13: error: invalid operand for instruction | |
add r7, #8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:47:13: error: invalid operand for instruction | |
mov r2, r7 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:49:9: error: invalid operand for instruction | |
4: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:51:9: error: unrecognized instruction mnemonic, did you mean: sqrshrun? | |
vqrshrun.s16 d0, q8, #6 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:52:19: error: unexpected token in argument list | |
vst1.32 d0[0], [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q0, q1 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q1, q2 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q2, q3 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q3, q4 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q4, q5 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q5, q6 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q6, q7 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:55:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_2_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:58:14: error: invalid operand for instruction | |
.Lbi388: lsl r9, #1 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:59:13: error: invalid operand for instruction | |
mov r10, r8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:61:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_2_32b q0 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:63:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_2_32b q1 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:65:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_2_32b q2 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:67:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_2_32b q3 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:69:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_2_32b q4 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:71:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_2_32b q5 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:73:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_2_32b q6 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:74:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:75:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_2_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:76:13: error: invalid operand for instruction | |
cmp r5, #4 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:78:9: error: invalid operand for instruction | |
8: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:80:18: error: vector register expected | |
vld1.16 {q0}, [r8], r9 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:81:9: error: unrecognized instruction mnemonic, did you mean: add, sqadd, uqadd? | |
vqadd.s16 q0, q8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:82:9: error: unrecognized instruction mnemonic, did you mean: sqrshrun? | |
vqrshrun.s16 d0, q0, #7 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:83:9: error: unrecognized instruction mnemonic, did you mean: st1? | |
vst1.8 d0, [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q0, q1 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q1, q2 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q2, q3 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q3, q4 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q4, q5 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q5, q6 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q6, q7 | |
^ | |
<instantiation>:84:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:85:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:86:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_2_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:88:14: error: invalid operand for instruction | |
subs r5, #8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:90:13: error: invalid operand for instruction | |
mov r4, r12 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:91:13: error: invalid operand for instruction | |
add r6, #8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:92:13: error: invalid operand for instruction | |
mov r0, r6 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:93:13: error: invalid operand for instruction | |
add r10, #16 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:94:13: error: invalid operand for instruction | |
mov r8, r10 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:95:13: error: invalid operand for instruction | |
add r7, #8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:96:13: error: invalid operand for instruction | |
mov r2, r7 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:98:9: error: invalid operand for instruction | |
4: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:100:9: error: unrecognized instruction mnemonic, did you mean: ld1, ld1r? | |
vld1.16 d0, [r8], r9 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:101:9: error: unrecognized instruction mnemonic, did you mean: add, sqadd, uqadd? | |
vqadd.s16 d0, d16 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:102:9: error: unrecognized instruction mnemonic, did you mean: sqrshrun? | |
vqrshrun.s16 d0, q0, #7 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:103:19: error: unexpected token in argument list | |
vst1.32 d0[0], [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q0, q1 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q1, q2 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q2, q3 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q3, q4 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q4, q5 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q5, q6 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q6, q7 | |
^ | |
<instantiation>:104:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:105:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:106:9: error: unrecognized instruction mnemonic | |
qpel_filter_3qpel_filter_2_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:108:11: error: vector register expected | |
99: vpop {d8-d15} | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:109:14: error: vector register expected | |
pop {r4-r10} | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:110:9: error: unrecognized instruction mnemonic, did you mean: b, bl, br, tbx? | |
bx lr | |
^ | |
hevcdsp_qpel_neon.S:732:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b | |
^ | |
<instantiation>:7:1: error: unexpected token at start of statement | |
@ .size ff_hevc_put_qpel_uw_h3v2_neon_8, . - ff_hevc_put_qpel_uw_h3v2_neon_8 | |
^ | |
hevcdsp_qpel_neon.S:733:1: note: while in macro instantiation | |
endfunc | |
^ | |
<instantiation>:8:9: error: unknown directive | |
.endfunc | |
^ | |
hevcdsp_qpel_neon.S:733:1: note: while in macro instantiation | |
endfunc | |
^ | |
<instantiation>:18:1: error: unexpected token at start of statement | |
@ .type ff_hevc_put_qpel_uw_h1v3_neon_8, %function | |
^ | |
hevcdsp_qpel_neon.S:735:1: note: while in macro instantiation | |
function ff_hevc_put_qpel_uw_h1v3_neon_8, export=1 | |
^ | |
<instantiation>:19:9: error: unknown directive | |
.func ff_hevc_put_qpel_uw_h1v3_neon_8 | |
^ | |
hevcdsp_qpel_neon.S:735:1: note: while in macro instantiation | |
function ff_hevc_put_qpel_uw_h1v3_neon_8, export=1 | |
^ | |
<instantiation>:1:7: error: vector register expected | |
push {r4-r10} | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:2:13: error: invalid operand for instruction | |
ldr r5, [sp, #28] | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:3:13: error: invalid operand for instruction | |
ldr r4, [sp, #32] | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:4:13: error: invalid operand for instruction | |
ldr r8, [sp, #36] | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:5:13: error: invalid operand for instruction | |
ldr r9, [sp, #40] | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:6:16: error: vector register expected | |
vpush {d8-d15} | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:7:13: error: invalid operand for instruction | |
sub r2, #4 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:8:13: error: invalid operand for instruction | |
sub r2, r2, r3, lsl #1 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:9:13: error: invalid operand for instruction | |
sub r2, r3 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:10:13: error: invalid operand for instruction | |
mov r12, r4 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:11:13: error: invalid operand for instruction | |
mov r6, r0 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:12:13: error: invalid operand for instruction | |
mov r7, r2 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:13:13: error: invalid operand for instruction | |
cmp r8, #0 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:15:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:16:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_3_32b q0 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:17:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:18:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_3_32b q1 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:19:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:20:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_3_32b q2 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:21:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:22:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_3_32b q3 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:23:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:24:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_3_32b q4 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:25:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:26:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_3_32b q5 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:27:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:28:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_3_32b q6 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:29:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:30:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_3_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:31:13: error: invalid operand for instruction | |
cmp r5, #4 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:33:9: error: invalid operand for instruction | |
8: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:35:9: error: unrecognized instruction mnemonic, did you mean: sqrshrun? | |
vqrshrun.s16 d0, q8, #6 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:36:9: error: unrecognized instruction mnemonic, did you mean: st1? | |
vst1.8 d0, [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q0, q1 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q1, q2 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q2, q3 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q3, q4 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q4, q5 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q5, q6 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q6, q7 | |
^ | |
<instantiation>:37:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:38:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:39:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_3_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:41:14: error: invalid operand for instruction | |
subs r5, #8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:43:13: error: invalid operand for instruction | |
mov r4, r12 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:44:13: error: invalid operand for instruction | |
add r6, #8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:45:13: error: invalid operand for instruction | |
mov r0, r6 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:46:13: error: invalid operand for instruction | |
add r7, #8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:47:13: error: invalid operand for instruction | |
mov r2, r7 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:49:9: error: invalid operand for instruction | |
4: subs r4, #1 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:51:9: error: unrecognized instruction mnemonic, did you mean: sqrshrun? | |
vqrshrun.s16 d0, q8, #6 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:52:19: error: unexpected token in argument list | |
vst1.32 d0[0], [r0], r1 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q0, q1 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:2:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q1, q2 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:3:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q2, q3 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:4:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q3, q4 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:5:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q4, q5 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:6:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q5, q6 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:7:5: error: unrecognized instruction mnemonic, did you mean: fmov, mov, movi, movk, movn, movz, smov, umov? | |
vmov q6, q7 | |
^ | |
<instantiation>:53:9: note: while in macro instantiation | |
regshuffle_q8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:54:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:55:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_3_32b q7 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:58:14: error: invalid operand for instruction | |
.Lbi415: lsl r9, #1 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:59:13: error: invalid operand for instruction | |
mov r10, r8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:60:4: note: while in macro instantiation | |
0: vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:61:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_3_32b q0 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:62:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:63:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_3_32b q1 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:64:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:65:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_3_32b q2 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:66:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:67:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_3_32b q3 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:68:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:69:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_3_32b q4 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ | |
<instantiation>:70:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:71:9: error: unrecognized instruction mnemonic | |
qpel_filter_1qpel_filter_3_32b q5 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:1:1: error: unrecognized instruction mnemonic, did you mean: ld1, ld2, ld3, ld4, ldp, ldr? | |
pld [r2] | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:2:17: error: vector register expected | |
vld1.8 {q11}, [r2], r3 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:3:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d16, d22, d23, #1 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:4:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d17, d22, d23, #2 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:5:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d18, d22, d23, #3 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:6:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d19, d22, d23, #4 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:7:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d20, d22, d23, #5 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:8:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d21, d22, d23, #6 | |
^ | |
<instantiation>:72:9: note: while in macro instantiation | |
vextin8 | |
^ | |
hevcdsp_qpel_neon.S:736:9: note: while in macro instantiation | |
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b | |
^ | |
<instantiation>:9:9: error: unrecognized instruction mnemonic, did you mean: ext, extr? | |
vext.8 d22, d22, d23, #7 | |
^ |
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@claui I suspect this is fixed with the homebrew update to support aarch64, as I see
-march=nehalem
in the configure output