Home | History | Annotate | Download | only in x86

Lines Matching full:indexh

456     int indexH = -1;
463 indexH = k;
471 if(size == OpndSize_64 && indexH >= 0) {
472 constVRTable[indexH].isConst = false;
481 int indexH = -1;
488 indexH = k;
500 if(indexH < 0) {
501 indexH = num_const_vr;
502 constVRTable[indexH].regNum = regNum+1;
505 constVRTable[indexH].isConst = true;
506 constVRTable[indexH].value = tmpValue[1];