test_long
void test_long(u32 d, u32 s);
test_long(destval, srcval);
test_long(destval, srcval);
test_long(destval, srcval);
test_long(*destreg, srcval);
test_long(destval, *srcreg);
test_long(destval, *srcreg);
test_long(destval, *srcreg);
test_long(*destreg, *srcreg);
test_long(M.x86.R_EAX, srcval);
VAL_VOID_LONG_BINARY(test_long);