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

  /src/external/gpl3/gcc/dist/gcc/
lra-eliminations.cc 911 rtx plus_src, plus_cst_src;
926 plus_src = plus_cst_src = 0;
934 plus_cst_src = plus_src;
945 plus_cst_src = plus_src;
949 if (plus_cst_src)
951 rtx reg = XEXP (plus_cst_src, 0);
957 plus_cst_src = 0;
960 if (plus_cst_src)
962 rtx reg = XEXP (plus_cst_src, 0);
982 offset = trunc_int_for_mode (offset, GET_MODE (plus_cst_src));
909 rtx plus_src, plus_cst_src; local
    [all...]
reload1.cc 3228 rtx plus_src, plus_cst_src;
3245 plus_src = plus_cst_src = 0;
3253 plus_cst_src = plus_src;
3267 plus_cst_src = XEXP (links, 0);
3275 if (plus_cst_src)
3277 rtx reg = XEXP (plus_cst_src, 0);
3282 plus_cst_src = 0;
3285 if (plus_cst_src)
3287 rtx reg = XEXP (plus_cst_src, 0);
3288 poly_int64 offset = INTVAL (XEXP (plus_cst_src, 1))
3212 rtx plus_src, plus_cst_src; local
3531 rtx plus_src, plus_cst_src; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
lra-eliminations.cc 895 rtx plus_src, plus_cst_src;
910 plus_src = plus_cst_src = 0;
918 plus_cst_src = plus_src;
921 if (plus_cst_src)
923 rtx reg = XEXP (plus_cst_src, 0);
929 plus_cst_src = 0;
932 if (plus_cst_src)
934 rtx reg = XEXP (plus_cst_src, 0);
954 offset = trunc_int_for_mode (offset, GET_MODE (plus_cst_src));
957 if (GET_CODE (XEXP (plus_cst_src, 0)) == SUBREG
893 rtx plus_src, plus_cst_src; local
    [all...]
reload1.cc 3228 rtx plus_src, plus_cst_src;
3245 plus_src = plus_cst_src = 0;
3253 plus_cst_src = plus_src;
3267 plus_cst_src = XEXP (links, 0);
3275 if (plus_cst_src)
3277 rtx reg = XEXP (plus_cst_src, 0);
3282 plus_cst_src = 0;
3285 if (plus_cst_src)
3287 rtx reg = XEXP (plus_cst_src, 0);
3288 poly_int64 offset = INTVAL (XEXP (plus_cst_src, 1))
3212 rtx plus_src, plus_cst_src; local
3531 rtx plus_src, plus_cst_src; local
    [all...]

Completed in 51 milliseconds