Home
last modified time | relevance | path

Searched refs:condreg (Results 1 – 14 of 14) sorted by relevance

/external/valgrind/main/none/tests/ppc32/
Dtest_dfp4.c504 unsigned int condreg; in test_dfp_ClassAndGroupTest_ops() local
511 condreg = ((flags >> (4 * (7-BF)))) & 0xf; in test_dfp_ClassAndGroupTest_ops()
517 printf(" => %x (BF=%d)\n", condreg, BF); in test_dfp_ClassAndGroupTest_ops()
557 unsigned int condreg; in test_dfp_ExpTest_ops() local
577 condreg = ((flags >> (4 * (7-BF)))) & 0xf; in test_dfp_ExpTest_ops()
586 printf(" => %x (BF=%d)\n", condreg, BF); in test_dfp_ExpTest_ops()
Dtest_isa_2_06_part2.c1219 unsigned int condreg, flags; in test_vx_simple_scalar_fp_ops() local
1236 condreg = (flags & 0x000000f0) >> 4; in test_vx_simple_scalar_fp_ops()
1237 … printf("#%d: %s %016llx,%016llx => cr %x\n", i, test_group.name, *frap, *frbp, condreg); in test_vx_simple_scalar_fp_ops()
1488 unsigned int * pv, condreg; in test_vx_vector_fp_ops() local
1507 condreg = (flags & 0x000000f0) >> 4; in test_vx_vector_fp_ops()
1509 condreg = VX_NOT_CMP_OP; in test_vx_vector_fp_ops()
1511 print_vector_fp_result(condreg, &test_group, i); in test_vx_vector_fp_ops()
1586 unsigned int condreg; in test_div_extensions() local
1602 condreg = (div_flags & 0xf0000000) >> 28; in test_div_extensions()
1611 printf(" CR=%x; XER=%x\n", condreg, div_xer); in test_div_extensions()
Dtest_dfp1.c334 unsigned int condreg; in test_dfp_two_arg_ops() local
363 condreg = (flags & 0x000000f0) >> 4; in test_dfp_two_arg_ops()
375 printf(" (cr = %08x)\n", condreg); in test_dfp_two_arg_ops()
Dtest_dfp5.c543 unsigned int condreg; in test_dfp_test_significance_ops() local
551 condreg = ((flags >> (4 * (7-BF)))) & 0xf; in test_dfp_test_significance_ops()
557 printf(" => %x (BF=%d)\n", condreg, BF); in test_dfp_test_significance_ops()
Dtest_isa_2_06_part1.c1597 int i, condreg, repeat = 0; in test_vx_fp_ops() local
1654 condreg = (flags & 0x0f000000) >> 24; in test_vx_fp_ops()
1655 … printf("#%d: %s %016llx <=> %016llx ? %x (CRx)\n", i, test_name, *frap, *frbp, condreg); in test_vx_fp_ops()
1657 if ( condreg != aTest.cr_flags) { in test_vx_fp_ops()
1658 … printf("Error: Expected CR flags 0x%x; actual flags: 0x%x\n", aTest.cr_flags, condreg); in test_vx_fp_ops()
Dtest_dfp3.c1178 unsigned int condreg; in test_dfp_cmp_ops() local
1206 condreg = ((flags >> (4 * (7-BF)))) & 0xf; in test_dfp_cmp_ops()
1210 test_def.op, u1, condreg, BF); in test_dfp_cmp_ops()
1214 condreg, BF); in test_dfp_cmp_ops()
Dtest_isa_2_06_part3.c1360 unsigned int condreg; in test_div_extensions() local
1376 condreg = (div_flags & 0xf0000000) >> 28; in test_div_extensions()
1385 printf(" CR=%x; XER=%x\n", condreg, div_xer); in test_div_extensions()
/external/valgrind/main/none/tests/ppc64/
Dtest_dfp4.c504 unsigned int condreg; in test_dfp_ClassAndGroupTest_ops() local
511 condreg = ((flags >> (4 * (7-BF)))) & 0xf; in test_dfp_ClassAndGroupTest_ops()
517 printf(" => %x (BF=%d)\n", condreg, BF); in test_dfp_ClassAndGroupTest_ops()
557 unsigned int condreg; in test_dfp_ExpTest_ops() local
577 condreg = ((flags >> (4 * (7-BF)))) & 0xf; in test_dfp_ExpTest_ops()
586 printf(" => %x (BF=%d)\n", condreg, BF); in test_dfp_ExpTest_ops()
Dtest_isa_2_06_part2.c1219 unsigned int condreg, flags; in test_vx_simple_scalar_fp_ops() local
1236 condreg = (flags & 0x000000f0) >> 4; in test_vx_simple_scalar_fp_ops()
1237 … printf("#%d: %s %016llx,%016llx => cr %x\n", i, test_group.name, *frap, *frbp, condreg); in test_vx_simple_scalar_fp_ops()
1488 unsigned int * pv, condreg; in test_vx_vector_fp_ops() local
1507 condreg = (flags & 0x000000f0) >> 4; in test_vx_vector_fp_ops()
1509 condreg = VX_NOT_CMP_OP; in test_vx_vector_fp_ops()
1511 print_vector_fp_result(condreg, &test_group, i); in test_vx_vector_fp_ops()
1586 unsigned int condreg; in test_div_extensions() local
1602 condreg = (div_flags & 0xf0000000) >> 28; in test_div_extensions()
1611 printf(" CR=%x; XER=%x\n", condreg, div_xer); in test_div_extensions()
Dtest_dfp1.c334 unsigned int condreg; in test_dfp_two_arg_ops() local
363 condreg = (flags & 0x000000f0) >> 4; in test_dfp_two_arg_ops()
375 printf(" (cr = %08x)\n", condreg); in test_dfp_two_arg_ops()
Dtest_dfp5.c543 unsigned int condreg; in test_dfp_test_significance_ops() local
551 condreg = ((flags >> (4 * (7-BF)))) & 0xf; in test_dfp_test_significance_ops()
557 printf(" => %x (BF=%d)\n", condreg, BF); in test_dfp_test_significance_ops()
Dtest_isa_2_06_part1.c1597 int i, condreg, repeat = 0; in test_vx_fp_ops() local
1654 condreg = (flags & 0x0f000000) >> 24; in test_vx_fp_ops()
1655 … printf("#%d: %s %016llx <=> %016llx ? %x (CRx)\n", i, test_name, *frap, *frbp, condreg); in test_vx_fp_ops()
1657 if ( condreg != aTest.cr_flags) { in test_vx_fp_ops()
1658 … printf("Error: Expected CR flags 0x%x; actual flags: 0x%x\n", aTest.cr_flags, condreg); in test_vx_fp_ops()
Dtest_dfp3.c1178 unsigned int condreg; in test_dfp_cmp_ops() local
1206 condreg = ((flags >> (4 * (7-BF)))) & 0xf; in test_dfp_cmp_ops()
1210 test_def.op, u1, condreg, BF); in test_dfp_cmp_ops()
1214 condreg, BF); in test_dfp_cmp_ops()
Dtest_isa_2_06_part3.c1360 unsigned int condreg; in test_div_extensions() local
1376 condreg = (div_flags & 0xf0000000) >> 28; in test_div_extensions()
1385 printf(" CR=%x; XER=%x\n", condreg, div_xer); in test_div_extensions()