HomeSort by relevance Sort by last modified time
    Searched refs:has_vsx (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/none/tests/ppc32/
test_dfp2.c 576 static void test_dcffix_dcffixq(int has_vsx)
589 if ((!has_vsx) && (!strcmp("dcffix", dfp_dcffix_dcffixq_tests[k].name))) {
658 int i = 0, has_vsx; local
664 has_vsx = get_vsx();
669 (*func)(has_vsx);
  /external/valgrind/main/none/tests/ppc64/
test_dfp2.c 576 static void test_dcffix_dcffixq(int has_vsx)
589 if ((!has_vsx) && (!strcmp("dcffix", dfp_dcffix_dcffixq_tests[k].name))) {
658 int i = 0, has_vsx; local
664 has_vsx = get_vsx();
669 (*func)(has_vsx);

Completed in 155 milliseconds