Lines Matching defs:InstSize
327 DiceTable &Dices, uint64_t &InstSize) {
340 InstSize = DumpDataInCode(bytes, Length, Kind);
343 InstSize++;
2807 uint64_t OpSize, uint64_t InstSize, int TagType,
2937 op_info->Value -= Pc + InstSize;
2975 op_info->Value -= Pc + InstSize;
3003 if (Offset != 0 || (InstSize != 4 && InstSize != 2))
3140 if (Offset != 0 || InstSize != 4)
7680 uint64_t InstSize;
7681 for (uint64_t Index = 0; Index < SectSize; Index += InstSize) {
7686 if (DumpAndSkipDataInCode(PC, Bytes.data() + Index, Dices, InstSize))
7691 if (DisAsm->getInstruction(Inst, InstSize, Bytes.slice(Index), PC,
7705 dumpBytes(ArrayRef(Bytes.data() + Index, InstSize), outs());
7714 InstSize = 1; // skip exactly one illegible byte and move on.
7718 if (InstSize == 0)
7719 InstSize = 1; // skip illegible bytes