Currently, host cpu name is determined by uarch line which is read from
/proc/cpuinfo. But since qemu's cpuinfo doesn't have an uarch line,
getHostCPUNameForRISCV would just return "generic".
This patch adds rv32 or rv64 suffix to "generic" string to avoid issues
like can't recognize "generic" cpu name.