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

  /external/valgrind/none/tests/ppc64/
ppc64_helpers.h 142 #define FPCC_FE_BIT (0x1 << (63-50))
144 #define FPCC_FPRF_MASK FPCC_C_BIT|FPCC_FL_BIT|FPCC_FG_BIT|FPCC_FE_BIT|FPCC_FU_BIT
322 else if (local_fpscr & FPCC_FE_BIT)
343 if (local_fpscr & FPCC_FE_BIT)
368 if (verbose > 1) printf("%s ", (local_fpscr&FPCC_FE_BIT) ? "Match":"");
375 if (verbose > 1) printf("%s ", (local_fpscr&FPCC_FE_BIT) ? "SP" : "");
    [all...]
test_isa_3_0.c     [all...]

Completed in 143 milliseconds