[PATCH] LoongArch: Add fcsr register names support
mengqinggang
mengqinggang@loongson.cn
Wed Jun 14 07:07:26 GMT 2023
Because there are only fcsr0-fcsr3, whether fc_htab just append r0-r3?
Any general register bigger than r3 is invalid?
在 2023/6/12 下午4:36, Feiyang Chen 写道:
> + /* Add general purpose registers for backward compatibility. */
> + for (i = 0; i < ARRAY_SIZE (loongarch_r_normal_name); i++)
> + str_hash_insert (fc_htab, loongarch_r_normal_name[i], (void *) (i + 1),
> + 0);
More information about the Binutils
mailing list