Lines Matching refs:u2
34 int aget_common_nohelper(int flag, u2 vA, u2 vref, u2 vindex) { in aget_common_nohelper()
96 int aget_common(int flag, u2 vA, u2 vref, u2 vindex) { in aget_common()
107 u2 vA = INST_AA(inst); in op_aget()
108 u2 vref = FETCH(1) & 0xff; in op_aget()
109 u2 vindex = FETCH(1) >> 8; in op_aget()
118 u2 vA = INST_AA(inst); in op_aget_wide()
119 u2 vref = FETCH(1) & 0xff; in op_aget_wide()
120 u2 vindex = FETCH(1) >> 8; in op_aget_wide()
135 u2 vA = INST_AA(inst); in op_aget_boolean()
136 u2 vref = FETCH(1) & 0xff; in op_aget_boolean()
137 u2 vindex = FETCH(1) >> 8; in op_aget_boolean()
146 u2 vA = INST_AA(inst); in op_aget_byte()
147 u2 vref = FETCH(1) & 0xff; in op_aget_byte()
148 u2 vindex = FETCH(1) >> 8; in op_aget_byte()
157 u2 vA = INST_AA(inst); in op_aget_char()
158 u2 vref = FETCH(1) & 0xff; in op_aget_char()
159 u2 vindex = FETCH(1) >> 8; in op_aget_char()
168 u2 vA = INST_AA(inst); in op_aget_short()
169 u2 vref = FETCH(1) & 0xff; in op_aget_short()
170 u2 vindex = FETCH(1) >> 8; in op_aget_short()
183 int aput_common_nohelper(int flag, u2 vA, u2 vref, u2 vindex) { in aput_common_nohelper()
237 int aput_common(int flag, u2 vA, u2 vref, u2 vindex) { in aput_common()
248 u2 vA = INST_AA(inst); in op_aput()
249 u2 vref = FETCH(1) & 0xff; in op_aput()
250 u2 vindex = FETCH(1) >> 8; in op_aput()
259 u2 vA = INST_AA(inst); in op_aput_wide()
260 u2 vref = FETCH(1) & 0xff; in op_aput_wide()
261 u2 vindex = FETCH(1) >> 8; in op_aput_wide()
270 u2 vA = INST_AA(inst); in op_aput_boolean()
271 u2 vref = FETCH(1) & 0xff; in op_aput_boolean()
272 u2 vindex = FETCH(1) >> 8; in op_aput_boolean()
281 u2 vA = INST_AA(inst); in op_aput_byte()
282 u2 vref = FETCH(1) & 0xff; in op_aput_byte()
283 u2 vindex = FETCH(1) >> 8; in op_aput_byte()
292 u2 vA = INST_AA(inst); in op_aput_char()
293 u2 vref = FETCH(1) & 0xff; in op_aput_char()
294 u2 vindex = FETCH(1) >> 8; in op_aput_char()
303 u2 vA = INST_AA(inst); in op_aput_short()
304 u2 vref = FETCH(1) & 0xff; in op_aput_short()
305 u2 vindex = FETCH(1) >> 8; in op_aput_short()
324 u2 vA = INST_AA(inst); in op_aput_object()
325 u2 vref = FETCH(1) & 0xff; in op_aput_object()
326 u2 vindex = FETCH(1) >> 8; in op_aput_object()
444 int iget_iput_common_nohelper(int tmp, int flag, u2 vA, u2 vB, int isObj, bool isVolatile) { in iget_iput_common_nohelper()
528 int iget_iput_common(int tmp, int flag, u2 vA, u2 vB, int isObj, bool isVolatile) { in iget_iput_common()
539 u2 vA = INST_A(inst); in op_iget()
540 u2 vB = INST_B(inst); in op_iget()
541 u2 tmp = FETCH(1); in op_iget()
550 u2 vA = INST_A(inst); in op_iget_wide()
551 u2 vB = INST_B(inst); in op_iget_wide()
552 u2 tmp = FETCH(1); in op_iget_wide()
561 u2 vA = INST_A(inst); in op_iget_object()
562 u2 vB = INST_B(inst); in op_iget_object()
563 u2 tmp = FETCH(1); in op_iget_object()
596 u2 vA = INST_A(inst); in op_iput()
597 u2 vB = INST_B(inst); in op_iput()
598 u2 tmp = FETCH(1); in op_iput()
607 u2 vA = INST_A(inst); in op_iput_wide()
608 u2 vB = INST_B(inst); in op_iput_wide()
609 u2 tmp = FETCH(1); in op_iput_wide()
618 u2 vA = INST_A(inst); in op_iput_object()
619 u2 vB = INST_B(inst); in op_iput_object()
620 u2 tmp = FETCH(1); in op_iput_object()
657 int sget_sput_common(int flag, u2 vA, u2 tmp, bool isObj, bool isVolatile) { in sget_sput_common()
739 u2 vA = INST_AA(inst); in op_sget()
740 u2 tmp = FETCH(1); in op_sget()
749 u2 vA = INST_AA(inst); in op_sget_wide()
750 u2 tmp = FETCH(1); in op_sget_wide()
789 u2 vA = INST_AA(inst); in op_sput()
790 u2 tmp = FETCH(1); in op_sput()
799 u2 vA = INST_AA(inst); in op_sput_wide()
800 u2 tmp = FETCH(1); in op_sput_wide()
841 u2 vA = INST_A(inst); in op_iget_quick()
842 u2 vB = INST_B(inst); //object in op_iget_quick()
843 u2 tmp = FETCH(1); in op_iget_quick()
862 u2 vA = INST_A(inst); in op_iget_wide_quick()
863 u2 vB = INST_B(inst); //object in op_iget_wide_quick()
864 u2 tmp = FETCH(1); in op_iget_wide_quick()
889 u2 vA = INST_A(inst); in iput_quick_common()
890 u2 vB = INST_B(inst); //object in iput_quick_common()
891 u2 tmp = FETCH(1); in iput_quick_common()
919 u2 vA = INST_A(inst); in op_iput_wide_quick()
920 u2 vB = INST_B(inst); //object in op_iput_wide_quick()
921 u2 tmp = FETCH(1); //byte offset in op_iput_wide_quick()