Lines Matching defs:riscv_gpr_names
68 const char (*riscv_gpr_names)[NRC];
83 pd->riscv_gpr_names = riscv_gpr_names_abi;
100 pd->riscv_gpr_names = riscv_gpr_names_numeric;
229 bool numeric = pd->riscv_gpr_names == riscv_gpr_names_numeric;
233 "%s", pd->riscv_gpr_names[X_RA]);
239 "%s", pd->riscv_gpr_names[X_S0]);
245 "%s", pd->riscv_gpr_names[X_S0]);
248 "%s", pd->riscv_gpr_names[X_S1]);
255 "%s", pd->riscv_gpr_names[r_start]);
258 "%s", pd->riscv_gpr_names[X_S11]);
264 "%s", pd->riscv_gpr_names[X_S2]);
270 "%s", pd->riscv_gpr_names[r_start]);
273 "%s", pd->riscv_gpr_names[reg_list + 11]);
325 pd->riscv_gpr_names[EXTRACT_OPERAND (CRS1S, l) + 8]);
330 pd->riscv_gpr_names[EXTRACT_OPERAND (CRS2S, l) + 8]);
334 "%s", pd->riscv_gpr_names[rd]);
338 pd->riscv_gpr_names[X_SP]);
342 pd->riscv_gpr_names[EXTRACT_OPERAND (CRS2, l)]);
428 pd->riscv_gpr_names[0]);
518 pd->riscv_gpr_names[EXTRACT_OPERAND (RS3, l)]);
525 pd->riscv_gpr_names[rs1]);
530 pd->riscv_gpr_names[EXTRACT_OPERAND (RS2, l)]);
591 pd->riscv_gpr_names[rd]);
601 pd->riscv_gpr_names[0]);
725 pd->riscv_gpr_names[riscv_zcmp_get_sregno (EXTRACT_OPERAND (SREG1, l))]);
729 pd->riscv_gpr_names[riscv_zcmp_get_sregno (EXTRACT_OPERAND (SREG2, l))]);
1000 pd->riscv_fpr_names = pd->riscv_gpr_names;
1002 pd->riscv_fpr_names = pd->riscv_gpr_names == riscv_gpr_names_abi ?
1475 pd->riscv_gpr_names = NULL;
1524 else if (((struct riscv_private_data *) info->private_data)->riscv_gpr_names == NULL)