Lines Matching defs:ctxstyle
351 int ctxstyle = gprs[5];
353 is_vector = (ctxstyle == UC_FLAVOR_VEC || ctxstyle == UC_FLAVOR64_VEC
354 || ctxstyle == UC_TRAD_VEC || ctxstyle == UC_TRAD64_VEC);
355 is_64 = (ctxstyle == UC_FLAVOR64_VEC || ctxstyle == UC_TRAD64_VEC
356 || ctxstyle == UC_FLAVOR64 || ctxstyle == UC_TRAD64);
360 int ctxstyle = gprs[4];
362 is_vector = (ctxstyle == UC_FLAVOR_VEC || ctxstyle == UC_FLAVOR64_VEC
363 || ctxstyle == UC_TRAD_VEC || ctxstyle == UC_TRAD64_VEC);
364 is_64 = (ctxstyle == UC_FLAVOR64_VEC || ctxstyle == UC_TRAD64_VEC
365 || ctxstyle == UC_FLAVOR64 || ctxstyle == UC_TRAD64);