Searched refs:ctxstyle (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Ddarwin-fallback.c344 int ctxstyle = gprs[5]; local
346 is_vector = (ctxstyle == UC_FLAVOR_VEC || ctxstyle == UC_FLAVOR64_VEC
347 || ctxstyle == UC_TRAD_VEC || ctxstyle == UC_TRAD64_VEC);
348 is_64 = (ctxstyle == UC_FLAVOR64_VEC || ctxstyle == UC_TRAD64_VEC
349 || ctxstyle == UC_FLAVOR64 || ctxstyle == UC_TRAD64);

Completed in 97 milliseconds