Home
last modified time | relevance | path

Searched refs:reg_src (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c4596 int reg_src = true_regnum (src); in avr_out_movsi_mr_r_reg_no_disp_tiny() local
4598 if (reg_base == reg_src) in avr_out_movsi_mr_r_reg_no_disp_tiny()
4621 else if (reg_base == reg_src + 2) in avr_out_movsi_mr_r_reg_no_disp_tiny()
4656 int reg_src =true_regnum (src); in avr_out_movsi_mr_r_reg_disp_tiny() local
4658 if (reg_base == reg_src) in avr_out_movsi_mr_r_reg_disp_tiny()
4671 else if (reg_src == reg_base - 2) in avr_out_movsi_mr_r_reg_disp_tiny()
4700 int reg_src = true_regnum (src); in out_movsi_mr_r() local
4732 if (reg_src == REG_X) in out_movsi_mr_r()
4751 else if (reg_base == reg_src + 2) in out_movsi_mr_r()
4816 if (reg_src == REG_X) in out_movsi_mr_r()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.cc4803 int reg_src = true_regnum (src); in avr_out_movsi_mr_r_reg_no_disp_tiny() local
4805 if (reg_base == reg_src) in avr_out_movsi_mr_r_reg_no_disp_tiny()
4828 else if (reg_base == reg_src + 2) in avr_out_movsi_mr_r_reg_no_disp_tiny()
4863 int reg_src =true_regnum (src); in avr_out_movsi_mr_r_reg_disp_tiny() local
4865 if (reg_base == reg_src) in avr_out_movsi_mr_r_reg_disp_tiny()
4878 else if (reg_src == reg_base - 2) in avr_out_movsi_mr_r_reg_disp_tiny()
4907 int reg_src = true_regnum (src); in out_movsi_mr_r() local
4939 if (reg_src == REG_X) in out_movsi_mr_r()
4958 else if (reg_base == reg_src + 2) in out_movsi_mr_r()
5023 if (reg_src == REG_X) in out_movsi_mr_r()
[all …]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Ds12z-opc.c2995 int reg_src = (bb >> 2) & 0x07; in bit_field_decode() local
2996 op = create_register_operand (reg_src); in bit_field_decode()
3005 int reg_src = (byte2 & 0x07); in bit_field_decode() local
3006 op = create_register_operand (reg_src); in bit_field_decode()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Ds12z-opc.c2995 int reg_src = (bb >> 2) & 0x07; in bit_field_decode() local
2996 op = create_register_operand (reg_src); in bit_field_decode()
3005 int reg_src = (byte2 & 0x07); in bit_field_decode() local
3006 op = create_register_operand (reg_src); in bit_field_decode()
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dfrv.cpu5612 name op ope reg_src reg_targ pipe attrs profile comment)
5616 (.str name "$pack $" reg_src ",$" reg_targ)
5617 (+ pack reg_targ op (rs-null) ope reg_src)
5618 (set reg_targ reg_src)
5722 name op ope reg_src reg_targ pipe attrs profile comment)
5726 (.str name "$pack $" reg_src ",$" reg_targ ",$CCi,$cond")
5727 (+ pack reg_targ op (rs-null) CCi cond ope reg_src)
5729 (set reg_targ reg_src))
5773 name op ope reg_src reg_targ unitname comment)
5778 (.str name "$pack $" reg_src ",$" reg_targ)
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dfrv.cpu5612 name op ope reg_src reg_targ pipe attrs profile comment)
5616 (.str name "$pack $" reg_src ",$" reg_targ)
5617 (+ pack reg_targ op (rs-null) ope reg_src)
5618 (set reg_targ reg_src)
5722 name op ope reg_src reg_targ pipe attrs profile comment)
5726 (.str name "$pack $" reg_src ",$" reg_targ ",$CCi,$cond")
5727 (+ pack reg_targ op (rs-null) CCi cond ope reg_src)
5729 (set reg_targ reg_src))
5773 name op ope reg_src reg_targ unitname comment)
5778 (.str name "$pack $" reg_src ",$" reg_targ)
[all …]
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dfrv.cpu5613 name op ope reg_src reg_targ pipe attrs profile comment)
5617 (.str name "$pack $" reg_src ",$" reg_targ)
5618 (+ pack reg_targ op (rs-null) ope reg_src)
5619 (set reg_targ reg_src)
5723 name op ope reg_src reg_targ pipe attrs profile comment)
5727 (.str name "$pack $" reg_src ",$" reg_targ ",$CCi,$cond")
5728 (+ pack reg_targ op (rs-null) CCi cond ope reg_src)
5730 (set reg_targ reg_src))
5774 name op ope reg_src reg_targ unitname comment)
5779 (.str name "$pack $" reg_src ",$" reg_targ)
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20009772 Rename reg_dest to reg_src if that's what it is.