Home
last modified time | relevance | path

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

/openbmc/qemu/target/hppa/
H A Dtranslate.c1065 if (is_tc) { in do_add()
1084 bool is_l, bool is_tsv, bool is_tc, bool is_c) in do_add_reg() argument
1094 is_tsv, is_tc, is_c, a->cf, a->d); in do_add_reg()
1099 bool is_tsv, bool is_tc) in do_add_imm() argument
1115 bool is_tc, unsigned cf, bool d) in do_sub() argument
1161 if (is_tc) { in do_sub()
1178 bool is_tsv, bool is_b, bool is_tc) in do_sub_reg() argument
1187 do_sub(ctx, a->t, tcg_r1, tcg_r2, is_tsv, is_b, is_tc, a->cf, a->d); in do_sub_reg()
1264 TCGv_i64 in2, unsigned cf, bool d, bool is_tc, in do_unit() argument
1281 if (is_tc) { in do_unit()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_ddi.c4406 bool is_tc = intel_phy_is_tc(i915, phy); in intel_ddi_hotplug() local
4454 connector->hotplug_retries < (is_tc ? 5 : 1) && in intel_ddi_hotplug()