Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dt16.decode239 IT 1011 1111 cond_mask:8
H A Dtranslate.c7199 int cond_mask = a->cond_mask; in trans_IT() local
7209 s->condexec_cond = (cond_mask >> 4) & 0xe; in trans_IT()
7210 s->condexec_mask = cond_mask & 0x1f; in trans_IT()
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dtc358767.c332 unsigned int cond_mask, in tc_poll_timeout() argument
339 (val & cond_mask) == cond_value, in tc_poll_timeout()