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

  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
darwin-fallback.c 351 int ctxstyle = gprs[5]; local
353 is_vector = (ctxstyle == UC_FLAVOR_VEC || ctxstyle == UC_FLAVOR64_VEC
354 || ctxstyle == UC_TRAD_VEC || ctxstyle == UC_TRAD64_VEC);
355 is_64 = (ctxstyle == UC_FLAVOR64_VEC || ctxstyle == UC_TRAD64_VEC
356 || ctxstyle == UC_FLAVOR64 || ctxstyle == UC_TRAD64);
360 int ctxstyle = gprs[4] local
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
darwin-fallback.c 351 int ctxstyle = gprs[5]; local
353 is_vector = (ctxstyle == UC_FLAVOR_VEC || ctxstyle == UC_FLAVOR64_VEC
354 || ctxstyle == UC_TRAD_VEC || ctxstyle == UC_TRAD64_VEC);
355 is_64 = (ctxstyle == UC_FLAVOR64_VEC || ctxstyle == UC_TRAD64_VEC
356 || ctxstyle == UC_FLAVOR64 || ctxstyle == UC_TRAD64);
360 int ctxstyle = gprs[4] local
    [all...]

Completed in 15 milliseconds