Fix inline asm in dscal: mark x, x1 as clobbered. Fixes#2408
The leaq instructions in dscal_kernel_inc_8 modify x and x1 so they
must be declared as input/output constraints, otherwise the compiler
may assume the corresponding registers are not modified.