Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp277 bool &IsTbx) { in isTblTbxInstruction() argument
283 IsTbx = true; in isTblTbxInstruction()
290 IsTbx = false; in isTblTbxInstruction()
297 IsTbx = true; in isTblTbxInstruction()
304 IsTbx = false; in isTblTbxInstruction()
679 bool IsTbx; in printInst() local
680 if (isTblTbxInstruction(MI->getOpcode(), Layout, IsTbx)) { in printInst()
681 O << "\t" << (IsTbx ? "tbx" : "tbl") << Layout << '\t' in printInst()
684 unsigned ListOpNum = IsTbx ? 2 : 1; in printInst()