Lines Matching refs:fp1
107 #define MMI_LQC1(fp1, fp2, addr, bias) \ argument
108 "ldc1 "#fp1", "#bias"("#addr") \n\t" \
111 #define MMI_SQC1(fp1, fp2, addr, bias) \ argument
112 "sdc1 "#fp1", "#bias"("#addr") \n\t" \
196 #define MMI_LQC1(fp1, fp2, addr, bias) \ argument
197 "gslqc1 "#fp1", "#fp2", "#bias"("#addr") \n\t"
199 #define MMI_SQC1(fp1, fp2, addr, bias) \ argument
200 "gssqc1 "#fp1", "#fp2", "#bias"("#addr") \n\t"
338 #define PSRAH_4_MMI(fp1, fp2, fp3, fp4, shift) \ argument
339 "psrah "#fp1", "#fp1", "#shift" \n\t" \
344 #define PSRAH_8_MMI(fp1, fp2, fp3, fp4, fp5, fp6, fp7, fp8, shift) \ argument
345 PSRAH_4_MMI(fp1, fp2, fp3, fp4, shift) \