Describe parameter's value loaded by MIPS ADDiu instruction.
When parameter's value is loaded into a register by mips ADDiu/DADDiu instruction,
it could be described correctly and emitted as DW_AT_GNU_call_site_value.
Test:
-dbg-call-site-param-addiu.mir, dbg-call-site-param-addiu-64bit.mir - confirm correct DW_AT_GNU_call_site_value of call site parameter DIE for parameter which value is loaded by ADDiu/DADDiu instruction.
Nit: >80 cols
There are also some other minor indentation things here, so it might be good to run this patch through git-clang-format.