Searched refs:TargetMaxInstBytes (Results 1 – 2 of 2) sorted by relevance
38 const unsigned TargetMaxInstBytes; variable
45 TargetMaxInstBytes(Ctx.getAsmInfo()->getMaxInstLength(&STI)) { in AMDGPUDisassembler()421 unsigned MaxInstBytesNum = std::min((size_t)TargetMaxInstBytes, Bytes_.size()); in getInstruction()