Lines Matching refs:inst_op

532     u2 inst_op = INST_INST(inst);
541 switch(inst_op) {
549 if(inst_op == OP_MOVE || inst_op == OP_MOVE_OBJECT) {
553 else if(inst_op == OP_MOVE_FROM16 || inst_op == OP_MOVE_OBJECT_FROM16) {
557 else if(inst_op == OP_MOVE_16 || inst_op == OP_MOVE_OBJECT_16) {
577 if(inst_op == OP_MOVE_WIDE) {
581 else if(inst_op == OP_MOVE_WIDE_FROM16) {
585 else if(inst_op == OP_MOVE_WIDE_16) {
738 if(inst_op == OP_NEG_INT)
740 if(inst_op == OP_NOT_INT)
742 if(inst_op == OP_LONG_TO_INT)
744 if(inst_op == OP_INT_TO_BYTE)// sar
746 if(inst_op == OP_INT_TO_CHAR) //shr
748 if(inst_op == OP_INT_TO_SHORT) //sar
781 if(inst_op == OP_DIV_INT || inst_op == OP_DIV_INT_LIT8 ||
782 inst_op == OP_REM_INT || inst_op == OP_REM_INT_LIT8)
804 if(inst_op == OP_ADD_INT_2ADDR)
806 if(inst_op == OP_SUB_INT_2ADDR)
808 if(inst_op == OP_MUL_INT_2ADDR)
810 if(inst_op == OP_DIV_INT_2ADDR)
812 if(inst_op == OP_REM_INT_2ADDR)
814 if(inst_op == OP_AND_INT_2ADDR)
816 if(inst_op == OP_OR_INT_2ADDR)
818 if(inst_op == OP_XOR_INT_2ADDR)
820 if(inst_op == OP_SHL_INT_2ADDR)
822 if(inst_op == OP_SHR_INT_2ADDR)
824 if(inst_op == OP_USHR_INT_2ADDR)
852 if(inst_op == OP_ADD_INT_LIT16)
854 if(inst_op == OP_RSUB_INT)
856 if(inst_op == OP_MUL_INT_LIT16)
858 if(inst_op == OP_DIV_INT_LIT16)
860 if(inst_op == OP_REM_INT_LIT16)
862 if(inst_op == OP_AND_INT_LIT16)
864 if(inst_op == OP_OR_INT_LIT16)
866 if(inst_op == OP_XOR_INT_LIT16)
898 if(inst_op == OP_ADD_INT)
900 if(inst_op == OP_SUB_INT)
902 if(inst_op == OP_MUL_INT)
904 if(inst_op == OP_DIV_INT)
906 if(inst_op == OP_REM_INT)
908 if(inst_op == OP_AND_INT)
910 if(inst_op == OP_OR_INT)
912 if(inst_op == OP_XOR_INT)
914 if(inst_op == OP_SHL_INT)
916 if(inst_op == OP_SHR_INT)
918 if(inst_op == OP_USHR_INT)
950 if(inst_op == OP_ADD_INT_LIT8)
952 if(inst_op == OP_RSUB_INT_LIT8)
954 if(inst_op == OP_MUL_INT_LIT8)
956 if(inst_op == OP_DIV_INT_LIT8)
958 if(inst_op == OP_REM_INT_LIT8)
960 if(inst_op == OP_AND_INT_LIT8)
962 if(inst_op == OP_OR_INT_LIT8)
964 if(inst_op == OP_XOR_INT_LIT8)
966 if(inst_op == OP_SHL_INT_LIT8)
968 if(inst_op == OP_SHR_INT_LIT8)
970 if(inst_op == OP_USHR_INT_LIT8)
1216 u2 inst_op = INST_INST(inst);
1234 switch (inst_op) {
1244 if(inst_op == OP_MOVE || inst_op == OP_MOVE_OBJECT) {
1249 else if(inst_op == OP_MOVE_FROM16 || inst_op == OP_MOVE_OBJECT_FROM16) {
1254 else if(inst_op == OP_MOVE_16 || inst_op == OP_MOVE_OBJECT_16) {
1272 if(inst_op == OP_MOVE_WIDE) {
1277 else if(inst_op == OP_MOVE_WIDE_FROM16) {
1282 else if(inst_op == OP_MOVE_WIDE_16) {
1452 if(inst_op == OP_CONST_STRING || inst_op == OP_CONST_CLASS)
1454 else if(inst_op == OP_CONST_STRING_JUMBO)
1697 if(inst_op == OP_CMP_LONG) {
1788 if(inst_op == OP_AGET_WIDE) {
1820 if(inst_op == OP_APUT_WIDE) {
1839 if(inst_op == OP_APUT_OBJECT) {
1862 if(inst_op == OP_IGET_WIDE || inst_op == OP_IGET_WIDE_QUICK) {
1867 } else if(inst_op == OP_IGET_WIDE_VOLATILE) {
1888 if(inst_op == OP_IGET_WIDE_VOLATILE)
1909 if(inst_op == OP_IPUT_WIDE || inst_op == OP_IPUT_WIDE_QUICK || inst_op == OP_IPUT_WIDE_VOLATILE) {
1940 if(inst_op == OP_SGET_WIDE) {
1945 } else if(inst_op == OP_SGET_WIDE_VOLATILE) {
1960 if(inst_op == OP_SGET_WIDE_VOLATILE)
1978 if(inst_op == OP_SPUT_WIDE || inst_op == OP_SPUT_WIDE_VOLATILE) {
2008 if(inst_op == OP_INVOKE_VIRTUAL || inst_op == OP_INVOKE_DIRECT ||
2009 inst_op == OP_INVOKE_INTERFACE || inst_op == OP_INVOKE_VIRTUAL_QUICK ||
2010 inst_op == OP_INVOKE_SUPER_QUICK) {
2022 if(inst_op == OP_INVOKE_VIRTUAL_QUICK ||
2023 inst_op == OP_INVOKE_SUPER_QUICK) {
2025 } else if(inst_op == OP_INVOKE_VIRTUAL || inst_op == OP_INVOKE_DIRECT || inst_op == OP_INVOKE_INTERFACE) {
2057 if(inst_op != OP_INVOKE_VIRTUAL_QUICK && inst_op != OP_INVOKE_SUPER_QUICK)
2073 if(inst_op == OP_INVOKE_VIRTUAL_RANGE || inst_op == OP_INVOKE_DIRECT_RANGE ||
2074 inst_op == OP_INVOKE_INTERFACE_RANGE || inst_op == OP_INVOKE_VIRTUAL_QUICK_RANGE ||
2075 inst_op == OP_INVOKE_SUPER_QUICK_RANGE) {
2085 if(kk == 0 && (inst_op == OP_INVOKE_VIRTUAL_QUICK_RANGE ||
2086 inst_op == OP_INVOKE_SUPER_QUICK_RANGE))
2088 else if(kk == 0 && (inst_op == OP_INVOKE_VIRTUAL_RANGE ||
2089 inst_op == OP_INVOKE_DIRECT_RANGE ||
2090 inst_op == OP_INVOKE_INTERFACE_RANGE))
2098 if(inst_op != OP_INVOKE_VIRTUAL_QUICK_RANGE && inst_op != OP_INVOKE_SUPER_QUICK_RANGE)
2171 if(inst_op == OP_INT_TO_DOUBLE || inst_op == OP_LONG_TO_DOUBLE || inst_op == OP_FLOAT_TO_DOUBLE)
2178 if(inst_op == OP_INT_TO_FLOAT || inst_op == OP_INT_TO_DOUBLE || inst_op == OP_FLOAT_TO_DOUBLE)
2214 if(inst_op == OP_DOUBLE_TO_INT)
2236 if(inst_op == OP_DOUBLE_TO_LONG)
2302 if(inst_op == OP_REM_INT)
2592 if(inst_op == OP_REM_INT_2ADDR)
2832 if(inst_op == OP_DIV_INT_LIT16) {
2843 if(inst_op == OP_REM_INT_LIT16)
2892 if(inst_op == OP_DIV_INT_LIT8) {
2904 if(inst_op == OP_REM_INT_LIT8)
2915 if(inst_op == OP_EXECUTE_INLINE)
2919 if(inst_op == OP_EXECUTE_INLINE) {
3321 u2 inst_op = INST_INST(inst);
3324 switch(inst_op) {
3884 if(inst_op == OP_AGET_BYTE || inst_op == OP_AGET_BOOLEAN)
3925 if(inst_op == OP_APUT_BYTE || inst_op == OP_APUT_BOOLEAN)
4009 if(inst_op == OP_IGET_OBJECT && !strncmp(currentMethod->clazz->descriptor, "Lspec/benchmarks/_228_jack/Parse", 32) &&
4069 if(inst_op == OP_IPUT_OBJECT || inst_op == OP_IPUT_OBJECT_VOLATILE) {
4106 if(inst_op == OP_IPUT_WIDE_VOLATILE || inst_op == OP_IGET_WIDE_VOLATILE) {
4172 if(inst_op == OP_SPUT_OBJECT || inst_op == OP_SPUT_OBJECT_VOLATILE) {
4205 if(inst_op == OP_SPUT_WIDE_VOLATILE || inst_op == OP_SGET_WIDE_VOLATILE) {
4239 if(inst_op == OP_IPUT_OBJECT_QUICK) {
4305 if(inst_op == OP_INVOKE_VIRTUAL)
4344 if(inst_op == OP_INVOKE_VIRTUAL)
4390 if(inst_op == OP_INVOKE_SUPER)
4420 if(inst_op == OP_INVOKE_DIRECT)
4447 if(inst_op == OP_INVOKE_STATIC)
4460 if(inst_op == OP_INVOKE_INTERFACE)
4498 if(inst_op == OP_INVOKE_INTERFACE)
4600 if(inst_op == OP_ADD_INT || inst_op == OP_SUB_INT || inst_op == OP_MUL_INT ||
4601 inst_op == OP_AND_INT || inst_op == OP_OR_INT || inst_op == OP_XOR_INT) {
4621 if(inst_op == OP_SHL_INT || inst_op == OP_SHR_INT || inst_op == OP_USHR_INT) {
4653 if(inst_op == OP_DIV_INT || inst_op == OP_DIV_INT_2ADDR) {
4675 if(inst_op == OP_ADD_INT_LIT16 || inst_op == OP_MUL_INT_LIT16 ||
4676 inst_op == OP_AND_INT_LIT16 || inst_op == OP_OR_INT_LIT16 || inst_op == OP_XOR_INT_LIT16) {
4693 v1 = (inst_op == OP_RSUB_INT) ? INST_B(inst) : ((u2)FETCH(1) & 0xff);
4710 if(inst_op == OP_DIV_INT_LIT8 || inst_op == OP_REM_INT_LIT8) {
4717 if((inst_op == OP_DIV_INT_LIT8 || inst_op == OP_DIV_INT_LIT16)) {
4737 if(inst_op == OP_DIV_INT_LIT16 || inst_op == OP_DIV_INT_LIT8) {
4897 if(inst_op == OP_ADD_FLOAT || inst_op == OP_SUB_FLOAT ||
4898 inst_op == OP_MUL_FLOAT || inst_op == OP_ADD_DOUBLE ||
4899 inst_op == OP_SUB_DOUBLE || inst_op == OP_MUL_DOUBLE ||
4900 inst_op == OP_DIV_FLOAT || inst_op == OP_DIV_DOUBLE)
5004 if(inst_op == OP_EXECUTE_INLINE)
5216 if(inst_op == OP_INVOKE_VIRTUAL_QUICK)
5238 if(inst_op == OP_INVOKE_VIRTUAL_QUICK_RANGE)
5269 if(inst_op == OP_INVOKE_SUPER_QUICK_RANGE)