Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp742 unsigned firstcond = MI.getOperand(0).getImm(); in getInstruction() local
750 ITBlock.insert(ITBlock.begin(), firstcond); in getInstruction()
752 ITBlock.insert(ITBlock.begin(), firstcond ^ 1); in getInstruction()
755 ITBlock.push_back(firstcond); in getInstruction()
/external/valgrind/VEX/priv/
Dguest_arm_toIR.c2666 UInt firstcond, UInt mask ) in compute_ITSTATE() argument
2668 vassert(firstcond <= 0xF); in compute_ITSTATE()
2675 if (firstcond == 0xF) in compute_ITSTATE()
2677 if (firstcond == 0xE && popcount32(mask) != 1) in compute_ITSTATE()
2685 UInt fc = (firstcond << 4) | 1/*in-IT-block*/; in compute_ITSTATE()
2697 *ch1 = m3 == (firstcond & 1) ? 't' : 'e'; in compute_ITSTATE()
2706 *ch1 = m3 == (firstcond & 1) ? 't' : 'e'; in compute_ITSTATE()
2707 *ch2 = m2 == (firstcond & 1) ? 't' : 'e'; in compute_ITSTATE()
2716 *ch1 = m3 == (firstcond & 1) ? 't' : 'e'; in compute_ITSTATE()
2717 *ch2 = m2 == (firstcond & 1) ? 't' : 'e'; in compute_ITSTATE()
[all …]
/external/vixl/src/aarch32/
Ddisasm-aarch32.cc8330 unsigned firstcond = (instr >> 20) & 0xf; in DecodeT32() local
8333 SetIT(Condition(firstcond), mask); in DecodeT32()
8334 it(Condition(firstcond), mask); in DecodeT32()
8335 if (wasInITBlock || (firstcond == 15) || in DecodeT32()
8336 ((firstcond == al) && in DecodeT32()