A64_SUBS_I
#define A64_CMP_I(sf, Rn, imm12) A64_SUBS_I(sf, A64_ZR, Rn, imm12)
emit(A64_SUBS_I(true, r1, r1, 1), ctx);