HomeSort by: relevance | last modified time | path
    Searched refs:plus0 (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32-cost.cc 530 rtx plus0, plus1; local
563 plus0 = XEXP (address, 0);
566 if (REG_P (plus0) && CONST_INT_P (plus1))
568 else if (ARITHMETIC_P (plus0) || ARITHMETIC_P (plus1))
570 else if (REG_P (plus0) && REG_P (plus1))
586 rtx plus0, plus1; local
619 plus0 = XEXP (address, 0);
622 if (REG_P (plus0) && CONST_INT_P (plus1))
631 if (ARITHMETIC_P (plus0) || ARITHMETIC_P (plus1))
633 else if (REG_P (plus0) && REG_P (plus1)
649 rtx plus0, plus1; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32-cost.cc 530 rtx plus0, plus1; local
563 plus0 = XEXP (address, 0);
566 if (REG_P (plus0) && CONST_INT_P (plus1))
568 else if (ARITHMETIC_P (plus0) || ARITHMETIC_P (plus1))
570 else if (REG_P (plus0) && REG_P (plus1))
586 rtx plus0, plus1; local
619 plus0 = XEXP (address, 0);
622 if (REG_P (plus0) && CONST_INT_P (plus1))
631 if (ARITHMETIC_P (plus0) || ARITHMETIC_P (plus1))
633 else if (REG_P (plus0) && REG_P (plus1)
649 rtx plus0, plus1; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/iq2000/
iq2000.cc 457 rtx addr, plus0, plus1;
482 plus0 = XEXP (addr, 0);
484 code0 = GET_CODE (plus0);
505 addr = plus0;
512 addr = plus0;
519 addr = plus0;
841 rtx plus0 = XEXP (addr, 0);
844 if (GET_CODE (plus0) != REG && GET_CODE (plus1) == REG)
845 plus0 = XEXP (addr, 1), plus1 = XEXP (addr, 0);
847 if (GET_CODE (plus0) != REG
452 rtx addr, plus0, plus1; local
833 rtx plus0 = XEXP (addr, 0); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
iq2000.cc 458 rtx addr, plus0, plus1;
483 plus0 = XEXP (addr, 0);
485 code0 = GET_CODE (plus0);
506 addr = plus0;
513 addr = plus0;
520 addr = plus0;
842 rtx plus0 = XEXP (addr, 0);
845 if (GET_CODE (plus0) != REG && GET_CODE (plus1) == REG)
846 plus0 = XEXP (addr, 1), plus1 = XEXP (addr, 0);
848 if (GET_CODE (plus0) != REG
453 rtx addr, plus0, plus1; local
834 rtx plus0 = XEXP (addr, 0); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/arc/
arc.cc 2421 rtx plus0 = XEXP (addr, 0); local
2424 if (GET_CODE (plus0) != REG
2425 && (GET_CODE (plus0) != MULT
2426 || !CONST_INT_P (XEXP (plus0, 1))
2427 || (INTVAL (XEXP (plus0, 1)) != 2
2428 && INTVAL (XEXP (plus0, 1)) != 4)))
2438 : (arc_check_short_reg_p (plus0)
2444 : (arc_check_short_reg_p (plus0)
10673 rtx addr, plus0, plus1;
10707 plus0 = XEXP (addr, 0)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc.cc 2497 rtx plus0 = XEXP (addr, 0); local
2500 if (GET_CODE (plus0) != REG
2501 && (GET_CODE (plus0) != MULT
2502 || !CONST_INT_P (XEXP (plus0, 1))
2503 || (INTVAL (XEXP (plus0, 1)) != 2
2504 && INTVAL (XEXP (plus0, 1)) != 4)))
2514 : (satisfies_constraint_Rcq (plus0)
2520 : (satisfies_constraint_Rcq (plus0)
10899 rtx addr, plus0, plus1;
10933 plus0 = XEXP (addr, 0)
10898 rtx addr, plus0, plus1; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/microblaze/
microblaze.cc 288 rtx addr, plus0, plus1; local
311 plus0 = XEXP (addr, 0);
314 if (GET_CODE (plus0) != REG)
317 if (GET_CODE (plus0) == REG && GET_CODE (plus1) == CONST_INT
322 else if (GET_CODE (plus1) == REG && GET_CODE (plus0) == CONST_INT)
326 else if (GET_CODE (plus0) == REG && GET_CODE (plus1) == REG)
  /src/external/gpl3/gcc.old/dist/gcc/config/microblaze/
microblaze.cc 289 rtx addr, plus0, plus1; local
312 plus0 = XEXP (addr, 0);
315 if (GET_CODE (plus0) != REG)
318 if (GET_CODE (plus0) == REG && GET_CODE (plus1) == CONST_INT
323 else if (GET_CODE (plus1) == REG && GET_CODE (plus0) == CONST_INT)
327 else if (GET_CODE (plus0) == REG && GET_CODE (plus1) == REG)
  /src/external/gpl3/gcc/dist/gcc/config/xtensa/
xtensa.cc 2470 rtx plus0 = XEXP (x, 0);
2473 if (GET_CODE (plus0) != REG && GET_CODE (plus1) == REG)
2475 plus0 = XEXP (x, 1);
2480 if (GET_CODE (plus0) == REG
2489 emit_insn (gen_rtx_SET (temp, gen_rtx_PLUS (Pmode, plus0,
2468 rtx plus0 = XEXP (x, 0); local
  /src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
xtensa.cc 1996 rtx plus0 = XEXP (x, 0);
1999 if (GET_CODE (plus0) != REG && GET_CODE (plus1) == REG)
2001 plus0 = XEXP (x, 1);
2006 if (GET_CODE (plus0) == REG
2015 emit_insn (gen_rtx_SET (temp, gen_rtx_PLUS (Pmode, plus0,
1994 rtx plus0 = XEXP (x, 0); local

Completed in 76 milliseconds