HomeSort by: relevance | last modified time | path
    Searched defs:arg_reg (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
z8k-dis.c 45 unsigned long arg_reg[0x0f]; member in struct:__anon10964
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_RX])
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
z8k-dis.c 45 unsigned long arg_reg[0x0f]; member in struct:__anon12411
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_RX])
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
z8k-dis.c 45 unsigned long arg_reg[0x0f]; member in struct:__anon19089
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_RX])
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
z8k-dis.c 45 unsigned long arg_reg[0x0f]; member in struct:__anon21828
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_RX])
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
rx-tdep.c 691 of the ``arg_reg'' variable to get these other details correct. */
703 int arg_reg = RX_R1_REGNUM; local
754 && arg_reg <= RX_R4_REGNUM - 1)
761 regcache_cooked_write_unsigned (regcache, arg_reg,
766 arg_reg + 1,
771 arg_reg += 2;
792 && arg_reg <= RX_R4_REGNUM)
795 regcache_cooked_write_unsigned (regcache, arg_reg, u);
796 arg_reg += 1;
827 && arg_reg <= RX_R4_REGNU
    [all...]
arc-tdep.c 747 int arg_reg = ARC_FIRST_ARG_REGNUM; local
759 regcache_cooked_write_unsigned (regcache, arg_reg, struct_addr);
762 print_core_address (gdbarch, struct_addr), arg_reg);
764 arg_reg++;
803 while (arg_reg <= ARC_LAST_ARG_REGNUM)
806 data[0], data[1], data[2], data[3], arg_reg);
810 regcache->cooked_write (arg_reg, data);
819 arg_reg++;
msp430-tdep.c 675 int arg_reg = MSP430_R12_REGNUM; local
685 regcache_cooked_write_unsigned (regcache, arg_reg, struct_addr);
686 arg_reg++;
726 && (arg_reg
750 regcache_cooked_write_unsigned (regcache, arg_reg,
755 arg_reg++;
mep-tdep.c 2271 int arg_reg;
2287 arg_reg = MEP_R1_REGNUM;
2294 regcache_cooked_write_unsigned (regcache, arg_reg, struct_addr);
2295 arg_reg++;
2314 if (arg_reg <= MEP_R4_REGNUM)
2316 regcache_cooked_write_unsigned (regcache, arg_reg, value);
2317 arg_reg++;
2262 int arg_reg; local
  /src/external/gpl3/gdb.old/dist/gdb/
rx-tdep.c 691 of the ``arg_reg'' variable to get these other details correct. */
703 int arg_reg = RX_R1_REGNUM; local
754 && arg_reg <= RX_R4_REGNUM - 1)
761 regcache_cooked_write_unsigned (regcache, arg_reg,
766 arg_reg + 1,
771 arg_reg += 2;
792 && arg_reg <= RX_R4_REGNUM)
795 regcache_cooked_write_unsigned (regcache, arg_reg, u);
796 arg_reg += 1;
827 && arg_reg <= RX_R4_REGNU
    [all...]
arc-tdep.c 747 int arg_reg = ARC_FIRST_ARG_REGNUM; local
759 regcache_cooked_write_unsigned (regcache, arg_reg, struct_addr);
762 print_core_address (gdbarch, struct_addr), arg_reg);
764 arg_reg++;
803 while (arg_reg <= ARC_LAST_ARG_REGNUM)
806 data[0], data[1], data[2], data[3], arg_reg);
810 regcache->cooked_write (arg_reg, data);
819 arg_reg++;
msp430-tdep.c 675 int arg_reg = MSP430_R12_REGNUM; local
685 regcache_cooked_write_unsigned (regcache, arg_reg, struct_addr);
686 arg_reg++;
726 && (arg_reg
750 regcache_cooked_write_unsigned (regcache, arg_reg,
755 arg_reg++;
mep-tdep.c 2271 int arg_reg;
2287 arg_reg = MEP_R1_REGNUM;
2294 regcache_cooked_write_unsigned (regcache, arg_reg, struct_addr);
2295 arg_reg++;
2314 if (arg_reg <= MEP_R4_REGNUM)
2316 regcache_cooked_write_unsigned (regcache, arg_reg, value);
2317 arg_reg++;
2262 int arg_reg; local
  /src/external/gpl3/gcc/dist/gcc/
calls.cc 1791 rtx arg_reg = argblock;
1797 arg_reg = XEXP (argblock, 0);
1819 addr = simplify_gen_binary (PLUS, Pmode, arg_reg, offset);
1853 addr = simplify_gen_binary (PLUS, Pmode, arg_reg, slot_offset);
1790 rtx arg_reg = argblock; local
  /src/external/gpl3/gcc/dist/gcc/config/mcore/
mcore.cc 2811 int arg_reg;
2819 arg_reg = ROUND_REG (*get_cumulative_args (cum), arg.mode);
2821 if (arg_reg < NPARM_REGS)
2823 FIRST_PARM_REG + arg_reg);
2803 int arg_reg; local
  /src/external/gpl3/gcc.old/dist/gcc/
calls.cc 1770 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
  /src/external/gpl3/gcc.old/dist/gcc/config/mcore/
mcore.cc 2810 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

Completed in 75 milliseconds