Currently, unmerging of constants is always done in little endian style,
which is wrong for big endian targets. This change fixes this.
I need some advice how to test this, as no in-tree big endian target uses
G_UNMERGE_VALUES. I discovered this in my m88k backend.