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

/external/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp216 bool &IsTbx) {
222 IsTbx = true;
229 IsTbx = false;
236 IsTbx = true;
243 IsTbx = false;
618 bool IsTbx; local
619 if (isTblTbxInstruction(MI->getOpcode(), Layout, IsTbx)) {
620 O << "\t" << (IsTbx ? "tbx" : "tbl") << Layout << '\t'
623 unsigned ListOpNum = IsTbx ? 2 : 1;
215 isTblTbxInstruction(unsigned Opcode, StringRef &Layout, bool &IsTbx) argument

Completed in 1655 milliseconds