Lines Matching refs:OPC_INT_BINARY
1151 #undef OPC_INT_BINARY
1152 #define OPC_INT_BINARY(opcname, opname, test) \
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(rem, Rem, 1);