HomeSort by: relevance | last modified time | path
    Searched defs:concatn (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
lower-subreg.cc 635 PUT_CODE (reg, CONCATN);
647 /* Get a SUBREG of a CONCATN. */
665 gcc_assert (GET_CODE (op) == CONCATN);
680 /* VECTOR_CSTs in debug expressions are expanded into CONCATN instead of
692 /* Wrapper around simplify_gen_subreg which handles CONCATN. */
700 /* We have to handle generating a SUBREG of a SUBREG of a CONCATN.
701 If OP is a SUBREG of a CONCATN, then it must be a simple mode
704 if (GET_CODE (op) == SUBREG && GET_CODE (SUBREG_REG (op)) == CONCATN)
732 if (GET_CODE (op) == CONCATN)
754 return GET_CODE (x) == CONCATN;
884 rtx concatn = copy_rtx (opnd); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
lower-subreg.cc 634 PUT_CODE (reg, CONCATN);
646 /* Get a SUBREG of a CONCATN. */
664 gcc_assert (GET_CODE (op) == CONCATN);
679 /* VECTOR_CSTs in debug expressions are expanded into CONCATN instead of
691 /* Wrapper around simplify_gen_subreg which handles CONCATN. */
699 /* We have to handle generating a SUBREG of a SUBREG of a CONCATN.
700 If OP is a SUBREG of a CONCATN, then it must be a simple mode
703 if (GET_CODE (op) == SUBREG && GET_CODE (SUBREG_REG (op)) == CONCATN)
731 if (GET_CODE (op) == CONCATN)
753 return GET_CODE (x) == CONCATN;
883 rtx concatn = copy_rtx (opnd); local
    [all...]

Completed in 27 milliseconds