Searched refs:BF_val1 (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/none/tests/ppc32/ |
D | test_dfp5.c | 93 enum BF_vals { BF_val1 = 0, BF_val2 = 1, BF_val3 =6}; enumerator 105 case BF_val1: in _test_dtstsf() 106 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val1), "f" (f14), "f" (f16)); in _test_dtstsf() 129 case BF_val1: in _test_dtstsfq() 130 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val1), "f" (f14), "f" (f16)); in _test_dtstsfq() 533 unsigned int BF_vals[] = {BF_val1, BF_val2, BF_val3}; in test_dfp_test_significance_ops()
|
/external/valgrind/none/tests/ppc64/ |
D | test_dfp5.c | 93 enum BF_vals { BF_val1 = 0, BF_val2 = 1, BF_val3 =6}; enumerator 105 case BF_val1: in _test_dtstsf() 106 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val1), "f" (f14), "f" (f16)); in _test_dtstsf() 129 case BF_val1: in _test_dtstsfq() 130 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val1), "f" (f14), "f" (f16)); in _test_dtstsfq() 533 unsigned int BF_vals[] = {BF_val1, BF_val2, BF_val3}; in test_dfp_test_significance_ops()
|