Searched refs:memidx (Results 1 – 1 of 1) sorted by relevance
123 unsigned memidx = odesc->opnds[0].kind & OpndKind_Mem ? 0 : 1; in encode_aux() local124 unsigned regidx = memidx == 0 ? 1 : 0; in encode_aux()125 memidx += *pargsCount; in encode_aux()128 if (memidx >= COUNTOF(opnds) || regidx >= COUNTOF(opnds)) { in encode_aux()132 if (opnds[memidx].is_mem()) { in encode_aux()133 stream = encodeModRM(stream, opnds, memidx, odesc, prex); in encode_aux()137 modrm.rm = getHWRegIndex(opnds[memidx].reg()); in encode_aux()139 if (opnds[memidx].need_rex() && needs_rex_r(opnds[memidx].reg())) { in encode_aux()