Searched refs:crx (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/none/tests/ppc32/ |
D | test_isa_2_06_part3.c | 1444 int k, crx; in test_vx_tdivORtsqrt() local 1491 crx = (flags & 0x0f000000) >> 24; in test_vx_tdivORtsqrt() 1493 print_vector_fp_result(crx, &test_group, i, False/*do not print vec_out*/); in test_vx_tdivORtsqrt() 1502 printf( " ? %x (CRx)\n", crx); in test_vx_tdivORtsqrt() 1521 crx = (flags & 0x0f000000) >> 24; in test_vx_tdivORtsqrt() 1524 print_vector_fp_result(crx, &test_group, i, False/*do not print vec_out*/); in test_vx_tdivORtsqrt() 1533 printf( " ? %x (CRx)\n", crx); in test_vx_tdivORtsqrt() 1545 int i, crx; in test_ftsqrt() local 1558 crx = (flags & 0x0f000000) >> 24; in test_ftsqrt() 1559 printf( "ftsqrt: %016llx ? %x (CRx)\n", *frbp, crx); in test_ftsqrt()
|
D | test_isa_2_06_part1.c | 1836 int i, num_tests, crx; in test_ftdiv() local 1853 crx = (flags & 0x0f000000) >> 24; in test_ftdiv() 1854 printf( "ftdiv: %016llx <=> %016llx ? %x (CRx)\n", *frap, *frbp, crx); in test_ftdiv() 1856 if ( crx != aTest.cr_flags) { in test_ftdiv() 1857 printf("Error: Expected CR flags 0x%x; actual flags: 0x%x\n", aTest.cr_flags, crx); in test_ftdiv()
|
/external/valgrind/none/tests/ppc64/ |
D | test_isa_2_06_part3.c | 1444 int k, crx; in test_vx_tdivORtsqrt() local 1491 crx = (flags & 0x0f000000) >> 24; in test_vx_tdivORtsqrt() 1493 print_vector_fp_result(crx, &test_group, i, False/*do not print vec_out*/); in test_vx_tdivORtsqrt() 1502 printf( " ? %x (CRx)\n", crx); in test_vx_tdivORtsqrt() 1521 crx = (flags & 0x0f000000) >> 24; in test_vx_tdivORtsqrt() 1524 print_vector_fp_result(crx, &test_group, i, False/*do not print vec_out*/); in test_vx_tdivORtsqrt() 1533 printf( " ? %x (CRx)\n", crx); in test_vx_tdivORtsqrt() 1545 int i, crx; in test_ftsqrt() local 1558 crx = (flags & 0x0f000000) >> 24; in test_ftsqrt() 1559 printf( "ftsqrt: %016llx ? %x (CRx)\n", *frbp, crx); in test_ftsqrt()
|
D | test_isa_2_06_part1.c | 1836 int i, num_tests, crx; in test_ftdiv() local 1853 crx = (flags & 0x0f000000) >> 24; in test_ftdiv() 1854 printf( "ftdiv: %016llx <=> %016llx ? %x (CRx)\n", *frap, *frbp, crx); in test_ftdiv() 1856 if ( crx != aTest.cr_flags) { in test_ftdiv() 1857 printf("Error: Expected CR flags 0x%x; actual flags: 0x%x\n", aTest.cr_flags, crx); in test_ftdiv()
|
/external/autotest/client/site_tests/power_LoadTest/ |
D | README.txt | 4 In order to update extension.crx, use chrome's built in packer. You must close
|