Searched refs:ins_tmps (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/config/alpha/
H A Dalpha.c1809 rtx ins_tmps[MAX_MOVE_WORDS];
1817 ins_tmps[i] = gen_reg_rtx(DImode);
1846 emit_insn (gen_insxh (ins_tmps[i], data_regs[i], i64, dreg));
1851 ins_tmps[i-1] = expand_binop (DImode, ior_optab, data_regs[i],
1852 ins_tmps[i-1], ins_tmps[i-1], 1,
1863 st_tmp_2 = expand_binop (DImode, ior_optab, st_tmp_2, ins_tmps[words-1],
1878 data_regs ? ins_tmps[i-1] : const0_rtx);
1803 rtx ins_tmps[MAX_MOVE_WORDS]; local
/haiku-buildtools/gcc/gcc/config/alpha/
H A Dalpha.c3733 rtx ins_tmps[MAX_MOVE_WORDS];
3745 ins_tmps[i] = gen_reg_rtx(DImode);
3773 emit_insn (gen_insqh (ins_tmps[i], data_regs[i], dreg));
3778 ins_tmps[i-1] = expand_binop (DImode, ior_optab, data_regs[i],
3779 ins_tmps[i-1], ins_tmps[i-1], 1,
3790 st_tmp_2 = expand_binop (DImode, ior_optab, st_tmp_2, ins_tmps[words-1],
3806 emit_move_insn (tmp, data_regs ? ins_tmps[i-1] : const0_rtx);
3724 rtx ins_tmps[MAX_MOVE_WORDS]; local

Completed in 116 milliseconds