test_byte
void test_byte(u8 d, u8 s);
test_byte(destval, srcval);
test_byte(destval, srcval);
test_byte(destval, srcval);
test_byte(*destreg, srcval);
test_byte(destval, *srcreg);
test_byte(destval, *srcreg);
test_byte(destval, *srcreg);
test_byte(*destreg, *srcreg);
test_byte(M.x86.R_AL, (u8) imm);
VAL_VOID_BYTE_BINARY(test_byte);