Searched refs:IsTbx (Results 1 – 1 of 1) sorted by relevance
216 bool &IsTbx) { in isTblTbxInstruction() argument222 IsTbx = true; in isTblTbxInstruction()229 IsTbx = false; in isTblTbxInstruction()236 IsTbx = true; in isTblTbxInstruction()243 IsTbx = false; in isTblTbxInstruction()618 bool IsTbx; in printInst() local619 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()