Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp228 bool &IsTbx) { in isTblTbxInstruction() argument
234 IsTbx = true; in isTblTbxInstruction()
241 IsTbx = false; in isTblTbxInstruction()
248 IsTbx = true; in isTblTbxInstruction()
255 IsTbx = false; in isTblTbxInstruction()
630 bool IsTbx; in printInst() local
631 if (isTblTbxInstruction(MI->getOpcode(), Layout, IsTbx)) { in printInst()
632 O << "\t" << (IsTbx ? "tbx" : "tbl") << Layout << '\t' in printInst()
635 unsigned ListOpNum = IsTbx ? 2 : 1; in printInst()