Searched refs:IsTbx (Results 1 – 1 of 1) sorted by relevance
277 bool &IsTbx) { in isTblTbxInstruction() argument283 IsTbx = true; in isTblTbxInstruction()290 IsTbx = false; in isTblTbxInstruction()297 IsTbx = true; in isTblTbxInstruction()304 IsTbx = false; in isTblTbxInstruction()679 bool IsTbx; in printInst() local680 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()