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

  /external/valgrind/VEX/priv/
host_generic_regs.c 94 for (UInt i = 0; i < N_RREGUNIVERSE_REGS; i++) {
104 vassert(univ->size <= N_RREGUNIVERSE_REGS);
112 for (UInt i = univ->size; i < N_RREGUNIVERSE_REGS; i++) {
125 /* This is going to fail miserably if N_RREGUNIVERSE_REGS exceeds
127 vassert(N_RREGUNIVERSE_REGS == 64);
131 for (UInt i = 0; i < N_RREGUNIVERSE_REGS; i++) {
202 vassert(ix < N_RREGUNIVERSE_REGS);
224 vassert(ix < N_RREGUNIVERSE_REGS);
host_generic_regs.h 211 #define N_RREGUNIVERSE_REGS 64
223 HReg regs[N_RREGUNIVERSE_REGS];
244 entirely on the fact that N_RREGUNIVERSE_REGS <= 64. */
host_generic_reg_alloc2.c 661 vassert(N_RREGUNIVERSE_REGS == 64);
    [all...]
main_main.c 274 /* If N_RREGUNIVERSE_REGS ever exceeds 64, the bitset fields in
277 vassert(N_RREGUNIVERSE_REGS == 64);
    [all...]

Completed in 76 milliseconds