Searched refs:rexPrefixSize (Results 1 – 6 of 6) sorted by relevance
501 uint32_t rexPrefixSize = (regSize == 8) || ((options & Inst::kOptionRex) != 0); in x86GetMovAbsInstSize64Bit() local505 return segmentPrefixSize + _66hPrefixSize + rexPrefixSize + opCodeByteSize + immediateSize; in x86GetMovAbsInstSize64Bit()