Searched defs:firstcond (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c2613 /* Thumb16 only. Given the firstcond and mask fields from an IT
2617 disassembly printing. Returns False if firstcond or mask
2621 conditionalised depend on firstcond and mask:
2639 UInt firstcond, UInt mask )
2641 vassert(firstcond <= 0xF);
2648 if (firstcond == 0xF)
2650 if (firstcond == 0xE && popcount32(mask) != 1)
2651 return False; /* if firstcond is AL then all the rest must be too */
2658 UInt fc = (firstcond << 4) | 1/*in-IT-block*/;
2670 *ch1 = m3 == (firstcond
2635 compute_ITSTATE( UInt* itstate, HChar* ch1, HChar* ch2, HChar* ch3, UInt firstcond, UInt mask ) argument
18338 UInt firstcond = INSN0(7,4); local
[all...]

Completed in 63 milliseconds