Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp388 bool &IsTbx) { in isTblTbxInstruction() argument
394 IsTbx = true; in isTblTbxInstruction()
401 IsTbx = false; in isTblTbxInstruction()
408 IsTbx = true; in isTblTbxInstruction()
415 IsTbx = false; in isTblTbxInstruction()
790 bool IsTbx; in printInst() local
791 if (isTblTbxInstruction(MI->getOpcode(), Layout, IsTbx)) { in printInst()
792 O << "\t" << (IsTbx ? "tbx" : "tbl") << Layout << '\t'; in printInst()
796 unsigned ListOpNum = IsTbx ? 2 : 1; in printInst()