Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Ddarwin-fallback.c344 int ctxstyle = gprs[5]; in handle_syscall() local
346 is_vector = (ctxstyle == UC_FLAVOR_VEC || ctxstyle == UC_FLAVOR64_VEC in handle_syscall()
347 || ctxstyle == UC_TRAD_VEC || ctxstyle == UC_TRAD64_VEC); in handle_syscall()
348 is_64 = (ctxstyle == UC_FLAVOR64_VEC || ctxstyle == UC_TRAD64_VEC in handle_syscall()
349 || ctxstyle == UC_FLAVOR64 || ctxstyle == UC_TRAD64); in handle_syscall()