OSDN Git Service

Move the interpreter into C++.
authorCarl Shapiro <cshapiro@google.com>
Wed, 20 Apr 2011 23:12:46 +0000 (16:12 -0700)
committerCarl Shapiro <cshapiro@google.com>
Wed, 20 Apr 2011 23:14:21 +0000 (16:14 -0700)
commitcd8f5e701547739f241594b43e9470c92d98e9cf
treec8bec491277efce8f47bcbda488b113142858b54
parent58ddbada8c4d4a74a7d3ea0c7379c7e1fec6c255
Move the interpreter into C++.

Change-Id: I4b7d6ed9c54dbf3244304a7ea0f13e6c37cca2aa
552 files changed:
vm/Dvm.mk
vm/Inlines.cpp
vm/arch/arm/HintsEABI.cpp [moved from vm/arch/arm/HintsEABI.c with 100% similarity]
vm/arch/generic/Call.cpp [moved from vm/arch/generic/Call.c with 100% similarity]
vm/arch/generic/Hints.cpp [moved from vm/arch/generic/Hints.c with 100% similarity]
vm/arch/x86-atom/Hints386ABI.cpp [moved from vm/arch/x86-atom/Hints386ABI.c with 100% similarity]
vm/arch/x86/Hints386ABI.cpp [moved from vm/arch/x86/Hints386ABI.c with 100% similarity]
vm/mterp/Mterp.h
vm/mterp/armv5te/debug.cpp [moved from vm/mterp/armv5te/debug.c with 100% similarity]
vm/mterp/c/OP_ADD_DOUBLE.cpp [moved from vm/mterp/c/OP_ADD_DOUBLE.c with 100% similarity]
vm/mterp/c/OP_ADD_DOUBLE_2ADDR.cpp [moved from vm/mterp/c/OP_ADD_DOUBLE_2ADDR.c with 100% similarity]
vm/mterp/c/OP_ADD_FLOAT.cpp [moved from vm/mterp/c/OP_ADD_FLOAT.c with 100% similarity]
vm/mterp/c/OP_ADD_FLOAT_2ADDR.cpp [moved from vm/mterp/c/OP_ADD_FLOAT_2ADDR.c with 100% similarity]
vm/mterp/c/OP_ADD_INT.cpp [moved from vm/mterp/c/OP_ADD_INT.c with 100% similarity]
vm/mterp/c/OP_ADD_INT_2ADDR.cpp [moved from vm/mterp/c/OP_ADD_INT_2ADDR.c with 100% similarity]
vm/mterp/c/OP_ADD_INT_LIT16.cpp [moved from vm/mterp/c/OP_ADD_INT_LIT16.c with 100% similarity]
vm/mterp/c/OP_ADD_INT_LIT8.cpp [moved from vm/mterp/c/OP_ADD_INT_LIT8.c with 100% similarity]
vm/mterp/c/OP_ADD_LONG.cpp [moved from vm/mterp/c/OP_ADD_LONG.c with 100% similarity]
vm/mterp/c/OP_ADD_LONG_2ADDR.cpp [moved from vm/mterp/c/OP_ADD_LONG_2ADDR.c with 100% similarity]
vm/mterp/c/OP_AGET.cpp [moved from vm/mterp/c/OP_AGET.c with 100% similarity]
vm/mterp/c/OP_AGET_BOOLEAN.cpp [moved from vm/mterp/c/OP_AGET_BOOLEAN.c with 100% similarity]
vm/mterp/c/OP_AGET_BYTE.cpp [moved from vm/mterp/c/OP_AGET_BYTE.c with 100% similarity]
vm/mterp/c/OP_AGET_CHAR.cpp [moved from vm/mterp/c/OP_AGET_CHAR.c with 100% similarity]
vm/mterp/c/OP_AGET_OBJECT.cpp [moved from vm/mterp/c/OP_AGET_OBJECT.c with 100% similarity]
vm/mterp/c/OP_AGET_SHORT.cpp [moved from vm/mterp/c/OP_AGET_SHORT.c with 100% similarity]
vm/mterp/c/OP_AGET_WIDE.cpp [moved from vm/mterp/c/OP_AGET_WIDE.c with 100% similarity]
vm/mterp/c/OP_AND_INT.cpp [moved from vm/mterp/c/OP_AND_INT.c with 100% similarity]
vm/mterp/c/OP_AND_INT_2ADDR.cpp [moved from vm/mterp/c/OP_AND_INT_2ADDR.c with 100% similarity]
vm/mterp/c/OP_AND_INT_LIT16.cpp [moved from vm/mterp/c/OP_AND_INT_LIT16.c with 100% similarity]
vm/mterp/c/OP_AND_INT_LIT8.cpp [moved from vm/mterp/c/OP_AND_INT_LIT8.c with 100% similarity]
vm/mterp/c/OP_AND_LONG.cpp [moved from vm/mterp/c/OP_AND_LONG.c with 100% similarity]
vm/mterp/c/OP_AND_LONG_2ADDR.cpp [moved from vm/mterp/c/OP_AND_LONG_2ADDR.c with 100% similarity]
vm/mterp/c/OP_APUT.cpp [moved from vm/mterp/c/OP_APUT.c with 100% similarity]
vm/mterp/c/OP_APUT_BOOLEAN.cpp [moved from vm/mterp/c/OP_APUT_BOOLEAN.c with 100% similarity]
vm/mterp/c/OP_APUT_BYTE.cpp [moved from vm/mterp/c/OP_APUT_BYTE.c with 100% similarity]
vm/mterp/c/OP_APUT_CHAR.cpp [moved from vm/mterp/c/OP_APUT_CHAR.c with 100% similarity]
vm/mterp/c/OP_APUT_OBJECT.cpp [moved from vm/mterp/c/OP_APUT_OBJECT.c with 100% similarity]
vm/mterp/c/OP_APUT_SHORT.cpp [moved from vm/mterp/c/OP_APUT_SHORT.c with 100% similarity]
vm/mterp/c/OP_APUT_WIDE.cpp [moved from vm/mterp/c/OP_APUT_WIDE.c with 100% similarity]
vm/mterp/c/OP_ARRAY_LENGTH.cpp [moved from vm/mterp/c/OP_ARRAY_LENGTH.c with 100% similarity]
vm/mterp/c/OP_BREAKPOINT.cpp [moved from vm/mterp/c/OP_BREAKPOINT.c with 100% similarity]
vm/mterp/c/OP_CHECK_CAST.cpp [moved from vm/mterp/c/OP_CHECK_CAST.c with 100% similarity]
vm/mterp/c/OP_CHECK_CAST_JUMBO.cpp [moved from vm/mterp/c/OP_CHECK_CAST_JUMBO.c with 100% similarity]
vm/mterp/c/OP_CMPG_DOUBLE.cpp [moved from vm/mterp/c/OP_CMPG_DOUBLE.c with 100% similarity]
vm/mterp/c/OP_CMPG_FLOAT.cpp [moved from vm/mterp/c/OP_CMPG_FLOAT.c with 100% similarity]
vm/mterp/c/OP_CMPL_DOUBLE.cpp [moved from vm/mterp/c/OP_CMPL_DOUBLE.c with 100% similarity]
vm/mterp/c/OP_CMPL_FLOAT.cpp [moved from vm/mterp/c/OP_CMPL_FLOAT.c with 100% similarity]
vm/mterp/c/OP_CMP_LONG.cpp [moved from vm/mterp/c/OP_CMP_LONG.c with 100% similarity]
vm/mterp/c/OP_CONST.cpp [moved from vm/mterp/c/OP_CONST.c with 100% similarity]
vm/mterp/c/OP_CONST_16.cpp [moved from vm/mterp/c/OP_CONST_16.c with 100% similarity]
vm/mterp/c/OP_CONST_4.cpp [moved from vm/mterp/c/OP_CONST_4.c with 100% similarity]
vm/mterp/c/OP_CONST_CLASS.cpp [moved from vm/mterp/c/OP_CONST_CLASS.c with 100% similarity]
vm/mterp/c/OP_CONST_CLASS_JUMBO.cpp [moved from vm/mterp/c/OP_CONST_CLASS_JUMBO.c with 100% similarity]
vm/mterp/c/OP_CONST_HIGH16.cpp [moved from vm/mterp/c/OP_CONST_HIGH16.c with 100% similarity]
vm/mterp/c/OP_CONST_STRING.cpp [moved from vm/mterp/c/OP_CONST_STRING.c with 100% similarity]
vm/mterp/c/OP_CONST_STRING_JUMBO.cpp [moved from vm/mterp/c/OP_CONST_STRING_JUMBO.c with 100% similarity]
vm/mterp/c/OP_CONST_WIDE.cpp [moved from vm/mterp/c/OP_CONST_WIDE.c with 100% similarity]
vm/mterp/c/OP_CONST_WIDE_16.cpp [moved from vm/mterp/c/OP_CONST_WIDE_16.c with 100% similarity]
vm/mterp/c/OP_CONST_WIDE_32.cpp [moved from vm/mterp/c/OP_CONST_WIDE_32.c with 100% similarity]
vm/mterp/c/OP_CONST_WIDE_HIGH16.cpp [moved from vm/mterp/c/OP_CONST_WIDE_HIGH16.c with 100% similarity]
vm/mterp/c/OP_DISPATCH_FF.cpp [moved from vm/mterp/c/OP_DISPATCH_FF.c with 100% similarity]
vm/mterp/c/OP_DIV_DOUBLE.cpp [moved from vm/mterp/c/OP_DIV_DOUBLE.c with 100% similarity]
vm/mterp/c/OP_DIV_DOUBLE_2ADDR.cpp [moved from vm/mterp/c/OP_DIV_DOUBLE_2ADDR.c with 100% similarity]
vm/mterp/c/OP_DIV_FLOAT.cpp [moved from vm/mterp/c/OP_DIV_FLOAT.c with 100% similarity]
vm/mterp/c/OP_DIV_FLOAT_2ADDR.cpp [moved from vm/mterp/c/OP_DIV_FLOAT_2ADDR.c with 100% similarity]
vm/mterp/c/OP_DIV_INT.cpp [moved from vm/mterp/c/OP_DIV_INT.c with 100% similarity]
vm/mterp/c/OP_DIV_INT_2ADDR.cpp [moved from vm/mterp/c/OP_DIV_INT_2ADDR.c with 100% similarity]
vm/mterp/c/OP_DIV_INT_LIT16.cpp [moved from vm/mterp/c/OP_DIV_INT_LIT16.c with 100% similarity]
vm/mterp/c/OP_DIV_INT_LIT8.cpp [moved from vm/mterp/c/OP_DIV_INT_LIT8.c with 100% similarity]
vm/mterp/c/OP_DIV_LONG.cpp [moved from vm/mterp/c/OP_DIV_LONG.c with 100% similarity]
vm/mterp/c/OP_DIV_LONG_2ADDR.cpp [moved from vm/mterp/c/OP_DIV_LONG_2ADDR.c with 100% similarity]
vm/mterp/c/OP_DOUBLE_TO_FLOAT.cpp [moved from vm/mterp/c/OP_DOUBLE_TO_FLOAT.c with 100% similarity]
vm/mterp/c/OP_DOUBLE_TO_INT.cpp [moved from vm/mterp/c/OP_DOUBLE_TO_INT.c with 100% similarity]
vm/mterp/c/OP_DOUBLE_TO_LONG.cpp [moved from vm/mterp/c/OP_DOUBLE_TO_LONG.c with 100% similarity]
vm/mterp/c/OP_EXECUTE_INLINE.cpp [moved from vm/mterp/c/OP_EXECUTE_INLINE.c with 100% similarity]
vm/mterp/c/OP_EXECUTE_INLINE_RANGE.cpp [moved from vm/mterp/c/OP_EXECUTE_INLINE_RANGE.c with 100% similarity]
vm/mterp/c/OP_FILLED_NEW_ARRAY.cpp [moved from vm/mterp/c/OP_FILLED_NEW_ARRAY.c with 100% similarity]
vm/mterp/c/OP_FILLED_NEW_ARRAY_JUMBO.cpp [moved from vm/mterp/c/OP_FILLED_NEW_ARRAY_JUMBO.c with 100% similarity]
vm/mterp/c/OP_FILLED_NEW_ARRAY_RANGE.cpp [moved from vm/mterp/c/OP_FILLED_NEW_ARRAY_RANGE.c with 100% similarity]
vm/mterp/c/OP_FILL_ARRAY_DATA.cpp [moved from vm/mterp/c/OP_FILL_ARRAY_DATA.c with 100% similarity]
vm/mterp/c/OP_FLOAT_TO_DOUBLE.cpp [moved from vm/mterp/c/OP_FLOAT_TO_DOUBLE.c with 100% similarity]
vm/mterp/c/OP_FLOAT_TO_INT.cpp [moved from vm/mterp/c/OP_FLOAT_TO_INT.c with 100% similarity]
vm/mterp/c/OP_FLOAT_TO_LONG.cpp [moved from vm/mterp/c/OP_FLOAT_TO_LONG.c with 100% similarity]
vm/mterp/c/OP_GOTO.cpp [moved from vm/mterp/c/OP_GOTO.c with 100% similarity]
vm/mterp/c/OP_GOTO_16.cpp [moved from vm/mterp/c/OP_GOTO_16.c with 100% similarity]
vm/mterp/c/OP_GOTO_32.cpp [moved from vm/mterp/c/OP_GOTO_32.c with 100% similarity]
vm/mterp/c/OP_IF_EQ.cpp [moved from vm/mterp/c/OP_IF_EQ.c with 100% similarity]
vm/mterp/c/OP_IF_EQZ.cpp [moved from vm/mterp/c/OP_IF_EQZ.c with 100% similarity]
vm/mterp/c/OP_IF_GE.cpp [moved from vm/mterp/c/OP_IF_GE.c with 100% similarity]
vm/mterp/c/OP_IF_GEZ.cpp [moved from vm/mterp/c/OP_IF_GEZ.c with 100% similarity]
vm/mterp/c/OP_IF_GT.cpp [moved from vm/mterp/c/OP_IF_GT.c with 100% similarity]
vm/mterp/c/OP_IF_GTZ.cpp [moved from vm/mterp/c/OP_IF_GTZ.c with 100% similarity]
vm/mterp/c/OP_IF_LE.cpp [moved from vm/mterp/c/OP_IF_LE.c with 100% similarity]
vm/mterp/c/OP_IF_LEZ.cpp [moved from vm/mterp/c/OP_IF_LEZ.c with 100% similarity]
vm/mterp/c/OP_IF_LT.cpp [moved from vm/mterp/c/OP_IF_LT.c with 100% similarity]
vm/mterp/c/OP_IF_LTZ.cpp [moved from vm/mterp/c/OP_IF_LTZ.c with 100% similarity]
vm/mterp/c/OP_IF_NE.cpp [moved from vm/mterp/c/OP_IF_NE.c with 100% similarity]
vm/mterp/c/OP_IF_NEZ.cpp [moved from vm/mterp/c/OP_IF_NEZ.c with 100% similarity]
vm/mterp/c/OP_IGET.cpp [moved from vm/mterp/c/OP_IGET.c with 100% similarity]
vm/mterp/c/OP_IGET_BOOLEAN.cpp [moved from vm/mterp/c/OP_IGET_BOOLEAN.c with 100% similarity]
vm/mterp/c/OP_IGET_BOOLEAN_JUMBO.cpp [moved from vm/mterp/c/OP_IGET_BOOLEAN_JUMBO.c with 100% similarity]
vm/mterp/c/OP_IGET_BYTE.cpp [moved from vm/mterp/c/OP_IGET_BYTE.c with 100% similarity]
vm/mterp/c/OP_IGET_BYTE_JUMBO.cpp [moved from vm/mterp/c/OP_IGET_BYTE_JUMBO.c with 100% similarity]
vm/mterp/c/OP_IGET_CHAR.cpp [moved from vm/mterp/c/OP_IGET_CHAR.c with 100% similarity]
vm/mterp/c/OP_IGET_CHAR_JUMBO.cpp [moved from vm/mterp/c/OP_IGET_CHAR_JUMBO.c with 100% similarity]
vm/mterp/c/OP_IGET_JUMBO.cpp [moved from vm/mterp/c/OP_IGET_JUMBO.c with 100% similarity]
vm/mterp/c/OP_IGET_OBJECT.cpp [moved from vm/mterp/c/OP_IGET_OBJECT.c with 100% similarity]
vm/mterp/c/OP_IGET_OBJECT_JUMBO.cpp [moved from vm/mterp/c/OP_IGET_OBJECT_JUMBO.c with 100% similarity]
vm/mterp/c/OP_IGET_OBJECT_QUICK.cpp [moved from vm/mterp/c/OP_IGET_OBJECT_QUICK.c with 100% similarity]
vm/mterp/c/OP_IGET_OBJECT_VOLATILE.cpp [moved from vm/mterp/c/OP_IGET_OBJECT_VOLATILE.c with 100% similarity]
vm/mterp/c/OP_IGET_OBJECT_VOLATILE_JUMBO.cpp [moved from vm/mterp/c/OP_IGET_OBJECT_VOLATILE_JUMBO.c with 100% similarity]
vm/mterp/c/OP_IGET_QUICK.cpp [moved from vm/mterp/c/OP_IGET_QUICK.c with 100% similarity]
vm/mterp/c/OP_IGET_SHORT.cpp [moved from vm/mterp/c/OP_IGET_SHORT.c with 100% similarity]
vm/mterp/c/OP_IGET_SHORT_JUMBO.cpp [moved from vm/mterp/c/OP_IGET_SHORT_JUMBO.c with 100% similarity]
vm/mterp/c/OP_IGET_VOLATILE.cpp [moved from vm/mterp/c/OP_IGET_VOLATILE.c with 100% similarity]
vm/mterp/c/OP_IGET_VOLATILE_JUMBO.cpp [moved from vm/mterp/c/OP_IGET_VOLATILE_JUMBO.c with 100% similarity]
vm/mterp/c/OP_IGET_WIDE.cpp [moved from vm/mterp/c/OP_IGET_WIDE.c with 100% similarity]
vm/mterp/c/OP_IGET_WIDE_JUMBO.cpp [moved from vm/mterp/c/OP_IGET_WIDE_JUMBO.c with 100% similarity]
vm/mterp/c/OP_IGET_WIDE_QUICK.cpp [moved from vm/mterp/c/OP_IGET_WIDE_QUICK.c with 100% similarity]
vm/mterp/c/OP_IGET_WIDE_VOLATILE.cpp [moved from vm/mterp/c/OP_IGET_WIDE_VOLATILE.c with 100% similarity]
vm/mterp/c/OP_IGET_WIDE_VOLATILE_JUMBO.cpp [moved from vm/mterp/c/OP_IGET_WIDE_VOLATILE_JUMBO.c with 100% similarity]
vm/mterp/c/OP_INSTANCE_OF.cpp [moved from vm/mterp/c/OP_INSTANCE_OF.c with 100% similarity]
vm/mterp/c/OP_INSTANCE_OF_JUMBO.cpp [moved from vm/mterp/c/OP_INSTANCE_OF_JUMBO.c with 100% similarity]
vm/mterp/c/OP_INT_TO_BYTE.cpp [moved from vm/mterp/c/OP_INT_TO_BYTE.c with 100% similarity]
vm/mterp/c/OP_INT_TO_CHAR.cpp [moved from vm/mterp/c/OP_INT_TO_CHAR.c with 100% similarity]
vm/mterp/c/OP_INT_TO_DOUBLE.cpp [moved from vm/mterp/c/OP_INT_TO_DOUBLE.c with 100% similarity]
vm/mterp/c/OP_INT_TO_FLOAT.cpp [moved from vm/mterp/c/OP_INT_TO_FLOAT.c with 100% similarity]
vm/mterp/c/OP_INT_TO_LONG.cpp [moved from vm/mterp/c/OP_INT_TO_LONG.c with 100% similarity]
vm/mterp/c/OP_INT_TO_SHORT.cpp [moved from vm/mterp/c/OP_INT_TO_SHORT.c with 100% similarity]
vm/mterp/c/OP_INVOKE_DIRECT.cpp [moved from vm/mterp/c/OP_INVOKE_DIRECT.c with 100% similarity]
vm/mterp/c/OP_INVOKE_DIRECT_JUMBO.cpp [moved from vm/mterp/c/OP_INVOKE_DIRECT_JUMBO.c with 100% similarity]
vm/mterp/c/OP_INVOKE_DIRECT_RANGE.cpp [moved from vm/mterp/c/OP_INVOKE_DIRECT_RANGE.c with 100% similarity]
vm/mterp/c/OP_INVOKE_INTERFACE.cpp [moved from vm/mterp/c/OP_INVOKE_INTERFACE.c with 100% similarity]
vm/mterp/c/OP_INVOKE_INTERFACE_JUMBO.cpp [moved from vm/mterp/c/OP_INVOKE_INTERFACE_JUMBO.c with 100% similarity]
vm/mterp/c/OP_INVOKE_INTERFACE_RANGE.cpp [moved from vm/mterp/c/OP_INVOKE_INTERFACE_RANGE.c with 100% similarity]
vm/mterp/c/OP_INVOKE_OBJECT_INIT_JUMBO.cpp [moved from vm/mterp/c/OP_INVOKE_OBJECT_INIT_JUMBO.c with 100% similarity]
vm/mterp/c/OP_INVOKE_OBJECT_INIT_RANGE.cpp [moved from vm/mterp/c/OP_INVOKE_OBJECT_INIT_RANGE.c with 100% similarity]
vm/mterp/c/OP_INVOKE_STATIC.cpp [moved from vm/mterp/c/OP_INVOKE_STATIC.c with 100% similarity]
vm/mterp/c/OP_INVOKE_STATIC_JUMBO.cpp [moved from vm/mterp/c/OP_INVOKE_STATIC_JUMBO.c with 100% similarity]
vm/mterp/c/OP_INVOKE_STATIC_RANGE.cpp [moved from vm/mterp/c/OP_INVOKE_STATIC_RANGE.c with 100% similarity]
vm/mterp/c/OP_INVOKE_SUPER.cpp [moved from vm/mterp/c/OP_INVOKE_SUPER.c with 100% similarity]
vm/mterp/c/OP_INVOKE_SUPER_JUMBO.cpp [moved from vm/mterp/c/OP_INVOKE_SUPER_JUMBO.c with 100% similarity]
vm/mterp/c/OP_INVOKE_SUPER_QUICK.cpp [moved from vm/mterp/c/OP_INVOKE_SUPER_QUICK.c with 100% similarity]
vm/mterp/c/OP_INVOKE_SUPER_QUICK_RANGE.cpp [moved from vm/mterp/c/OP_INVOKE_SUPER_QUICK_RANGE.c with 100% similarity]
vm/mterp/c/OP_INVOKE_SUPER_RANGE.cpp [moved from vm/mterp/c/OP_INVOKE_SUPER_RANGE.c with 100% similarity]
vm/mterp/c/OP_INVOKE_VIRTUAL.cpp [moved from vm/mterp/c/OP_INVOKE_VIRTUAL.c with 100% similarity]
vm/mterp/c/OP_INVOKE_VIRTUAL_JUMBO.cpp [moved from vm/mterp/c/OP_INVOKE_VIRTUAL_JUMBO.c with 100% similarity]
vm/mterp/c/OP_INVOKE_VIRTUAL_QUICK.cpp [moved from vm/mterp/c/OP_INVOKE_VIRTUAL_QUICK.c with 100% similarity]
vm/mterp/c/OP_INVOKE_VIRTUAL_QUICK_RANGE.cpp [moved from vm/mterp/c/OP_INVOKE_VIRTUAL_QUICK_RANGE.c with 100% similarity]
vm/mterp/c/OP_INVOKE_VIRTUAL_RANGE.cpp [moved from vm/mterp/c/OP_INVOKE_VIRTUAL_RANGE.c with 100% similarity]
vm/mterp/c/OP_IPUT.cpp [moved from vm/mterp/c/OP_IPUT.c with 100% similarity]
vm/mterp/c/OP_IPUT_BOOLEAN.cpp [moved from vm/mterp/c/OP_IPUT_BOOLEAN.c with 100% similarity]
vm/mterp/c/OP_IPUT_BOOLEAN_JUMBO.cpp [moved from vm/mterp/c/OP_IPUT_BOOLEAN_JUMBO.c with 100% similarity]
vm/mterp/c/OP_IPUT_BYTE.cpp [moved from vm/mterp/c/OP_IPUT_BYTE.c with 100% similarity]
vm/mterp/c/OP_IPUT_BYTE_JUMBO.cpp [moved from vm/mterp/c/OP_IPUT_BYTE_JUMBO.c with 100% similarity]
vm/mterp/c/OP_IPUT_CHAR.cpp [moved from vm/mterp/c/OP_IPUT_CHAR.c with 100% similarity]
vm/mterp/c/OP_IPUT_CHAR_JUMBO.cpp [moved from vm/mterp/c/OP_IPUT_CHAR_JUMBO.c with 100% similarity]
vm/mterp/c/OP_IPUT_JUMBO.cpp [moved from vm/mterp/c/OP_IPUT_JUMBO.c with 100% similarity]
vm/mterp/c/OP_IPUT_OBJECT.cpp [moved from vm/mterp/c/OP_IPUT_OBJECT.c with 100% similarity]
vm/mterp/c/OP_IPUT_OBJECT_JUMBO.cpp [moved from vm/mterp/c/OP_IPUT_OBJECT_JUMBO.c with 100% similarity]
vm/mterp/c/OP_IPUT_OBJECT_QUICK.cpp [moved from vm/mterp/c/OP_IPUT_OBJECT_QUICK.c with 100% similarity]
vm/mterp/c/OP_IPUT_OBJECT_VOLATILE.cpp [moved from vm/mterp/c/OP_IPUT_OBJECT_VOLATILE.c with 100% similarity]
vm/mterp/c/OP_IPUT_OBJECT_VOLATILE_JUMBO.cpp [moved from vm/mterp/c/OP_IPUT_OBJECT_VOLATILE_JUMBO.c with 100% similarity]
vm/mterp/c/OP_IPUT_QUICK.cpp [moved from vm/mterp/c/OP_IPUT_QUICK.c with 100% similarity]
vm/mterp/c/OP_IPUT_SHORT.cpp [moved from vm/mterp/c/OP_IPUT_SHORT.c with 100% similarity]
vm/mterp/c/OP_IPUT_SHORT_JUMBO.cpp [moved from vm/mterp/c/OP_IPUT_SHORT_JUMBO.c with 100% similarity]
vm/mterp/c/OP_IPUT_VOLATILE.cpp [moved from vm/mterp/c/OP_IPUT_VOLATILE.c with 100% similarity]
vm/mterp/c/OP_IPUT_VOLATILE_JUMBO.cpp [moved from vm/mterp/c/OP_IPUT_VOLATILE_JUMBO.c with 100% similarity]
vm/mterp/c/OP_IPUT_WIDE.cpp [moved from vm/mterp/c/OP_IPUT_WIDE.c with 100% similarity]
vm/mterp/c/OP_IPUT_WIDE_JUMBO.cpp [moved from vm/mterp/c/OP_IPUT_WIDE_JUMBO.c with 100% similarity]
vm/mterp/c/OP_IPUT_WIDE_QUICK.cpp [moved from vm/mterp/c/OP_IPUT_WIDE_QUICK.c with 100% similarity]
vm/mterp/c/OP_IPUT_WIDE_VOLATILE.cpp [moved from vm/mterp/c/OP_IPUT_WIDE_VOLATILE.c with 100% similarity]
vm/mterp/c/OP_IPUT_WIDE_VOLATILE_JUMBO.cpp [moved from vm/mterp/c/OP_IPUT_WIDE_VOLATILE_JUMBO.c with 100% similarity]
vm/mterp/c/OP_LONG_TO_DOUBLE.cpp [moved from vm/mterp/c/OP_LONG_TO_DOUBLE.c with 100% similarity]
vm/mterp/c/OP_LONG_TO_FLOAT.cpp [moved from vm/mterp/c/OP_LONG_TO_FLOAT.c with 100% similarity]
vm/mterp/c/OP_LONG_TO_INT.cpp [moved from vm/mterp/c/OP_LONG_TO_INT.c with 100% similarity]
vm/mterp/c/OP_MONITOR_ENTER.cpp [moved from vm/mterp/c/OP_MONITOR_ENTER.c with 100% similarity]
vm/mterp/c/OP_MONITOR_EXIT.cpp [moved from vm/mterp/c/OP_MONITOR_EXIT.c with 100% similarity]
vm/mterp/c/OP_MOVE.cpp [moved from vm/mterp/c/OP_MOVE.c with 100% similarity]
vm/mterp/c/OP_MOVE_16.cpp [moved from vm/mterp/c/OP_MOVE_16.c with 100% similarity]
vm/mterp/c/OP_MOVE_EXCEPTION.cpp [moved from vm/mterp/c/OP_MOVE_EXCEPTION.c with 100% similarity]
vm/mterp/c/OP_MOVE_FROM16.cpp [moved from vm/mterp/c/OP_MOVE_FROM16.c with 100% similarity]
vm/mterp/c/OP_MOVE_OBJECT.c [deleted file]
vm/mterp/c/OP_MOVE_OBJECT.cpp [new file with mode: 0644]
vm/mterp/c/OP_MOVE_OBJECT_16.c [deleted file]
vm/mterp/c/OP_MOVE_OBJECT_16.cpp [new file with mode: 0644]
vm/mterp/c/OP_MOVE_OBJECT_FROM16.c [deleted file]
vm/mterp/c/OP_MOVE_OBJECT_FROM16.cpp [new file with mode: 0644]
vm/mterp/c/OP_MOVE_RESULT.cpp [moved from vm/mterp/c/OP_MOVE_RESULT.c with 100% similarity]
vm/mterp/c/OP_MOVE_RESULT_OBJECT.c [deleted file]
vm/mterp/c/OP_MOVE_RESULT_OBJECT.cpp [new file with mode: 0644]
vm/mterp/c/OP_MOVE_RESULT_WIDE.cpp [moved from vm/mterp/c/OP_MOVE_RESULT_WIDE.c with 100% similarity]
vm/mterp/c/OP_MOVE_WIDE.cpp [moved from vm/mterp/c/OP_MOVE_WIDE.c with 100% similarity]
vm/mterp/c/OP_MOVE_WIDE_16.cpp [moved from vm/mterp/c/OP_MOVE_WIDE_16.c with 100% similarity]
vm/mterp/c/OP_MOVE_WIDE_FROM16.cpp [moved from vm/mterp/c/OP_MOVE_WIDE_FROM16.c with 100% similarity]
vm/mterp/c/OP_MUL_DOUBLE.cpp [moved from vm/mterp/c/OP_MUL_DOUBLE.c with 100% similarity]
vm/mterp/c/OP_MUL_DOUBLE_2ADDR.cpp [moved from vm/mterp/c/OP_MUL_DOUBLE_2ADDR.c with 100% similarity]
vm/mterp/c/OP_MUL_FLOAT.cpp [moved from vm/mterp/c/OP_MUL_FLOAT.c with 100% similarity]
vm/mterp/c/OP_MUL_FLOAT_2ADDR.cpp [moved from vm/mterp/c/OP_MUL_FLOAT_2ADDR.c with 100% similarity]
vm/mterp/c/OP_MUL_INT.cpp [moved from vm/mterp/c/OP_MUL_INT.c with 100% similarity]
vm/mterp/c/OP_MUL_INT_2ADDR.cpp [moved from vm/mterp/c/OP_MUL_INT_2ADDR.c with 100% similarity]
vm/mterp/c/OP_MUL_INT_LIT16.cpp [moved from vm/mterp/c/OP_MUL_INT_LIT16.c with 100% similarity]
vm/mterp/c/OP_MUL_INT_LIT8.cpp [moved from vm/mterp/c/OP_MUL_INT_LIT8.c with 100% similarity]
vm/mterp/c/OP_MUL_LONG.cpp [moved from vm/mterp/c/OP_MUL_LONG.c with 100% similarity]
vm/mterp/c/OP_MUL_LONG_2ADDR.cpp [moved from vm/mterp/c/OP_MUL_LONG_2ADDR.c with 100% similarity]
vm/mterp/c/OP_NEG_DOUBLE.cpp [moved from vm/mterp/c/OP_NEG_DOUBLE.c with 100% similarity]
vm/mterp/c/OP_NEG_FLOAT.cpp [moved from vm/mterp/c/OP_NEG_FLOAT.c with 100% similarity]
vm/mterp/c/OP_NEG_INT.cpp [moved from vm/mterp/c/OP_NEG_INT.c with 100% similarity]
vm/mterp/c/OP_NEG_LONG.cpp [moved from vm/mterp/c/OP_NEG_LONG.c with 100% similarity]
vm/mterp/c/OP_NEW_ARRAY.cpp [moved from vm/mterp/c/OP_NEW_ARRAY.c with 100% similarity]
vm/mterp/c/OP_NEW_ARRAY_JUMBO.cpp [moved from vm/mterp/c/OP_NEW_ARRAY_JUMBO.c with 100% similarity]
vm/mterp/c/OP_NEW_INSTANCE.cpp [moved from vm/mterp/c/OP_NEW_INSTANCE.c with 100% similarity]
vm/mterp/c/OP_NEW_INSTANCE_JUMBO.cpp [moved from vm/mterp/c/OP_NEW_INSTANCE_JUMBO.c with 100% similarity]
vm/mterp/c/OP_NOP.cpp [moved from vm/mterp/c/OP_NOP.c with 100% similarity]
vm/mterp/c/OP_NOT_INT.cpp [moved from vm/mterp/c/OP_NOT_INT.c with 100% similarity]
vm/mterp/c/OP_NOT_LONG.cpp [moved from vm/mterp/c/OP_NOT_LONG.c with 100% similarity]
vm/mterp/c/OP_OR_INT.cpp [moved from vm/mterp/c/OP_OR_INT.c with 100% similarity]
vm/mterp/c/OP_OR_INT_2ADDR.cpp [moved from vm/mterp/c/OP_OR_INT_2ADDR.c with 100% similarity]
vm/mterp/c/OP_OR_INT_LIT16.cpp [moved from vm/mterp/c/OP_OR_INT_LIT16.c with 100% similarity]
vm/mterp/c/OP_OR_INT_LIT8.cpp [moved from vm/mterp/c/OP_OR_INT_LIT8.c with 100% similarity]
vm/mterp/c/OP_OR_LONG.cpp [moved from vm/mterp/c/OP_OR_LONG.c with 100% similarity]
vm/mterp/c/OP_OR_LONG_2ADDR.cpp [moved from vm/mterp/c/OP_OR_LONG_2ADDR.c with 100% similarity]
vm/mterp/c/OP_PACKED_SWITCH.cpp [moved from vm/mterp/c/OP_PACKED_SWITCH.c with 100% similarity]
vm/mterp/c/OP_REM_DOUBLE.cpp [moved from vm/mterp/c/OP_REM_DOUBLE.c with 100% similarity]
vm/mterp/c/OP_REM_DOUBLE_2ADDR.cpp [moved from vm/mterp/c/OP_REM_DOUBLE_2ADDR.c with 100% similarity]
vm/mterp/c/OP_REM_FLOAT.cpp [moved from vm/mterp/c/OP_REM_FLOAT.c with 100% similarity]
vm/mterp/c/OP_REM_FLOAT_2ADDR.cpp [moved from vm/mterp/c/OP_REM_FLOAT_2ADDR.c with 100% similarity]
vm/mterp/c/OP_REM_INT.cpp [moved from vm/mterp/c/OP_REM_INT.c with 100% similarity]
vm/mterp/c/OP_REM_INT_2ADDR.cpp [moved from vm/mterp/c/OP_REM_INT_2ADDR.c with 100% similarity]
vm/mterp/c/OP_REM_INT_LIT16.cpp [moved from vm/mterp/c/OP_REM_INT_LIT16.c with 100% similarity]
vm/mterp/c/OP_REM_INT_LIT8.cpp [moved from vm/mterp/c/OP_REM_INT_LIT8.c with 100% similarity]
vm/mterp/c/OP_REM_LONG.cpp [moved from vm/mterp/c/OP_REM_LONG.c with 100% similarity]
vm/mterp/c/OP_REM_LONG_2ADDR.cpp [moved from vm/mterp/c/OP_REM_LONG_2ADDR.c with 100% similarity]
vm/mterp/c/OP_RETURN.cpp [moved from vm/mterp/c/OP_RETURN.c with 100% similarity]
vm/mterp/c/OP_RETURN_OBJECT.c [deleted file]
vm/mterp/c/OP_RETURN_OBJECT.cpp [new file with mode: 0644]
vm/mterp/c/OP_RETURN_VOID.cpp [moved from vm/mterp/c/OP_RETURN_VOID.c with 100% similarity]
vm/mterp/c/OP_RETURN_VOID_BARRIER.cpp [moved from vm/mterp/c/OP_RETURN_VOID_BARRIER.c with 100% similarity]
vm/mterp/c/OP_RETURN_WIDE.cpp [moved from vm/mterp/c/OP_RETURN_WIDE.c with 100% similarity]
vm/mterp/c/OP_RSUB_INT.cpp [moved from vm/mterp/c/OP_RSUB_INT.c with 100% similarity]
vm/mterp/c/OP_RSUB_INT_LIT8.cpp [moved from vm/mterp/c/OP_RSUB_INT_LIT8.c with 100% similarity]
vm/mterp/c/OP_SGET.cpp [moved from vm/mterp/c/OP_SGET.c with 100% similarity]
vm/mterp/c/OP_SGET_BOOLEAN.cpp [moved from vm/mterp/c/OP_SGET_BOOLEAN.c with 100% similarity]
vm/mterp/c/OP_SGET_BOOLEAN_JUMBO.cpp [moved from vm/mterp/c/OP_SGET_BOOLEAN_JUMBO.c with 100% similarity]
vm/mterp/c/OP_SGET_BYTE.cpp [moved from vm/mterp/c/OP_SGET_BYTE.c with 100% similarity]
vm/mterp/c/OP_SGET_BYTE_JUMBO.cpp [moved from vm/mterp/c/OP_SGET_BYTE_JUMBO.c with 100% similarity]
vm/mterp/c/OP_SGET_CHAR.cpp [moved from vm/mterp/c/OP_SGET_CHAR.c with 100% similarity]
vm/mterp/c/OP_SGET_CHAR_JUMBO.cpp [moved from vm/mterp/c/OP_SGET_CHAR_JUMBO.c with 100% similarity]
vm/mterp/c/OP_SGET_JUMBO.cpp [moved from vm/mterp/c/OP_SGET_JUMBO.c with 100% similarity]
vm/mterp/c/OP_SGET_OBJECT.cpp [moved from vm/mterp/c/OP_SGET_OBJECT.c with 100% similarity]
vm/mterp/c/OP_SGET_OBJECT_JUMBO.cpp [moved from vm/mterp/c/OP_SGET_OBJECT_JUMBO.c with 100% similarity]
vm/mterp/c/OP_SGET_OBJECT_VOLATILE.cpp [moved from vm/mterp/c/OP_SGET_OBJECT_VOLATILE.c with 100% similarity]
vm/mterp/c/OP_SGET_OBJECT_VOLATILE_JUMBO.cpp [moved from vm/mterp/c/OP_SGET_OBJECT_VOLATILE_JUMBO.c with 100% similarity]
vm/mterp/c/OP_SGET_SHORT.cpp [moved from vm/mterp/c/OP_SGET_SHORT.c with 100% similarity]
vm/mterp/c/OP_SGET_SHORT_JUMBO.cpp [moved from vm/mterp/c/OP_SGET_SHORT_JUMBO.c with 100% similarity]
vm/mterp/c/OP_SGET_VOLATILE.cpp [moved from vm/mterp/c/OP_SGET_VOLATILE.c with 100% similarity]
vm/mterp/c/OP_SGET_VOLATILE_JUMBO.cpp [moved from vm/mterp/c/OP_SGET_VOLATILE_JUMBO.c with 100% similarity]
vm/mterp/c/OP_SGET_WIDE.cpp [moved from vm/mterp/c/OP_SGET_WIDE.c with 100% similarity]
vm/mterp/c/OP_SGET_WIDE_JUMBO.cpp [moved from vm/mterp/c/OP_SGET_WIDE_JUMBO.c with 100% similarity]
vm/mterp/c/OP_SGET_WIDE_VOLATILE.cpp [moved from vm/mterp/c/OP_SGET_WIDE_VOLATILE.c with 100% similarity]
vm/mterp/c/OP_SGET_WIDE_VOLATILE_JUMBO.cpp [moved from vm/mterp/c/OP_SGET_WIDE_VOLATILE_JUMBO.c with 100% similarity]
vm/mterp/c/OP_SHL_INT.cpp [moved from vm/mterp/c/OP_SHL_INT.c with 100% similarity]
vm/mterp/c/OP_SHL_INT_2ADDR.cpp [moved from vm/mterp/c/OP_SHL_INT_2ADDR.c with 100% similarity]
vm/mterp/c/OP_SHL_INT_LIT8.cpp [moved from vm/mterp/c/OP_SHL_INT_LIT8.c with 100% similarity]
vm/mterp/c/OP_SHL_LONG.cpp [moved from vm/mterp/c/OP_SHL_LONG.c with 100% similarity]
vm/mterp/c/OP_SHL_LONG_2ADDR.cpp [moved from vm/mterp/c/OP_SHL_LONG_2ADDR.c with 100% similarity]
vm/mterp/c/OP_SHR_INT.cpp [moved from vm/mterp/c/OP_SHR_INT.c with 100% similarity]
vm/mterp/c/OP_SHR_INT_2ADDR.cpp [moved from vm/mterp/c/OP_SHR_INT_2ADDR.c with 100% similarity]
vm/mterp/c/OP_SHR_INT_LIT8.cpp [moved from vm/mterp/c/OP_SHR_INT_LIT8.c with 100% similarity]
vm/mterp/c/OP_SHR_LONG.cpp [moved from vm/mterp/c/OP_SHR_LONG.c with 100% similarity]
vm/mterp/c/OP_SHR_LONG_2ADDR.cpp [moved from vm/mterp/c/OP_SHR_LONG_2ADDR.c with 100% similarity]
vm/mterp/c/OP_SPARSE_SWITCH.cpp [moved from vm/mterp/c/OP_SPARSE_SWITCH.c with 100% similarity]
vm/mterp/c/OP_SPUT.cpp [moved from vm/mterp/c/OP_SPUT.c with 100% similarity]
vm/mterp/c/OP_SPUT_BOOLEAN.cpp [moved from vm/mterp/c/OP_SPUT_BOOLEAN.c with 100% similarity]
vm/mterp/c/OP_SPUT_BOOLEAN_JUMBO.cpp [moved from vm/mterp/c/OP_SPUT_BOOLEAN_JUMBO.c with 100% similarity]
vm/mterp/c/OP_SPUT_BYTE.cpp [moved from vm/mterp/c/OP_SPUT_BYTE.c with 100% similarity]
vm/mterp/c/OP_SPUT_BYTE_JUMBO.cpp [moved from vm/mterp/c/OP_SPUT_BYTE_JUMBO.c with 100% similarity]
vm/mterp/c/OP_SPUT_CHAR.cpp [moved from vm/mterp/c/OP_SPUT_CHAR.c with 100% similarity]
vm/mterp/c/OP_SPUT_CHAR_JUMBO.cpp [moved from vm/mterp/c/OP_SPUT_CHAR_JUMBO.c with 100% similarity]
vm/mterp/c/OP_SPUT_JUMBO.cpp [moved from vm/mterp/c/OP_SPUT_JUMBO.c with 100% similarity]
vm/mterp/c/OP_SPUT_OBJECT.cpp [moved from vm/mterp/c/OP_SPUT_OBJECT.c with 100% similarity]
vm/mterp/c/OP_SPUT_OBJECT_JUMBO.cpp [moved from vm/mterp/c/OP_SPUT_OBJECT_JUMBO.c with 100% similarity]
vm/mterp/c/OP_SPUT_OBJECT_VOLATILE.cpp [moved from vm/mterp/c/OP_SPUT_OBJECT_VOLATILE.c with 100% similarity]
vm/mterp/c/OP_SPUT_OBJECT_VOLATILE_JUMBO.cpp [moved from vm/mterp/c/OP_SPUT_OBJECT_VOLATILE_JUMBO.c with 100% similarity]
vm/mterp/c/OP_SPUT_SHORT.cpp [moved from vm/mterp/c/OP_SPUT_SHORT.c with 100% similarity]
vm/mterp/c/OP_SPUT_SHORT_JUMBO.cpp [moved from vm/mterp/c/OP_SPUT_SHORT_JUMBO.c with 100% similarity]
vm/mterp/c/OP_SPUT_VOLATILE.cpp [moved from vm/mterp/c/OP_SPUT_VOLATILE.c with 100% similarity]
vm/mterp/c/OP_SPUT_VOLATILE_JUMBO.cpp [moved from vm/mterp/c/OP_SPUT_VOLATILE_JUMBO.c with 100% similarity]
vm/mterp/c/OP_SPUT_WIDE.cpp [moved from vm/mterp/c/OP_SPUT_WIDE.c with 100% similarity]
vm/mterp/c/OP_SPUT_WIDE_JUMBO.cpp [moved from vm/mterp/c/OP_SPUT_WIDE_JUMBO.c with 100% similarity]
vm/mterp/c/OP_SPUT_WIDE_VOLATILE.cpp [moved from vm/mterp/c/OP_SPUT_WIDE_VOLATILE.c with 100% similarity]
vm/mterp/c/OP_SPUT_WIDE_VOLATILE_JUMBO.cpp [moved from vm/mterp/c/OP_SPUT_WIDE_VOLATILE_JUMBO.c with 100% similarity]
vm/mterp/c/OP_SUB_DOUBLE.cpp [moved from vm/mterp/c/OP_SUB_DOUBLE.c with 100% similarity]
vm/mterp/c/OP_SUB_DOUBLE_2ADDR.cpp [moved from vm/mterp/c/OP_SUB_DOUBLE_2ADDR.c with 100% similarity]
vm/mterp/c/OP_SUB_FLOAT.cpp [moved from vm/mterp/c/OP_SUB_FLOAT.c with 100% similarity]
vm/mterp/c/OP_SUB_FLOAT_2ADDR.cpp [moved from vm/mterp/c/OP_SUB_FLOAT_2ADDR.c with 100% similarity]
vm/mterp/c/OP_SUB_INT.cpp [moved from vm/mterp/c/OP_SUB_INT.c with 100% similarity]
vm/mterp/c/OP_SUB_INT_2ADDR.cpp [moved from vm/mterp/c/OP_SUB_INT_2ADDR.c with 100% similarity]
vm/mterp/c/OP_SUB_LONG.cpp [moved from vm/mterp/c/OP_SUB_LONG.c with 100% similarity]
vm/mterp/c/OP_SUB_LONG_2ADDR.cpp [moved from vm/mterp/c/OP_SUB_LONG_2ADDR.c with 100% similarity]
vm/mterp/c/OP_THROW.cpp [moved from vm/mterp/c/OP_THROW.c with 100% similarity]
vm/mterp/c/OP_THROW_VERIFICATION_ERROR.cpp [moved from vm/mterp/c/OP_THROW_VERIFICATION_ERROR.c with 100% similarity]
vm/mterp/c/OP_THROW_VERIFICATION_ERROR_JUMBO.cpp [moved from vm/mterp/c/OP_THROW_VERIFICATION_ERROR_JUMBO.c with 100% similarity]
vm/mterp/c/OP_UNUSED_27FF.cpp [moved from vm/mterp/c/OP_UNUSED_27FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_28FF.cpp [moved from vm/mterp/c/OP_UNUSED_28FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_29FF.cpp [moved from vm/mterp/c/OP_UNUSED_29FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_2AFF.cpp [moved from vm/mterp/c/OP_UNUSED_2AFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_2BFF.cpp [moved from vm/mterp/c/OP_UNUSED_2BFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_2CFF.cpp [moved from vm/mterp/c/OP_UNUSED_2CFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_2DFF.cpp [moved from vm/mterp/c/OP_UNUSED_2DFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_2EFF.cpp [moved from vm/mterp/c/OP_UNUSED_2EFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_2FFF.cpp [moved from vm/mterp/c/OP_UNUSED_2FFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_30FF.cpp [moved from vm/mterp/c/OP_UNUSED_30FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_31FF.cpp [moved from vm/mterp/c/OP_UNUSED_31FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_32FF.cpp [moved from vm/mterp/c/OP_UNUSED_32FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_33FF.cpp [moved from vm/mterp/c/OP_UNUSED_33FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_34FF.cpp [moved from vm/mterp/c/OP_UNUSED_34FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_35FF.cpp [moved from vm/mterp/c/OP_UNUSED_35FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_36FF.cpp [moved from vm/mterp/c/OP_UNUSED_36FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_37FF.cpp [moved from vm/mterp/c/OP_UNUSED_37FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_38FF.cpp [moved from vm/mterp/c/OP_UNUSED_38FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_39FF.cpp [moved from vm/mterp/c/OP_UNUSED_39FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_3AFF.cpp [moved from vm/mterp/c/OP_UNUSED_3AFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_3BFF.cpp [moved from vm/mterp/c/OP_UNUSED_3BFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_3CFF.cpp [moved from vm/mterp/c/OP_UNUSED_3CFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_3DFF.cpp [moved from vm/mterp/c/OP_UNUSED_3DFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_3E.cpp [moved from vm/mterp/c/OP_UNUSED_3E.c with 100% similarity]
vm/mterp/c/OP_UNUSED_3EFF.cpp [moved from vm/mterp/c/OP_UNUSED_3EFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_3F.cpp [moved from vm/mterp/c/OP_UNUSED_3F.c with 100% similarity]
vm/mterp/c/OP_UNUSED_3FFF.cpp [moved from vm/mterp/c/OP_UNUSED_3FFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_40.cpp [moved from vm/mterp/c/OP_UNUSED_40.c with 100% similarity]
vm/mterp/c/OP_UNUSED_40FF.cpp [moved from vm/mterp/c/OP_UNUSED_40FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_41.cpp [moved from vm/mterp/c/OP_UNUSED_41.c with 100% similarity]
vm/mterp/c/OP_UNUSED_41FF.cpp [moved from vm/mterp/c/OP_UNUSED_41FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_42.cpp [moved from vm/mterp/c/OP_UNUSED_42.c with 100% similarity]
vm/mterp/c/OP_UNUSED_42FF.cpp [moved from vm/mterp/c/OP_UNUSED_42FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_43.cpp [moved from vm/mterp/c/OP_UNUSED_43.c with 100% similarity]
vm/mterp/c/OP_UNUSED_43FF.cpp [moved from vm/mterp/c/OP_UNUSED_43FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_44FF.cpp [moved from vm/mterp/c/OP_UNUSED_44FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_45FF.cpp [moved from vm/mterp/c/OP_UNUSED_45FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_46FF.cpp [moved from vm/mterp/c/OP_UNUSED_46FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_47FF.cpp [moved from vm/mterp/c/OP_UNUSED_47FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_48FF.cpp [moved from vm/mterp/c/OP_UNUSED_48FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_49FF.cpp [moved from vm/mterp/c/OP_UNUSED_49FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_4AFF.cpp [moved from vm/mterp/c/OP_UNUSED_4AFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_4BFF.cpp [moved from vm/mterp/c/OP_UNUSED_4BFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_4CFF.cpp [moved from vm/mterp/c/OP_UNUSED_4CFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_4DFF.cpp [moved from vm/mterp/c/OP_UNUSED_4DFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_4EFF.cpp [moved from vm/mterp/c/OP_UNUSED_4EFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_4FFF.cpp [moved from vm/mterp/c/OP_UNUSED_4FFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_50FF.cpp [moved from vm/mterp/c/OP_UNUSED_50FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_51FF.cpp [moved from vm/mterp/c/OP_UNUSED_51FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_52FF.cpp [moved from vm/mterp/c/OP_UNUSED_52FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_53FF.cpp [moved from vm/mterp/c/OP_UNUSED_53FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_54FF.cpp [moved from vm/mterp/c/OP_UNUSED_54FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_55FF.cpp [moved from vm/mterp/c/OP_UNUSED_55FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_56FF.cpp [moved from vm/mterp/c/OP_UNUSED_56FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_57FF.cpp [moved from vm/mterp/c/OP_UNUSED_57FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_58FF.cpp [moved from vm/mterp/c/OP_UNUSED_58FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_59FF.cpp [moved from vm/mterp/c/OP_UNUSED_59FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_5AFF.cpp [moved from vm/mterp/c/OP_UNUSED_5AFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_5BFF.cpp [moved from vm/mterp/c/OP_UNUSED_5BFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_5CFF.cpp [moved from vm/mterp/c/OP_UNUSED_5CFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_5DFF.cpp [moved from vm/mterp/c/OP_UNUSED_5DFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_5EFF.cpp [moved from vm/mterp/c/OP_UNUSED_5EFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_5FFF.cpp [moved from vm/mterp/c/OP_UNUSED_5FFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_60FF.cpp [moved from vm/mterp/c/OP_UNUSED_60FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_61FF.cpp [moved from vm/mterp/c/OP_UNUSED_61FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_62FF.cpp [moved from vm/mterp/c/OP_UNUSED_62FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_63FF.cpp [moved from vm/mterp/c/OP_UNUSED_63FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_64FF.cpp [moved from vm/mterp/c/OP_UNUSED_64FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_65FF.cpp [moved from vm/mterp/c/OP_UNUSED_65FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_66FF.cpp [moved from vm/mterp/c/OP_UNUSED_66FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_67FF.cpp [moved from vm/mterp/c/OP_UNUSED_67FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_68FF.cpp [moved from vm/mterp/c/OP_UNUSED_68FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_69FF.cpp [moved from vm/mterp/c/OP_UNUSED_69FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_6AFF.cpp [moved from vm/mterp/c/OP_UNUSED_6AFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_6BFF.cpp [moved from vm/mterp/c/OP_UNUSED_6BFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_6CFF.cpp [moved from vm/mterp/c/OP_UNUSED_6CFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_6DFF.cpp [moved from vm/mterp/c/OP_UNUSED_6DFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_6EFF.cpp [moved from vm/mterp/c/OP_UNUSED_6EFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_6FFF.cpp [moved from vm/mterp/c/OP_UNUSED_6FFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_70FF.cpp [moved from vm/mterp/c/OP_UNUSED_70FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_71FF.cpp [moved from vm/mterp/c/OP_UNUSED_71FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_72FF.cpp [moved from vm/mterp/c/OP_UNUSED_72FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_73.cpp [moved from vm/mterp/c/OP_UNUSED_73.c with 100% similarity]
vm/mterp/c/OP_UNUSED_73FF.cpp [moved from vm/mterp/c/OP_UNUSED_73FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_74FF.cpp [moved from vm/mterp/c/OP_UNUSED_74FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_75FF.cpp [moved from vm/mterp/c/OP_UNUSED_75FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_76FF.cpp [moved from vm/mterp/c/OP_UNUSED_76FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_77FF.cpp [moved from vm/mterp/c/OP_UNUSED_77FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_78FF.cpp [moved from vm/mterp/c/OP_UNUSED_78FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_79.cpp [moved from vm/mterp/c/OP_UNUSED_79.c with 100% similarity]
vm/mterp/c/OP_UNUSED_79FF.cpp [moved from vm/mterp/c/OP_UNUSED_79FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_7A.cpp [moved from vm/mterp/c/OP_UNUSED_7A.c with 100% similarity]
vm/mterp/c/OP_UNUSED_7AFF.cpp [moved from vm/mterp/c/OP_UNUSED_7AFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_7BFF.cpp [moved from vm/mterp/c/OP_UNUSED_7BFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_7CFF.cpp [moved from vm/mterp/c/OP_UNUSED_7CFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_7DFF.cpp [moved from vm/mterp/c/OP_UNUSED_7DFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_7EFF.cpp [moved from vm/mterp/c/OP_UNUSED_7EFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_7FFF.cpp [moved from vm/mterp/c/OP_UNUSED_7FFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_80FF.cpp [moved from vm/mterp/c/OP_UNUSED_80FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_81FF.cpp [moved from vm/mterp/c/OP_UNUSED_81FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_82FF.cpp [moved from vm/mterp/c/OP_UNUSED_82FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_83FF.cpp [moved from vm/mterp/c/OP_UNUSED_83FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_84FF.cpp [moved from vm/mterp/c/OP_UNUSED_84FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_85FF.cpp [moved from vm/mterp/c/OP_UNUSED_85FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_86FF.cpp [moved from vm/mterp/c/OP_UNUSED_86FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_87FF.cpp [moved from vm/mterp/c/OP_UNUSED_87FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_88FF.cpp [moved from vm/mterp/c/OP_UNUSED_88FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_89FF.cpp [moved from vm/mterp/c/OP_UNUSED_89FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_8AFF.cpp [moved from vm/mterp/c/OP_UNUSED_8AFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_8BFF.cpp [moved from vm/mterp/c/OP_UNUSED_8BFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_8CFF.cpp [moved from vm/mterp/c/OP_UNUSED_8CFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_8DFF.cpp [moved from vm/mterp/c/OP_UNUSED_8DFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_8EFF.cpp [moved from vm/mterp/c/OP_UNUSED_8EFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_8FFF.cpp [moved from vm/mterp/c/OP_UNUSED_8FFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_90FF.cpp [moved from vm/mterp/c/OP_UNUSED_90FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_91FF.cpp [moved from vm/mterp/c/OP_UNUSED_91FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_92FF.cpp [moved from vm/mterp/c/OP_UNUSED_92FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_93FF.cpp [moved from vm/mterp/c/OP_UNUSED_93FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_94FF.cpp [moved from vm/mterp/c/OP_UNUSED_94FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_95FF.cpp [moved from vm/mterp/c/OP_UNUSED_95FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_96FF.cpp [moved from vm/mterp/c/OP_UNUSED_96FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_97FF.cpp [moved from vm/mterp/c/OP_UNUSED_97FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_98FF.cpp [moved from vm/mterp/c/OP_UNUSED_98FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_99FF.cpp [moved from vm/mterp/c/OP_UNUSED_99FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_9AFF.cpp [moved from vm/mterp/c/OP_UNUSED_9AFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_9BFF.cpp [moved from vm/mterp/c/OP_UNUSED_9BFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_9CFF.cpp [moved from vm/mterp/c/OP_UNUSED_9CFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_9DFF.cpp [moved from vm/mterp/c/OP_UNUSED_9DFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_9EFF.cpp [moved from vm/mterp/c/OP_UNUSED_9EFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_9FFF.cpp [moved from vm/mterp/c/OP_UNUSED_9FFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_A0FF.cpp [moved from vm/mterp/c/OP_UNUSED_A0FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_A1FF.cpp [moved from vm/mterp/c/OP_UNUSED_A1FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_A2FF.cpp [moved from vm/mterp/c/OP_UNUSED_A2FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_A3FF.cpp [moved from vm/mterp/c/OP_UNUSED_A3FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_A4FF.cpp [moved from vm/mterp/c/OP_UNUSED_A4FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_A5FF.cpp [moved from vm/mterp/c/OP_UNUSED_A5FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_A6FF.cpp [moved from vm/mterp/c/OP_UNUSED_A6FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_A7FF.cpp [moved from vm/mterp/c/OP_UNUSED_A7FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_A8FF.cpp [moved from vm/mterp/c/OP_UNUSED_A8FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_A9FF.cpp [moved from vm/mterp/c/OP_UNUSED_A9FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_AAFF.cpp [moved from vm/mterp/c/OP_UNUSED_AAFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_ABFF.cpp [moved from vm/mterp/c/OP_UNUSED_ABFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_ACFF.cpp [moved from vm/mterp/c/OP_UNUSED_ACFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_ADFF.cpp [moved from vm/mterp/c/OP_UNUSED_ADFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_AEFF.cpp [moved from vm/mterp/c/OP_UNUSED_AEFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_AFFF.cpp [moved from vm/mterp/c/OP_UNUSED_AFFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_B0FF.cpp [moved from vm/mterp/c/OP_UNUSED_B0FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_B1FF.cpp [moved from vm/mterp/c/OP_UNUSED_B1FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_B2FF.cpp [moved from vm/mterp/c/OP_UNUSED_B2FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_B3FF.cpp [moved from vm/mterp/c/OP_UNUSED_B3FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_B4FF.cpp [moved from vm/mterp/c/OP_UNUSED_B4FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_B5FF.cpp [moved from vm/mterp/c/OP_UNUSED_B5FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_B6FF.cpp [moved from vm/mterp/c/OP_UNUSED_B6FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_B7FF.cpp [moved from vm/mterp/c/OP_UNUSED_B7FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_B8FF.cpp [moved from vm/mterp/c/OP_UNUSED_B8FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_B9FF.cpp [moved from vm/mterp/c/OP_UNUSED_B9FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_BAFF.cpp [moved from vm/mterp/c/OP_UNUSED_BAFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_BBFF.cpp [moved from vm/mterp/c/OP_UNUSED_BBFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_BCFF.cpp [moved from vm/mterp/c/OP_UNUSED_BCFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_BDFF.cpp [moved from vm/mterp/c/OP_UNUSED_BDFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_BEFF.cpp [moved from vm/mterp/c/OP_UNUSED_BEFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_BFFF.cpp [moved from vm/mterp/c/OP_UNUSED_BFFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_C0FF.cpp [moved from vm/mterp/c/OP_UNUSED_C0FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_C1FF.cpp [moved from vm/mterp/c/OP_UNUSED_C1FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_C2FF.cpp [moved from vm/mterp/c/OP_UNUSED_C2FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_C3FF.cpp [moved from vm/mterp/c/OP_UNUSED_C3FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_C4FF.cpp [moved from vm/mterp/c/OP_UNUSED_C4FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_C5FF.cpp [moved from vm/mterp/c/OP_UNUSED_C5FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_C6FF.cpp [moved from vm/mterp/c/OP_UNUSED_C6FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_C7FF.cpp [moved from vm/mterp/c/OP_UNUSED_C7FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_C8FF.cpp [moved from vm/mterp/c/OP_UNUSED_C8FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_C9FF.cpp [moved from vm/mterp/c/OP_UNUSED_C9FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_CAFF.cpp [moved from vm/mterp/c/OP_UNUSED_CAFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_CBFF.cpp [moved from vm/mterp/c/OP_UNUSED_CBFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_CCFF.cpp [moved from vm/mterp/c/OP_UNUSED_CCFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_CDFF.cpp [moved from vm/mterp/c/OP_UNUSED_CDFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_CEFF.cpp [moved from vm/mterp/c/OP_UNUSED_CEFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_CFFF.cpp [moved from vm/mterp/c/OP_UNUSED_CFFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_D0FF.cpp [moved from vm/mterp/c/OP_UNUSED_D0FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_D1FF.cpp [moved from vm/mterp/c/OP_UNUSED_D1FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_D2FF.cpp [moved from vm/mterp/c/OP_UNUSED_D2FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_D3FF.cpp [moved from vm/mterp/c/OP_UNUSED_D3FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_D4FF.cpp [moved from vm/mterp/c/OP_UNUSED_D4FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_D5FF.cpp [moved from vm/mterp/c/OP_UNUSED_D5FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_D6FF.cpp [moved from vm/mterp/c/OP_UNUSED_D6FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_D7FF.cpp [moved from vm/mterp/c/OP_UNUSED_D7FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_D8FF.cpp [moved from vm/mterp/c/OP_UNUSED_D8FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_D9FF.cpp [moved from vm/mterp/c/OP_UNUSED_D9FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_DAFF.cpp [moved from vm/mterp/c/OP_UNUSED_DAFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_DBFF.cpp [moved from vm/mterp/c/OP_UNUSED_DBFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_DCFF.cpp [moved from vm/mterp/c/OP_UNUSED_DCFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_DDFF.cpp [moved from vm/mterp/c/OP_UNUSED_DDFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_DEFF.cpp [moved from vm/mterp/c/OP_UNUSED_DEFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_DFFF.cpp [moved from vm/mterp/c/OP_UNUSED_DFFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_E0FF.cpp [moved from vm/mterp/c/OP_UNUSED_E0FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_E1FF.cpp [moved from vm/mterp/c/OP_UNUSED_E1FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_E2FF.cpp [moved from vm/mterp/c/OP_UNUSED_E2FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_E3FF.cpp [moved from vm/mterp/c/OP_UNUSED_E3FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_E4FF.cpp [moved from vm/mterp/c/OP_UNUSED_E4FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_E5FF.cpp [moved from vm/mterp/c/OP_UNUSED_E5FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_E6FF.cpp [moved from vm/mterp/c/OP_UNUSED_E6FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_E7FF.cpp [moved from vm/mterp/c/OP_UNUSED_E7FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_E8FF.cpp [moved from vm/mterp/c/OP_UNUSED_E8FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_E9FF.cpp [moved from vm/mterp/c/OP_UNUSED_E9FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_EAFF.cpp [moved from vm/mterp/c/OP_UNUSED_EAFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_EBFF.cpp [moved from vm/mterp/c/OP_UNUSED_EBFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_ECFF.cpp [moved from vm/mterp/c/OP_UNUSED_ECFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_EDFF.cpp [moved from vm/mterp/c/OP_UNUSED_EDFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_EEFF.cpp [moved from vm/mterp/c/OP_UNUSED_EEFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_EFFF.cpp [moved from vm/mterp/c/OP_UNUSED_EFFF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_F0FF.cpp [moved from vm/mterp/c/OP_UNUSED_F0FF.c with 100% similarity]
vm/mterp/c/OP_UNUSED_F1FF.cpp [moved from vm/mterp/c/OP_UNUSED_F1FF.c with 100% similarity]
vm/mterp/c/OP_USHR_INT.cpp [moved from vm/mterp/c/OP_USHR_INT.c with 100% similarity]
vm/mterp/c/OP_USHR_INT_2ADDR.cpp [moved from vm/mterp/c/OP_USHR_INT_2ADDR.c with 100% similarity]
vm/mterp/c/OP_USHR_INT_LIT8.cpp [moved from vm/mterp/c/OP_USHR_INT_LIT8.c with 100% similarity]
vm/mterp/c/OP_USHR_LONG.cpp [moved from vm/mterp/c/OP_USHR_LONG.c with 100% similarity]
vm/mterp/c/OP_USHR_LONG_2ADDR.cpp [moved from vm/mterp/c/OP_USHR_LONG_2ADDR.c with 100% similarity]
vm/mterp/c/OP_XOR_INT.cpp [moved from vm/mterp/c/OP_XOR_INT.c with 100% similarity]
vm/mterp/c/OP_XOR_INT_2ADDR.cpp [moved from vm/mterp/c/OP_XOR_INT_2ADDR.c with 100% similarity]
vm/mterp/c/OP_XOR_INT_LIT16.cpp [moved from vm/mterp/c/OP_XOR_INT_LIT16.c with 100% similarity]
vm/mterp/c/OP_XOR_INT_LIT8.cpp [moved from vm/mterp/c/OP_XOR_INT_LIT8.c with 100% similarity]
vm/mterp/c/OP_XOR_LONG.cpp [moved from vm/mterp/c/OP_XOR_LONG.c with 100% similarity]
vm/mterp/c/OP_XOR_LONG_2ADDR.cpp [moved from vm/mterp/c/OP_XOR_LONG_2ADDR.c with 100% similarity]
vm/mterp/c/gotoTargets.cpp [moved from vm/mterp/c/gotoTargets.c with 99% similarity]
vm/mterp/c/header.cpp [moved from vm/mterp/c/header.c with 100% similarity]
vm/mterp/c/opcommon.cpp [moved from vm/mterp/c/opcommon.c with 99% similarity]
vm/mterp/config-allstubs
vm/mterp/config-armv5te
vm/mterp/config-armv5te-vfp
vm/mterp/config-armv7-a
vm/mterp/config-armv7-a-neon
vm/mterp/config-portable
vm/mterp/config-x86
vm/mterp/config-x86-atom
vm/mterp/cstubs/enddefs.cpp [moved from vm/mterp/cstubs/enddefs.c with 100% similarity]
vm/mterp/cstubs/entry.cpp [moved from vm/mterp/cstubs/entry.c with 100% similarity]
vm/mterp/cstubs/stubdefs.cpp [moved from vm/mterp/cstubs/stubdefs.c with 97% similarity]
vm/mterp/gen-mterp.py
vm/mterp/out/InterpC-allstubs.cpp [moved from vm/mterp/out/InterpC-allstubs.c with 90% similarity]
vm/mterp/out/InterpC-armv5te-vfp.cpp [moved from vm/mterp/out/InterpC-armv5te-vfp.c with 99% similarity]
vm/mterp/out/InterpC-armv5te.cpp [moved from vm/mterp/out/InterpC-armv5te.c with 99% similarity]
vm/mterp/out/InterpC-armv7-a-neon.cpp [moved from vm/mterp/out/InterpC-armv7-a-neon.c with 99% similarity]
vm/mterp/out/InterpC-armv7-a.cpp [moved from vm/mterp/out/InterpC-armv7-a.c with 99% similarity]
vm/mterp/out/InterpC-portable.cpp [moved from vm/mterp/out/InterpC-portable.c with 90% similarity]
vm/mterp/out/InterpC-x86-atom.cpp [moved from vm/mterp/out/InterpC-x86-atom.c with 98% similarity]
vm/mterp/out/InterpC-x86.cpp [moved from vm/mterp/out/InterpC-x86.c with 98% similarity]
vm/mterp/portable/enddefs.cpp [moved from vm/mterp/portable/enddefs.c with 100% similarity]
vm/mterp/portable/entry.cpp [moved from vm/mterp/portable/entry.c with 100% similarity]
vm/mterp/portable/stubdefs.cpp [moved from vm/mterp/portable/stubdefs.c with 100% similarity]