Lines Matching refs:IsVarLenInst
1966 bool IsVarLenInst) { in populateInstruction() argument
2030 if (IsVarLenInst) { in populateInstruction()
2203 bool IsVarLenInst) { in emitDecodeInstruction() argument
2211 if (IsVarLenInst) { in emitDecodeInstruction()
2233 if (IsVarLenInst) in emitDecodeInstruction()
2266 if (IsVarLenInst) in emitDecodeInstruction()
2323 if (IsVarLenInst) { in emitDecodeInstruction()
2491 bool IsVarLenInst = in run() local
2515 if (!Size && !IsVarLenInst) in run()
2518 if (IsVarLenInst) in run()
2522 Operands, IsVarLenInst)) { in run()
2523 if (IsVarLenInst) { in run()
2545 IsVarLenInst ? MaxInstLen : 8 * Opc.first.second, this); in run()
2572 if (IsVarLenInst) in run()
2581 emitDecodeInstruction(OS, IsVarLenInst); in run()