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

  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
gcn.cc 5822 int xcode = x ? GET_CODE (x) : 0; local
6052 if (xcode != MEM)
6061 if (xcode != MEM)
6145 if ((xcode != EQ && xcode != NE) || !REG_P (XEXP (x, 0)))
6169 if (xcode == (invert ? NE : EQ))
6179 switch (xcode)
6274 switch (xcode)
6379 if (xcode == REG)
6381 else if (xcode == MEM
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn.cc 7199 rtx_code xcode = x ? GET_CODE (x) : UNKNOWN; local
7417 if (xcode != MEM)
7426 if (xcode != MEM)
7510 if ((xcode != EQ && xcode != NE) || !REG_P (XEXP (x, 0)))
7534 if (xcode == (invert ? NE : EQ))
7544 switch (xcode)
7639 switch (xcode)
7750 if (xcode == REG)
7752 else if (xcode == MEM
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu.c 1089 int xcode = GET_CODE (x);
1119 if (xcode == CONST_INT
1120 || xcode == CONST_DOUBLE || xcode == CONST_VECTOR)
1147 if (xcode == CONST_INT
1148 || xcode == CONST_DOUBLE || xcode == CONST_VECTOR)
1217 if (xcode == CONST_VECTOR)
1220 xcode = GET_CODE (x);
1222 if (xcode == SYMBOL_REF || xcode == LABEL_REF || xcode == CONST
1086 int xcode = GET_CODE (x); local
    [all...]

Completed in 80 milliseconds