Home
last modified time | relevance | path

Searched refs:sregp (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dcris-dis.c496 const struct cris_spec_reg *sregp in cris_constraint() local
501 if (sregp && sregp->reg_size == (unsigned int) -pushsize) in cris_constraint()
525 const struct cris_spec_reg *sregp in cris_constraint() local
540 if (sregp != NULL) in cris_constraint()
678 const struct cris_spec_reg *sregp in bytes_to_skip() local
683 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() local
908 if (sregp == NULL) in print_with_operands()
916 ? 4 : (sregp->reg_size + 1) & ~1; in print_with_operands()
[all …]
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-cris.c2486 const struct cris_spec_reg *sregp; in get_spec_reg() local
2495 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() local
2553 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()
Dtc-mmix.c551 char *sregp = NULL; in get_putget_operands() local
588 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()