Searched refs:IsTbx (Results 1 – 1 of 1) sorted by relevance
388 bool &IsTbx) { in isTblTbxInstruction() argument394 IsTbx = true; in isTblTbxInstruction()401 IsTbx = false; in isTblTbxInstruction()408 IsTbx = true; in isTblTbxInstruction()415 IsTbx = false; in isTblTbxInstruction()790 bool IsTbx; in printInst() local791 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()