Searched refs:ctxstyle (Results 1 – 1 of 1) sorted by relevance
344 int ctxstyle = gprs[5]; in handle_syscall() local346 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()