Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64InstPrinter.cpp389 bool &IsTbx) { in isTblTbxInstruction() argument
395 IsTbx = true; in isTblTbxInstruction()
402 IsTbx = false; in isTblTbxInstruction()
409 IsTbx = true; in isTblTbxInstruction()
416 IsTbx = false; in isTblTbxInstruction()
791 bool IsTbx; in printInst() local
792 if (isTblTbxInstruction(MI->getOpcode(), Layout, IsTbx)) { in printInst()
793 O << "\t" << (IsTbx ? "tbx" : "tbl") << Layout << '\t'; in printInst()
797 unsigned ListOpNum = IsTbx ? 2 : 1; in printInst()