A64_SUB
#define A64_NEG(sf, Rd, Rm) A64_SUB(sf, Rd, A64_ZR, Rm)
emit(A64_SUB(is64, dst, dst, src), ctx);
emit(A64_SUB(is64, dst, dst, tmp), ctx);