HomeSort by relevance Sort by last modified time
    Searched defs:condreg (Results 1 - 7 of 7) sorted by null

  /external/valgrind/none/tests/ppc32/
test_dfp4.c 508 unsigned int condreg; local
521 condreg = ((flags >> (4 * (7-BF)))) & 0xf;
531 printf(" => %x (BF=%d)\n", condreg, BF);
571 unsigned int condreg; local
594 condreg = ((flags >> (4 * (7-BF)))) & 0xf;
603 printf(" => %x (BF=%d)\n", condreg, BF);
test_dfp1.c 334 unsigned int condreg; local
363 condreg = (flags & 0x000000f0) >> 4;
375 printf(" (cr = %08x)\n", condreg);
test_dfp3.c 1178 unsigned int condreg; local
    [all...]
test_dfp5.c 554 unsigned int condreg; local
567 condreg = ((flags >> (4 * (7-BF)))) & 0xf;
574 printf(" => %x (BF=%d)\n", condreg, BF);
test_isa_2_06_part1.c 1505 int i, condreg, repeat = 0; local
    [all...]
test_isa_2_06_part2.c 1266 unsigned int condreg, flags; local
1551 unsigned int * pv, condreg; local
1649 unsigned int condreg; local
    [all...]
test_isa_2_06_part3.c 1402 unsigned int condreg; local
    [all...]

Completed in 325 milliseconds