Home | History | Annotate | Download | only in priv

Lines Matching full:gpr_index

62 static Int gpr_index[16];  // GPR regno -> register index
68 Int ix = gpr_index[regno];
394 for (UInt i = 0; i < sizeof gpr_index / sizeof gpr_index[0]; ++i)
395 gpr_index[i] = -1;
407 gpr_index[regno] = ru->size;
425 gpr_index[other[i]] = ru->size;
430 for (UInt i = 0; i < sizeof gpr_index / sizeof gpr_index[0]; ++i)
431 vassert(gpr_index[i] >= 0);