Searched refs:tmp_rtx (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv-sr.c408 rtx tmp_rtx = XVECEXP (callpat, 0, 0); local
410 switch (GET_CODE (tmp_rtx))
413 target_call = tmp_rtx;
418 set_target = XEXP (tmp_rtx, 0);
419 tmp_rtx = XEXP (tmp_rtx, 1);
420 if (GET_CODE (tmp_rtx) != CALL)
422 target_call = tmp_rtx;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv-sr.cc408 rtx tmp_rtx = XVECEXP (callpat, 0, 0); local
410 switch (GET_CODE (tmp_rtx))
413 target_call = tmp_rtx;
418 set_target = XEXP (tmp_rtx, 0);
419 tmp_rtx = XEXP (tmp_rtx, 1);
420 if (GET_CODE (tmp_rtx) != CALL)
422 target_call = tmp_rtx;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcfgrtl.c2198 const rtx_insn *tmp_rtx;
2244 for (tmp_rtx = rtx_first; tmp_rtx != NULL; tmp_rtx = NEXT_INSN (tmp_rtx))
2248 bb = start[INSN_UID (tmp_rtx)];
2256 if (in_bb_p[INSN_UID (tmp_rtx)] == NOT_IN_BB
2257 && !NOTE_P (tmp_rtx)
2258 && !BARRIER_P (tmp_rtx))
2260 else if (in_bb_p[INSN_UID (tmp_rtx)]
2187 const rtx_insn *tmp_rtx; local
[all...]
H A Dprint-rtl.c1142 const rtx_insn *tmp_rtx; local
1159 for (tmp_rtx = as_a <const rtx_insn *> (rtx_first);
1160 tmp_rtx != 0;
1161 tmp_rtx = NEXT_INSN (tmp_rtx))
1164 print_rtx (tmp_rtx);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcfgrtl.cc2198 const rtx_insn *tmp_rtx;
2244 for (tmp_rtx = rtx_first; tmp_rtx != NULL; tmp_rtx = NEXT_INSN (tmp_rtx))
2248 bb = start[INSN_UID (tmp_rtx)];
2256 if (in_bb_p[INSN_UID (tmp_rtx)] == NOT_IN_BB
2257 && !NOTE_P (tmp_rtx)
2258 && !BARRIER_P (tmp_rtx))
2260 else if (in_bb_p[INSN_UID (tmp_rtx)]
2187 const rtx_insn *tmp_rtx; local
[all...]
H A Dprint-rtl.cc1175 const rtx_insn *tmp_rtx;
1192 for (tmp_rtx = as_a <const rtx_insn *> (rtx_first);
1193 tmp_rtx != 0;
1194 tmp_rtx = NEXT_INSN (tmp_rtx))
1197 print_rtx (tmp_rtx);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/iq2000/
H A Diq2000.c2121 rtx tmp_rtx = (rtx)0;
2131 tmp_rtx = gen_rtx_REG (Pmode, IQ2000_TEMP1_REGNUM);
2132 emit_move_insn (tmp_rtx, tsize_rtx);
2133 tsize_rtx = tmp_rtx;
2100 rtx tmp_rtx = (rtx)0; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.cc2121 rtx tmp_rtx = (rtx)0;
2131 tmp_rtx = gen_rtx_REG (Pmode, IQ2000_TEMP1_REGNUM);
2132 emit_move_insn (tmp_rtx, tsize_rtx);
2133 tsize_rtx = tmp_rtx;
2100 rtx tmp_rtx = (rtx)0; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-intrinsic.c111 rtx tmp_rtx = gen_reg_rtx (mode); local
112 convert_move (tmp_rtx, arg, false);
113 return tmp_rtx;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-intrinsic.cc111 rtx tmp_rtx = gen_reg_rtx (mode); local
112 convert_move (tmp_rtx, arg, false);
113 return tmp_rtx;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c865 rtx tmp_rtx; local
951 && ((tmp_rtx = simplify_gen_subreg (insn_op->mode, op[arity],
955 op[arity] = tmp_rtx;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc927 rtx tmp_rtx;
1013 && ((tmp_rtx = simplify_gen_subreg (insn_op->mode, op[arity],
1017 op[arity] = tmp_rtx;

Completed in 358 milliseconds