Searched refs:sregp (Results 1 – 3 of 3) sorted by relevance
496 const struct cris_spec_reg *sregp in cris_constraint() local501 if (sregp && sregp->reg_size == (unsigned int) -pushsize) in cris_constraint()525 const struct cris_spec_reg *sregp in cris_constraint() local540 if (sregp != NULL) in cris_constraint()678 const struct cris_spec_reg *sregp in bytes_to_skip() local683 if (sregp == NULL) in bytes_to_skip()690 distype == cris_dis_v32 ? 4 : (sregp->reg_size + 1) & ~1; in bytes_to_skip()902 const struct cris_spec_reg *sregp in print_with_operands() local908 if (sregp == NULL) in print_with_operands()916 ? 4 : (sregp->reg_size + 1) & ~1; in print_with_operands()[all …]
2486 const struct cris_spec_reg *sregp; in get_spec_reg() local2495 for (sregp = cris_spec_regs; sregp->name != NULL; sregp++) in get_spec_reg()2499 s2 = sregp->name; in get_spec_reg()2511 && cris_insn_ver_valid_for_arch (sregp->applicable_version, in get_spec_reg()2516 *sregpp = sregp; in get_spec_reg()2544 const struct cris_support_reg *sregp; in get_sup_reg() local2553 for (sregp = cris_support_regs; sregp->name != NULL; sregp++) in get_sup_reg()2557 s2 = sregp->name; in get_sup_reg()2572 *regnop = sregp->number; in get_sup_reg()
551 char *sregp = NULL; in get_putget_operands() local588 sregp = p; in get_putget_operands()589 input_line_pointer = sregp; in get_putget_operands()599 sregp = p; in get_putget_operands()622 regno = get_spec_regno (sregp); in get_putget_operands()