They also describe vector registers locations, maybe there's some value in trying to do it here too?
Let me read up the DWARF spec. to get clear about this. Also actually it might be that the use of `.cfi_same_value` in my change is wrong and we should rather use `.cfi_restore register` (or `.cfi_register register1, register2`)....