Searched refs:arg_reg (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dz8k-dis.c45 unsigned long arg_reg[0x0f]; member in struct:__anon1168
453 instr_data->arg_reg[datum_value] = instr_nibl;
456 instr_data->arg_reg[datum_value] = instr_nibl;
549 instr_data->arg_reg[datum_value]);
554 sprintf (tmp_str, "rr%ld(#0x%lx)", instr_data->arg_reg[datum_value],
557 sprintf (tmp_str, "r%ld(#0x%lx)", instr_data->arg_reg[datum_value],
563 sprintf (tmp_str, "rr%ld(r%ld)", instr_data->arg_reg[datum_value],
564 instr_data->arg_reg[ARG_RX]);
566 sprintf (tmp_str, "r%ld(r%ld)", instr_data->arg_reg[datum_value],
567 instr_data->arg_reg[ARG_R
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dz8k-dis.c45 unsigned long arg_reg[0x0f]; member in struct:__anon2384
453 instr_data->arg_reg[datum_value] = instr_nibl;
456 instr_data->arg_reg[datum_value] = instr_nibl;
549 instr_data->arg_reg[datum_value]);
554 sprintf (tmp_str, "rr%ld(#0x%lx)", instr_data->arg_reg[datum_value],
557 sprintf (tmp_str, "r%ld(#0x%lx)", instr_data->arg_reg[datum_value],
563 sprintf (tmp_str, "rr%ld(r%ld)", instr_data->arg_reg[datum_value],
564 instr_data->arg_reg[ARG_RX]);
566 sprintf (tmp_str, "r%ld(r%ld)", instr_data->arg_reg[datum_value],
567 instr_data->arg_reg[ARG_R
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dz8k-dis.c45 unsigned long arg_reg[0x0f]; member in struct:__anon2327
453 instr_data->arg_reg[datum_value] = instr_nibl;
456 instr_data->arg_reg[datum_value] = instr_nibl;
549 instr_data->arg_reg[datum_value]);
554 sprintf (tmp_str, "rr%ld(#0x%lx)", instr_data->arg_reg[datum_value],
557 sprintf (tmp_str, "r%ld(#0x%lx)", instr_data->arg_reg[datum_value],
563 sprintf (tmp_str, "rr%ld(r%ld)", instr_data->arg_reg[datum_value],
564 instr_data->arg_reg[ARG_RX]);
566 sprintf (tmp_str, "r%ld(r%ld)", instr_data->arg_reg[datum_value],
567 instr_data->arg_reg[ARG_R
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dz8k-dis.c45 unsigned long arg_reg[0x0f]; member in struct:__anon1768
453 instr_data->arg_reg[datum_value] = instr_nibl;
456 instr_data->arg_reg[datum_value] = instr_nibl;
549 instr_data->arg_reg[datum_value]);
554 sprintf (tmp_str, "rr%ld(#0x%lx)", instr_data->arg_reg[datum_value],
557 sprintf (tmp_str, "r%ld(#0x%lx)", instr_data->arg_reg[datum_value],
563 sprintf (tmp_str, "rr%ld(r%ld)", instr_data->arg_reg[datum_value],
564 instr_data->arg_reg[ARG_RX]);
566 sprintf (tmp_str, "r%ld(r%ld)", instr_data->arg_reg[datum_value],
567 instr_data->arg_reg[ARG_R
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Drx-tdep.c687 of the ``arg_reg'' variable to get these other details correct. */
699 int arg_reg = RX_R1_REGNUM; local
750 && arg_reg <= RX_R4_REGNUM - 1)
757 regcache_cooked_write_unsigned (regcache, arg_reg,
762 arg_reg + 1,
767 arg_reg += 2;
788 && arg_reg <= RX_R4_REGNUM)
791 regcache_cooked_write_unsigned (regcache, arg_reg, u);
792 arg_reg += 1;
823 && arg_reg <
[all...]
H A Dmsp430-tdep.c667 int arg_reg = MSP430_R12_REGNUM; local
677 regcache_cooked_write_unsigned (regcache, arg_reg, struct_addr);
678 arg_reg++;
718 && (arg_reg
742 regcache_cooked_write_unsigned (regcache, arg_reg,
747 arg_reg++;
H A Darc-tdep.c740 int arg_reg = ARC_FIRST_ARG_REGNUM; local
752 regcache_cooked_write_unsigned (regcache, arg_reg, struct_addr);
756 print_core_address (gdbarch, struct_addr), arg_reg);
758 arg_reg++;
798 while (arg_reg <= ARC_LAST_ARG_REGNUM)
802 data[0], data[1], data[2], data[3], arg_reg);
806 regcache->cooked_write (arg_reg, data);
815 arg_reg++;
H A Dmep-tdep.c2261 int arg_reg;
2277 arg_reg = MEP_R1_REGNUM;
2284 regcache_cooked_write_unsigned (regcache, arg_reg, struct_addr);
2285 arg_reg++;
2304 if (arg_reg <= MEP_R4_REGNUM)
2306 regcache_cooked_write_unsigned (regcache, arg_reg, value);
2307 arg_reg++;
2252 int arg_reg; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Drx-tdep.c690 of the ``arg_reg'' variable to get these other details correct. */
702 int arg_reg = RX_R1_REGNUM; local
753 && arg_reg <= RX_R4_REGNUM - 1)
760 regcache_cooked_write_unsigned (regcache, arg_reg,
765 arg_reg + 1,
770 arg_reg += 2;
791 && arg_reg <= RX_R4_REGNUM)
794 regcache_cooked_write_unsigned (regcache, arg_reg, u);
795 arg_reg += 1;
826 && arg_reg <
[all...]
H A Dmsp430-tdep.c674 int arg_reg = MSP430_R12_REGNUM; local
684 regcache_cooked_write_unsigned (regcache, arg_reg, struct_addr);
685 arg_reg++;
725 && (arg_reg
749 regcache_cooked_write_unsigned (regcache, arg_reg,
754 arg_reg++;
H A Darc-tdep.c736 int arg_reg = ARC_FIRST_ARG_REGNUM; local
748 regcache_cooked_write_unsigned (regcache, arg_reg, struct_addr);
751 print_core_address (gdbarch, struct_addr), arg_reg);
753 arg_reg++;
792 while (arg_reg <= ARC_LAST_ARG_REGNUM)
795 data[0], data[1], data[2], data[3], arg_reg);
799 regcache->cooked_write (arg_reg, data);
808 arg_reg++;
H A Dmep-tdep.c2268 int arg_reg;
2284 arg_reg = MEP_R1_REGNUM;
2291 regcache_cooked_write_unsigned (regcache, arg_reg, struct_addr);
2292 arg_reg++;
2311 if (arg_reg <= MEP_R4_REGNUM)
2313 regcache_cooked_write_unsigned (regcache, arg_reg, value);
2314 arg_reg++;
2259 int arg_reg; local
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-nds32.c2768 do_pseudo_la_internal (const char *arg_reg, char *arg_label,
2784 md_assemblef ("sethi %s,hi20(%s)", arg_reg, arg_label);
2785 md_assemblef ("ori %s,%s,lo12(%s)", arg_reg, arg_reg, arg_label);
2792 md_assemblef ("add %s,$ta,%s", arg_reg, TLS_REG);
2799 md_assemblef ("add %s,$ta,%s", arg_reg, TLS_REG);
2806 md_assemblef ("add %s,$ta,$gp", arg_reg);
2814 md_assemblef ("lw %s,[$gp+$ta]", arg_reg);
2819 md_assemblef ("addi %s,%s,%d", arg_reg, arg_reg, adden
2762 do_pseudo_la_internal(const char *arg_reg, char *arg_label, const char *line) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-nds32.c2767 do_pseudo_la_internal (const char *arg_reg, char *arg_label,
2783 md_assemblef ("sethi %s,hi20(%s)", arg_reg, arg_label);
2784 md_assemblef ("ori %s,%s,lo12(%s)", arg_reg, arg_reg, arg_label);
2791 md_assemblef ("add %s,$ta,%s", arg_reg, TLS_REG);
2798 md_assemblef ("add %s,$ta,%s", arg_reg, TLS_REG);
2805 md_assemblef ("add %s,$ta,$gp", arg_reg);
2813 md_assemblef ("lw %s,[$gp+$ta]", arg_reg);
2818 md_assemblef ("addi %s,%s,%d", arg_reg, arg_reg, adden
2761 do_pseudo_la_internal(const char *arg_reg, char *arg_label, const char *line) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-nds32.c2768 do_pseudo_la_internal (const char *arg_reg, char *arg_label,
2784 md_assemblef ("sethi %s,hi20(%s)", arg_reg, arg_label);
2785 md_assemblef ("ori %s,%s,lo12(%s)", arg_reg, arg_reg, arg_label);
2792 md_assemblef ("add %s,$ta,%s", arg_reg, TLS_REG);
2799 md_assemblef ("add %s,$ta,%s", arg_reg, TLS_REG);
2806 md_assemblef ("add %s,$ta,$gp", arg_reg);
2814 md_assemblef ("lw %s,[$gp+$ta]", arg_reg);
2819 md_assemblef ("addi %s,%s,%d", arg_reg, arg_reg, adden
2762 do_pseudo_la_internal(const char *arg_reg, char *arg_label, const char *line) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mcore/
H A Dmcore.c2810 int arg_reg;
2818 arg_reg = ROUND_REG (*get_cumulative_args (cum), arg.mode);
2820 if (arg_reg < NPARM_REGS)
2822 FIRST_PARM_REG + arg_reg);
2802 int arg_reg; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mcore/
H A Dmcore.cc2810 int arg_reg;
2818 arg_reg = ROUND_REG (*get_cumulative_args (cum), arg.mode);
2820 if (arg_reg < NPARM_REGS)
2822 FIRST_PARM_REG + arg_reg);
2802 int arg_reg; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcalls.c2764 rtx arg_reg = argblock;
2770 arg_reg = XEXP (argblock, 0);
2792 addr = simplify_gen_binary (PLUS, Pmode, arg_reg, offset);
2826 addr = simplify_gen_binary (PLUS, Pmode, arg_reg, slot_offset);
2763 rtx arg_reg = argblock; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcalls.cc1770 rtx arg_reg = argblock;
1776 arg_reg = XEXP (argblock, 0);
1798 addr = simplify_gen_binary (PLUS, Pmode, arg_reg, offset);
1832 addr = simplify_gen_binary (PLUS, Pmode, arg_reg, slot_offset);
1769 rtx arg_reg = argblock; local

Completed in 510 milliseconds