Lines Matching refs:IsVarLenInst
2016 bool IsVarLenInst) { in populateInstruction() argument
2076 if (IsVarLenInst) { in populateInstruction()
2247 bool IsVarLenInst) { in emitDecodeInstruction() argument
2254 if (IsVarLenInst) { in emitDecodeInstruction()
2274 if (IsVarLenInst) in emitDecodeInstruction()
2303 if (IsVarLenInst) in emitDecodeInstruction()
2351 if (IsVarLenInst) { in emitDecodeInstruction()
2562 bool IsVarLenInst = Target.hasVariableLengthEncodings(); in run() local
2582 if (!Size && !IsVarLenInst) in run()
2585 if (IsVarLenInst) in run()
2589 Operands, IsVarLenInst)) { in run()
2590 if (IsVarLenInst) { in run()
2612 IsVarLenInst ? MaxInstLen : 8 * Opc.first.second, this); in run()
2640 if (IsVarLenInst) in run()
2649 emitDecodeInstruction(OS, IsVarLenInst); in run()