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

/freebsd-10.2-release/contrib/gcc/config/rs6000/
H A Ddarwin-fallback.c252 size_t mcsize; member in struct:gcc_ucontext
337 is_vector = (uctx->mcsize == UC_FLAVOR64_VEC_SIZE
338 || uctx->mcsize == UC_FLAVOR_VEC_SIZE);
339 is_64 = (uctx->mcsize == UC_FLAVOR64_VEC_SIZE
340 || uctx->mcsize == UC_FLAVOR64_SIZE);

Completed in 99 milliseconds