HomeSort by relevance Sort by last modified time
    Searched refs:FirstCond (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 156 bool FirstCond; // Explicit flag for when we're parsing the
    [all...]
  /external/lldb/source/Plugins/Instruction/ARM/
EmulateInstructionARM.cpp 69 unsigned short FirstCond = Bits32(bits7_0, 7, 4);
70 if (FirstCond == 0xF)
73 printf("Encoding error: IT FirstCond '1111'\n");
77 if (FirstCond == 0xE && ITCounter != 1)
80 printf("Encoding error: IT FirstCond '1110' && Mask != '1000'\n");
    [all...]

Completed in 62 milliseconds