Searched defs:OPC_INT_BINARY (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | bytecodeInterpreter.cpp | 1151 #undef OPC_INT_BINARY macro 1152 #define OPC_INT_BINARY(opcname, opname, test) \ macro 1178 OPC_INT_BINARY(add, Add, 0); 1179 OPC_INT_BINARY(sub, Sub, 0); 1180 OPC_INT_BINARY(mul, Mul, 0); 1181 OPC_INT_BINARY(and, And, 0); 1182 OPC_INT_BINARY(or, Or, 0); 1183 OPC_INT_BINARY(xor, Xor, 0); 1184 OPC_INT_BINARY(div, Div, 1); 1185 OPC_INT_BINARY(re [all...] |
Completed in 38 milliseconds