Home
last modified time | relevance | path

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

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