Lines Matching refs:fp1
109 #define MMI_LQC1(fp1, fp2, addr, bias) \ argument
110 "ldc1 "#fp1", "#bias"("#addr") \n\t" \
113 #define MMI_SQC1(fp1, fp2, addr, bias) \ argument
114 "sdc1 "#fp1", "#bias"("#addr") \n\t" \
198 #define MMI_LQC1(fp1, fp2, addr, bias) \ argument
199 "gslqc1 "#fp1", "#fp2", "#bias"("#addr") \n\t"
201 #define MMI_SQC1(fp1, fp2, addr, bias) \ argument
202 "gssqc1 "#fp1", "#fp2", "#bias"("#addr") \n\t"
340 #define PSRAH_4_MMI(fp1, fp2, fp3, fp4, shift) \ argument
341 "psrah "#fp1", "#fp1", "#shift" \n\t" \
346 #define PSRAH_8_MMI(fp1, fp2, fp3, fp4, fp5, fp6, fp7, fp8, shift) \ argument
347 PSRAH_4_MMI(fp1, fp2, fp3, fp4, shift) \