MOPS_LOAD        2205 core/Interpreter.cpp 				MOPS_LOAD(i1, int8_t, lix8, i32l);	// i32l = result
MOPS_LOAD        2212 core/Interpreter.cpp 				MOPS_LOAD(i1, int16_t, lix16, i32l);	// i32l = result
MOPS_LOAD        2220 core/Interpreter.cpp 				MOPS_LOAD(i1, uint8_t, liz8, ub2);	// ub2 = result
MOPS_LOAD        2227 core/Interpreter.cpp 				MOPS_LOAD(i1, uint16_t, liz16, uh2l);	// uh2l = result
MOPS_LOAD        2234 core/Interpreter.cpp 				MOPS_LOAD(i1, int32_t, li32, i32l);	// i32l = result
MOPS_LOAD        2241 core/Interpreter.cpp 				MOPS_LOAD(i1, float, lf32, f2l);		// f2l = result
MOPS_LOAD        2248 core/Interpreter.cpp 				MOPS_LOAD(i1, double, lf64, d2l);		// d2l = addr