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

  /src/external/gpl3/gcc/dist/gcc/
var-tracking.cc 6202 (concat (concat val dstv) dst): dst now holds val; dstv is dst
6205 (concat (concat val dstv) (set dst src)): dst now holds val,
6206 copied from src. dstv is a value-based representation of dst, if
6210 (concat (concat val (set dstv srcv)) (set dst src)): src
6211 copied to dst, holding val. dstv and srcv are value-based
6843 rtx dstv, srcv; local
6852 dstv = SET_DEST (uloc);
6857 dstv = uloc;
6863 dstv = vloc = XEXP (val, 1)
9366 rtx dstv, srcv; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
var-tracking.cc 6217 (concat (concat val dstv) dst): dst now holds val; dstv is dst
6220 (concat (concat val dstv) (set dst src)): dst now holds val,
6221 copied from src. dstv is a value-based representation of dst, if
6225 (concat (concat val (set dstv srcv)) (set dst src)): src
6226 copied to dst, holding val. dstv and srcv are value-based
6858 rtx dstv, srcv; local
6867 dstv = SET_DEST (uloc);
6872 dstv = uloc;
6878 dstv = vloc = XEXP (val, 1)
9383 rtx dstv, srcv; local
    [all...]

Completed in 125 milliseconds