Searched refs:this_rtx (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dcombine-stack-adj.c169 rtx this_rtx = XVECEXP (tmp, 0, i);
172 if (GET_CODE (this_rtx) == SET
173 && SET_SRC (this_rtx) == SET_DEST (this_rtx))
175 else if (GET_CODE (this_rtx) != CLOBBER
176 && GET_CODE (this_rtx) != USE)
168 rtx this_rtx = XVECEXP (tmp, 0, i); local
H A Dpostreload.c316 rtx this_rtx = l->loc; local
319 if (CONSTANT_P (this_rtx) && ! references_value_p (this_rtx, 0))
326 if (!CONST_SCALAR_INT_P (this_rtx))
332 result = wide_int::from (std::make_pair (this_rtx,
337 result = wide_int::from (std::make_pair (this_rtx,
344 this_rtx = immed_wide_int_const (result, word_mode);
347 this_cost = set_src_cost (this_rtx, speed);
349 else if (REG_P (this_rtx))
354 this_rtx
[all...]
H A Dcprop.c1211 rtx this_rtx = l->loc;
1214 if (cprop_constant_p (this_rtx))
1215 newcnst = this_rtx;
1216 if (REG_P (this_rtx) && REGNO (this_rtx) >= FIRST_PSEUDO_REGISTER
1224 newreg = this_rtx;
1205 rtx this_rtx = l->loc; local
H A Dreg-stack.c725 rtx *note_link, this_rtx;
728 for (this_rtx = *note_link; this_rtx; this_rtx = XEXP (this_rtx, 1))
729 if (REG_NOTE_KIND (this_rtx) == note
730 && REG_P (XEXP (this_rtx, 0)) && REGNO (XEXP (this_rtx, 0)) == regno)
732 *note_link = XEXP (this_rtx, 1);
736 note_link = &XEXP (this_rtx,
717 rtx *note_link, this_rtx; local
[all...]
/haiku-buildtools/gcc/gcc/config/microblaze/
H A Dmicroblaze.c3202 rtx this_rtx, funexp; local
3214 this_rtx = gen_rtx_REG (Pmode, (MB_ABI_FIRST_ARG_REGNUM + 1));
3216 this_rtx = gen_rtx_REG (Pmode, MB_ABI_FIRST_ARG_REGNUM);
3220 emit_insn (gen_addsi3 (this_rtx, this_rtx, GEN_INT (delta)));
3228 emit_move_insn (temp1, gen_rtx_MEM (Pmode, this_rtx));
3233 emit_insn (gen_addsi3 (this_rtx, this_rtx, temp1));
/haiku-buildtools/gcc/gcc/config/tilegx/
H A Dtilegx.c4963 rtx this_rtx, funexp, addend;
4975 this_rtx = gen_rtx_REG (Pmode, 1);
4977 this_rtx = gen_rtx_REG (Pmode, 0);
4989 emit_insn (gen_addsi3 (this_rtx, this_rtx, addend));
4991 emit_insn (gen_adddi3 (this_rtx, this_rtx, addend));
4999 emit_move_insn (tmp, gen_rtx_MEM (Pmode, this_rtx));
5017 emit_insn (gen_addsi3 (this_rtx, this_rtx, tm
4952 rtx this_rtx, funexp, addend; local
[all...]
/haiku-buildtools/gcc/gcc/config/nios2/
H A Dnios2.c3364 rtx this_rtx, funexp;
3379 this_rtx = gen_rtx_REG (Pmode, FIRST_ARG_REGNO + 1);
3381 this_rtx = gen_rtx_REG (Pmode, FIRST_ARG_REGNO);
3384 nios2_emit_add_constant (this_rtx, delta);
3392 emit_move_insn (tmp, gen_rtx_MEM (Pmode, this_rtx));
3395 emit_insn (gen_add2_insn (this_rtx, tmp));
3353 rtx this_rtx, funexp; local
/haiku-buildtools/gcc/gcc/config/tilepro/
H A Dtilepro.c4418 rtx this_rtx, funexp;
4430 this_rtx = gen_rtx_REG (Pmode, 1);
4432 this_rtx = gen_rtx_REG (Pmode, 0);
4435 emit_insn (gen_addsi3 (this_rtx, this_rtx, GEN_INT (delta)));
4443 emit_move_insn (tmp, gen_rtx_MEM (Pmode, this_rtx));
4449 emit_insn (gen_addsi3 (this_rtx, this_rtx, tmp));
4407 rtx this_rtx, funexp; local
/haiku-buildtools/gcc/gcc/config/alpha/
H A Dalpha.c8478 rtx this_rtx, funexp;
8488 this_rtx = gen_rtx_REG (Pmode, 17);
8490 this_rtx = gen_rtx_REG (Pmode, 16);
8499 emit_insn (gen_adddi3 (this_rtx, this_rtx, GEN_INT (hi)));
8501 emit_insn (gen_adddi3 (this_rtx, this_rtx, GEN_INT (lo)));
8507 emit_insn (gen_adddi3 (this_rtx, this_rtx, tmp));
8516 emit_move_insn (tmp, gen_rtx_MEM (Pmode, this_rtx));
8460 rtx this_rtx, funexp; local
[all...]
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Daarch64.c2867 rtx this_rtx = gen_rtx_REG (Pmode, regnum); local
2876 emit_insn (gen_add3_insn (this_rtx, this_rtx, scratch_rtx));
2885 emit_insn (gen_rtx_SET (Pmode, this_rtx,
2886 gen_rtx_MINUS (Pmode, this_rtx, shift)));
2888 emit_insn (gen_rtx_SET (Pmode, this_rtx,
2889 gen_rtx_PLUS (Pmode, this_rtx, shift)));
2894 emit_insn (gen_rtx_SET (Pmode, this_rtx,
2895 gen_rtx_PLUS (Pmode, this_rtx, scratch_rtx)));
2913 rtx this_rtx, temp local
[all...]
/haiku-buildtools/gcc/gcc/config/ia64/
H A Dia64.c10841 rtx this_rtx, funexp;
10871 this_rtx = gen_rtx_REG (Pmode, this_regno);
10881 emit_insn (gen_ptr_extend_plus_imm (this_rtx, tmp, delta_rtx));
10885 emit_insn (gen_ptr_extend (this_rtx, tmp));
10895 emit_insn (gen_adddi3 (this_rtx, this_rtx, delta_rtx));
10908 emit_move_insn (t, gen_rtx_MEM (ptr_mode, this_rtx));
10918 emit_move_insn (tmp, gen_rtx_MEM (Pmode, this_rtx));
10936 emit_insn (gen_adddi3 (this_rtx, this_rtx, tm
10817 rtx this_rtx, funexp; local
[all...]
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.c11335 rtx this_rtx, funexp;
11374 this_rtx = gen_rtx_REG (Pmode, int_arg_first + 1);
11376 this_rtx = gen_rtx_REG (Pmode, int_arg_first);
11392 emit_insn (gen_add2_insn (this_rtx, delta_rtx));
11404 emit_move_insn (scratch, gen_rtx_MEM (Pmode, this_rtx));
11444 emit_insn (gen_add2_insn (this_rtx, scratch));
11309 rtx this_rtx, funexp; local
/haiku-buildtools/gcc/gcc/config/c6x/
H A Dc6x.c814 rtx this_rtx = gen_rtx_REG (Pmode, REG_A4);
830 xops[1] = this_rtx;
888 xops[2] = this_rtx;
806 rtx this_rtx = gen_rtx_REG (Pmode, REG_A4); local
/haiku-buildtools/gcc/gcc/config/bfin/
H A Dbfin.c4992 rtx this_rtx = gen_rtx_REG (Pmode, REG_R0);
4997 xops[1] = this_rtx;
5041 xops[2] = this_rtx;
4971 rtx this_rtx = gen_rtx_REG (Pmode, REG_R0); local
/haiku-buildtools/gcc/gcc/config/mips/
H A Dmips.c17025 rtx this_rtx, temp1, temp2, fnaddr;
17062 this_rtx = gen_rtx_REG (Pmode, GP_ARG_FIRST + 1);
17064 this_rtx = gen_rtx_REG (Pmode, GP_ARG_FIRST);
17075 emit_insn (gen_add3_insn (this_rtx, this_rtx, offset));
17084 mips_emit_move (temp1, gen_rtx_MEM (Pmode, this_rtx));
17091 emit_insn (gen_add3_insn (this_rtx, this_rtx, temp1));
16951 rtx this_rtx, temp1, temp2, fnaddr; local
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c25987 rtx this_rtx, funexp;
25999 this_rtx = gen_rtx_REG (Pmode, 4);
26001 this_rtx = gen_rtx_REG (Pmode, 3);
26005 emit_insn (gen_add3_insn (this_rtx, this_rtx, GEN_INT (delta)));
26013 emit_move_insn (tmp, gen_rtx_MEM (Pmode, this_rtx));
26025 emit_insn (gen_add3_insn (this_rtx, this_rtx, tmp));
25946 rtx this_rtx, funexp; local
[all...]

Completed in 783 milliseconds