Lines Matching refs:f14
85 __asm__ __volatile__ ("mtfsf 1, %0, 0, 1" : : "f"(f14) )
100 double f14; in _test_dtstsf() local
103 __asm __volatile__ ("lfiwax %0, 0, %1" : "=f" (f14): "r" (r14)); in _test_dtstsf()
106 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val1), "f" (f14), "f" (f16)); in _test_dtstsf()
109 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val2), "f" (f14), "f" (f16)); in _test_dtstsf()
112 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val3), "f" (f14), "f" (f16)); in _test_dtstsf()
124 double f14; in _test_dtstsfq() local
127 __asm __volatile__ ("lfiwax %0, 0, %1" : "=f" (f14): "r" (r14)); in _test_dtstsfq()
130 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val1), "f" (f14), "f" (f16)); in _test_dtstsfq()
133 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val2), "f" (f14), "f" (f16)); in _test_dtstsfq()
136 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val3), "f" (f14), "f" (f16)); in _test_dtstsfq()