Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c2639 UInt firstcond, UInt mask ) in compute_ITSTATE() argument
2641 vassert(firstcond <= 0xF); in compute_ITSTATE()
2648 if (firstcond == 0xF) in compute_ITSTATE()
2650 if (firstcond == 0xE && popcount32(mask) != 1) in compute_ITSTATE()
2658 UInt fc = (firstcond << 4) | 1/*in-IT-block*/; in compute_ITSTATE()
2670 *ch1 = m3 == (firstcond & 1) ? 't' : 'e'; in compute_ITSTATE()
2679 *ch1 = m3 == (firstcond & 1) ? 't' : 'e'; in compute_ITSTATE()
2680 *ch2 = m2 == (firstcond & 1) ? 't' : 'e'; in compute_ITSTATE()
2689 *ch1 = m3 == (firstcond & 1) ? 't' : 'e'; in compute_ITSTATE()
2690 *ch2 = m2 == (firstcond & 1) ? 't' : 'e'; in compute_ITSTATE()
[all …]