Home | History | Annotate | Download | only in x86

Lines Matching defs:vindex

34 int aget_common_nohelper(int flag, u2 vA, u2 vref, u2 vindex) {
41 requestVRFreeDelay(vindex,VRDELAY_BOUNDCHECK);
45 get_virtual_reg(vindex, OpndSize_32, 2, false); //index
57 vindex, 2, false,
60 cancelVRFreeDelayRequest(vindex,VRDELAY_BOUNDCHECK);
96 int aget_common(int flag, u2 vA, u2 vref, u2 vindex) {
97 return aget_common_nohelper(flag, vA, vref, vindex);
109 u2 vindex = FETCH(1) >> 8;
110 int retval = aget_common(AGET, vA, vref, vindex);
120 u2 vindex = FETCH(1) >> 8;
121 int retval = aget_common(AGET_WIDE, vA, vref, vindex);
137 u2 vindex = FETCH(1) >> 8;
138 int retval = aget_common(AGET_BOOLEAN, vA, vref, vindex);
148 u2 vindex = FETCH(1) >> 8;
149 int retval = aget_common(AGET_BYTE, vA, vref, vindex);
159 u2 vindex = FETCH(1) >> 8;
160 int retval = aget_common(AGET_CHAR, vA, vref, vindex);
170 u2 vindex = FETCH(1) >> 8;
171 int retval = aget_common(AGET_SHORT, vA, vref, vindex);
183 int aput_common_nohelper(int flag, u2 vA, u2 vref, u2 vindex) {
192 requestVRFreeDelay(vindex,VRDELAY_BOUNDCHECK);
196 get_virtual_reg(vindex, OpndSize_32, 2, false); //index
208 vindex, 2, false,
211 cancelVRFreeDelayRequest(vindex,VRDELAY_BOUNDCHECK);
237 int aput_common(int flag, u2 vA, u2 vref, u2 vindex) {
238 return aput_common_nohelper(flag, vA, vref, vindex);
250 u2 vindex = FETCH(1) >> 8;
251 int retval = aput_common(APUT, vA, vref, vindex);
261 u2 vindex = FETCH(1) >> 8;
262 int retval = aput_common(APUT_WIDE, vA, vref, vindex);
272 u2 vindex = FETCH(1) >> 8;
273 int retval = aput_common(APUT_BOOLEAN, vA, vref, vindex);
283 u2 vindex = FETCH(1) >> 8;
284 int retval = aput_common(APUT_BYTE, vA, vref, vindex);
294 u2 vindex = FETCH(1) >> 8;
295 int retval = aput_common(APUT_CHAR, vA, vref, vindex);
305 u2 vindex = FETCH(1) >> 8;
306 int retval = aput_common(APUT_SHORT, vA, vref, vindex);
326 u2 vindex = FETCH(1) >> 8;
336 requestVRFreeDelay(vindex,VRDELAY_BOUNDCHECK);
350 get_virtual_reg(vindex, OpndSize_32, 2, false); //index
355 cancelVRFreeDelayRequest(vindex,VRDELAY_BOUNDCHECK);