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

  /external/valgrind/VEX/priv/
host_generic_regs.c 132 Bool rRd = (tab->rRead & (1ULL << i)) != 0;
205 case HRmRead: tab->rRead |= mask; break;
207 case HRmModify: tab->rRead |= mask; tab->rWritten |= mask; break;
225 ULong mentioned = tab->rRead | tab->rWritten;
host_generic_regs.h 276 ULong rRead; /* real regs that are read */
289 tab->rRead = 0;
host_generic_reg_alloc2.c 663 const ULong rRead = reg_usage_arr[ii].rRead;
665 const ULong rMentioned = rRead | rWritten;
697 const Bool isR = (rRead & jMask) != 0;
    [all...]

Completed in 133 milliseconds