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

  /external/valgrind/VEX/priv/
host_generic_reg_alloc2.c 607 Int k = hregIndex(vreg);
801 UInt ix = hregIndex(rreg);
    [all...]
host_generic_regs.c 69 const UInt regNN = isV ? hregIndex(r) : hregEncoding(r);
110 vassert(hregIndex(reg) == i);
201 UInt ix = hregIndex(reg);
223 UInt ix = hregIndex(reg);
host_generic_regs.h 156 static inline UInt hregIndex ( HReg r )

Completed in 66 milliseconds