32-bit AllRegs:
SSE: xmm0-xmm7
AVX: ymm0-ymm7
AVX512: zmm0-zmm7 + k0-k7
64-bit AllRegs:
SSE: xmm0-xmm15
AVX: ymm0-ymm15
AVX512: zmm0-zmm31 + k0-k7
This will fix PR26409
Also removed the ESP/RSP from the AllRegs list, codegen always preserve this register, no need to explicitly save it!
Also fixed dwarf register mapping in 32bit for K0-K7 registers. (I can commit this part separately once it is approved here)