/external/valgrind/none/tests/ppc64/ |
D | test_dfp4.c | 508 unsigned int condreg; in test_dfp_ClassAndGroupTest_ops() local 521 condreg = ((flags >> (4 * (7-BF)))) & 0xf; in test_dfp_ClassAndGroupTest_ops() 531 printf(" => %x (BF=%d)\n", condreg, BF); in test_dfp_ClassAndGroupTest_ops() 571 unsigned int condreg; in test_dfp_ExpTest_ops() local 594 condreg = ((flags >> (4 * (7-BF)))) & 0xf; in test_dfp_ExpTest_ops() 603 printf(" => %x (BF=%d)\n", condreg, BF); in test_dfp_ExpTest_ops()
|
D | test_isa_2_06_part2.c | 1266 unsigned int condreg, flags; in test_vx_simple_scalar_fp_ops() local 1290 condreg = (flags & 0x000000f0) >> 4; in test_vx_simple_scalar_fp_ops() 1291 … printf("#%d: %s %016llx,%016llx => cr %x\n", i, test_group.name, *frap, *frbp, condreg); in test_vx_simple_scalar_fp_ops() 1551 unsigned int * pv, condreg; in test_vx_vector_fp_ops() local 1570 condreg = (flags & 0x000000f0) >> 4; in test_vx_vector_fp_ops() 1572 condreg = VX_NOT_CMP_OP; in test_vx_vector_fp_ops() 1574 print_vector_fp_result(condreg, &test_group, i); in test_vx_vector_fp_ops() 1649 unsigned int condreg; in test_div_extensions() local 1665 condreg = (div_flags & 0xf0000000) >> 28; in test_div_extensions() 1674 printf(" CR=%x; XER=%x\n", condreg, div_xer); in test_div_extensions()
|
D | test_dfp1.c | 334 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()
|
D | test_dfp5.c | 554 unsigned int condreg; in test_dfp_test_significance_ops() local 567 condreg = ((flags >> (4 * (7-BF)))) & 0xf; in test_dfp_test_significance_ops() 574 printf(" => %x (BF=%d)\n", condreg, BF); in test_dfp_test_significance_ops()
|
D | test_isa_2_06_part1.c | 1505 int i, condreg, repeat = 0; in test_vx_fp_ops() local 1572 condreg = (flags & 0x0f000000) >> 24; in test_vx_fp_ops() 1573 … printf("#%d: %s %016llx <=> %016llx ? %x (CRx)\n", i, test_name, *frap, *frbp, condreg); in test_vx_fp_ops() 1575 if ( condreg != aTest.cr_flags) { in test_vx_fp_ops() 1576 … printf("Error: Expected CR flags 0x%x; actual flags: 0x%x\n", aTest.cr_flags, condreg); in test_vx_fp_ops()
|
D | test_dfp3.c | 1178 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()
|
D | test_isa_2_06_part3.c | 1402 unsigned int condreg; in test_div_extensions() local 1418 condreg = (div_flags & 0xf0000000) >> 28; in test_div_extensions() 1427 printf(" CR=%x; XER=%x\n", condreg, div_xer); in test_div_extensions()
|
/external/valgrind/none/tests/ppc32/ |
D | test_dfp4.c | 508 unsigned int condreg; in test_dfp_ClassAndGroupTest_ops() local 521 condreg = ((flags >> (4 * (7-BF)))) & 0xf; in test_dfp_ClassAndGroupTest_ops() 531 printf(" => %x (BF=%d)\n", condreg, BF); in test_dfp_ClassAndGroupTest_ops() 571 unsigned int condreg; in test_dfp_ExpTest_ops() local 594 condreg = ((flags >> (4 * (7-BF)))) & 0xf; in test_dfp_ExpTest_ops() 603 printf(" => %x (BF=%d)\n", condreg, BF); in test_dfp_ExpTest_ops()
|
D | test_isa_2_06_part2.c | 1266 unsigned int condreg, flags; in test_vx_simple_scalar_fp_ops() local 1290 condreg = (flags & 0x000000f0) >> 4; in test_vx_simple_scalar_fp_ops() 1291 … printf("#%d: %s %016llx,%016llx => cr %x\n", i, test_group.name, *frap, *frbp, condreg); in test_vx_simple_scalar_fp_ops() 1551 unsigned int * pv, condreg; in test_vx_vector_fp_ops() local 1570 condreg = (flags & 0x000000f0) >> 4; in test_vx_vector_fp_ops() 1572 condreg = VX_NOT_CMP_OP; in test_vx_vector_fp_ops() 1574 print_vector_fp_result(condreg, &test_group, i); in test_vx_vector_fp_ops() 1649 unsigned int condreg; in test_div_extensions() local 1665 condreg = (div_flags & 0xf0000000) >> 28; in test_div_extensions() 1674 printf(" CR=%x; XER=%x\n", condreg, div_xer); in test_div_extensions()
|
D | test_dfp1.c | 334 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()
|
D | test_dfp5.c | 554 unsigned int condreg; in test_dfp_test_significance_ops() local 567 condreg = ((flags >> (4 * (7-BF)))) & 0xf; in test_dfp_test_significance_ops() 574 printf(" => %x (BF=%d)\n", condreg, BF); in test_dfp_test_significance_ops()
|
D | test_isa_2_06_part1.c | 1505 int i, condreg, repeat = 0; in test_vx_fp_ops() local 1572 condreg = (flags & 0x0f000000) >> 24; in test_vx_fp_ops() 1573 … printf("#%d: %s %016llx <=> %016llx ? %x (CRx)\n", i, test_name, *frap, *frbp, condreg); in test_vx_fp_ops() 1575 if ( condreg != aTest.cr_flags) { in test_vx_fp_ops() 1576 … printf("Error: Expected CR flags 0x%x; actual flags: 0x%x\n", aTest.cr_flags, condreg); in test_vx_fp_ops()
|
D | test_dfp3.c | 1178 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()
|
D | test_isa_2_06_part3.c | 1402 unsigned int condreg; in test_div_extensions() local 1418 condreg = (div_flags & 0xf0000000) >> 28; in test_div_extensions() 1427 printf(" CR=%x; XER=%x\n", condreg, div_xer); in test_div_extensions()
|