Home | History | Annotate | Download | only in AssemblerX8632

Lines Matching refs:TestLeaIndex32bitDisp

143 #define TestLeaIndex32bitDisp(Index, IndexValue, Disp, Dst0, Dst1, Dst2, Dst3) \
244 TestLeaIndex32bitDisp(eax, 0x2000u, Disp, ebx, ecx, edx, esi);
245 TestLeaIndex32bitDisp(ebx, 0x4000u, Disp, ecx, edx, esi, edi);
246 TestLeaIndex32bitDisp(ecx, 0x6000u, Disp, edx, esi, edi, eax);
247 TestLeaIndex32bitDisp(edx, 0x8000u, Disp, esi, edi, eax, ebx);
248 TestLeaIndex32bitDisp(esi, 0xA000u, Disp, edi, eax, ebx, ecx);
249 TestLeaIndex32bitDisp(edi, 0xC000u, Disp, eax, ebx, ecx, edx);