RSEQ_STORE_LONG
RSEQ_STORE_LONG(var) "%[" __rseq_str(value) "], %[" __rseq_str(var) "]\n\t"
RSEQ_STORE_LONG(var) "%%r17, %[" __rseq_str(var) "]\n\t"
RSEQ_STORE_LONG(var) "%%r17, %[" __rseq_str(var) "]\n\t" \
RSEQ_STORE_LONG(var) "%[" __rseq_str(value) "], %[" __rseq_str(var) "]\n\t" \
#define RSEQ_STORE_INT(arg) RSEQ_STORE_LONG(arg) /* To memory ("m" constraint) */