]> granicus.if.org Git - libvpx/commit
vp8,vpx_dsp:[loongson] fix specification of instruction name
authorjinbo <jinbo-hf@loongson.cn>
Wed, 24 Jun 2020 09:10:20 +0000 (17:10 +0800)
committerJames Zern <jzern@google.com>
Mon, 29 Jun 2020 18:57:06 +0000 (18:57 +0000)
commitc039b5442b342cf0d99ce3cfaf596fd1c26a7208
tree7699b05ace8dd9d3370cb6ccf3eb0c8fddd9732f
parentde4aedaec33c6c29f882f99a740713596713a1f9
vp8,vpx_dsp:[loongson] fix specification of instruction name

1.'xor,or,and' to 'pxor,por,pand'. In the case of operating FPR,
  gcc supports both of them, clang only supports the second type.
2.'dsrl,srl' to 'ssrld,ssrlw'. In the case of operating FPR, gcc
  supports both of them, clang only supports the second type.

Change-Id: I93b47348e7c6580d99f57dc11165b4645236533c
vp8/common/mips/mmi/dequantize_mmi.c
vp8/common/mips/mmi/idctllm_mmi.c
vp8/common/mips/mmi/loopfilter_filters_mmi.c
vp8/common/mips/mmi/sixtap_filter_mmi.c
vp8/encoder/mips/mmi/dct_mmi.c
vp8/encoder/mips/mmi/vp8_quantize_mmi.c
vpx_dsp/mips/sad_mmi.c
vpx_dsp/mips/subtract_mmi.c
vpx_dsp/mips/variance_mmi.c
vpx_dsp/mips/vpx_convolve8_mmi.c
vpx_ports/asmdefs_mmi.h