Searched refs:IsTbx (Results 1 – 1 of 1) sorted by relevance
228 bool &IsTbx) { in isTblTbxInstruction() argument234 IsTbx = true; in isTblTbxInstruction()241 IsTbx = false; in isTblTbxInstruction()248 IsTbx = true; in isTblTbxInstruction()255 IsTbx = false; in isTblTbxInstruction()630 bool IsTbx; in printInst() local631 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()