Home | History | Annotate | Download | only in test

Lines Matching refs:EBX

168         : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\
176 : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\
183 int eax, ebx, ecx, edx, esi, edi, res;
185 ebx = 0x0002;
194 TEST_LEA("(%%ebx)");
201 TEST_LEA("0x40(%%ebx)");
208 TEST_LEA("0x4000(%%ebx)");
215 TEST_LEA("(%%ebx, %%edx)");
222 TEST_LEA("0x4000(%%ebx, %%edx)");
229 TEST_LEA("(,%%ebx, 4)");
233 TEST_LEA("0x40(,%%ebx, 4)");
1312 #define REG_EBX EBX