Home
last modified time | relevance | path

Searched refs:UC_FLAVOR64_VEC (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libgcc/config/rs6000/
Ddarwin-fallback.c247 #define UC_FLAVOR64_VEC 45 macro
353 is_vector = (ctxstyle == UC_FLAVOR_VEC || ctxstyle == UC_FLAVOR64_VEC in handle_syscall()
355 is_64 = (ctxstyle == UC_FLAVOR64_VEC || ctxstyle == UC_TRAD64_VEC in handle_syscall()
362 is_vector = (ctxstyle == UC_FLAVOR_VEC || ctxstyle == UC_FLAVOR64_VEC in handle_syscall()
364 is_64 = (ctxstyle == UC_FLAVOR64_VEC || ctxstyle == UC_TRAD64_VEC in handle_syscall()