A64_EOR
emit(A64_EOR(is64, dst, dst, src), ctx);
emit(A64_EOR(is64, dst, dst, tmp), ctx);
emit(A64_EOR(isdw, tmp2, tmp2, src), ctx);
emit(A64_EOR(isdw, tmp2, src, ax), ctx);
emit(A64_EOR(isdw, tmp3, r0, tmp2), ctx);