1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00
FFmpeg/libavutil/mips
gxw 92fc0bfa54 avutil/mips: refactor msa SLDI_Bn_0 and SLDI_Bn macros.
Changing details as following:
1. The previous order of parameters are irregular and difficult to
   understand. Adjust the order of the parameters according to the
   rule: (RTYPE, input registers, input mask/input index/..., output registers).
   Most of the existing msa macros follow the rule.
2. Remove the redundant macro SLDI_Bn_0 and use SLDI_Bn instead.

Reviewed-by: Shiyou Yin <yinshiyou-hf@loongson.cn>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2019-09-16 00:04:18 +02:00
..
asmdefs.h avutil/mips: header asmdefs.h add some PTR_ macros for loongson 2016-05-14 04:46:52 +02:00
float_dsp_mips.c mips: add support for R6 2016-03-09 20:05:04 +01:00
generic_macros_msa.h avutil/mips: refactor msa SLDI_Bn_0 and SLDI_Bn macros. 2019-09-16 00:04:18 +02:00
intreadwrite.h avutil/mips/intreadwrite: build fix for mips64r6 (instruction 'lwl' not supported) 2015-04-10 13:03:44 +02:00
libm_mips.h all: Make header guard names consistent 2016-01-31 15:44:11 -08:00
Makefile mips: Fixing HAVE_MIPSFPU dependencies 2012-11-21 23:57:29 +01:00
mmiutils.h avutil/mips: Avoid instruction exception caused by gssqc1/gslqc1. 2019-08-02 19:01:51 +02:00