Home | History | Annotate | Download | only in AssemblerX8632

Lines Matching refs:Far

39   TestJ(o, Far, ebx, 0x80000000ul, ecx, 0x1ul, edx);
41 TestJ(no, Far, edx, 0x1ul, edi, 0x1ul, esi);
43 TestJ(b, Far, esi, 0x1ul, eax, 0x80000000ul, ebx);
45 TestJ(ae, Far, ebx, 0x80000000ul, ecx, 0x1ul, edx);
47 TestJ(e, Far, edx, 0x80000000ul, edi, 0x80000000ul, esi);
49 TestJ(ne, Far, esi, 0x80000000ul, eax, 0x1ul, ebx);
51 TestJ(be, Far, ebx, 0x1ul, ecx, 0x80000000ul, edx);
53 TestJ(a, Far, edx, 0x80000000ul, edi, 0x1ul, esi);
55 TestJ(s, Far, esi, 0x1ul, eax, 0x80000000ul, ebx);
57 TestJ(ns, Far, ebx, 0x80000000ul, ecx, 0x1ul, edx);
59 TestJ(p, Far, edx, 0x80000000ul, edi, 0x1ul, esi);
61 TestJ(np, Far, esi, 0x1ul, eax, 0x80000000ul, ebx);
63 TestJ(l, Far, ebx, 0x80000000ul, ecx, 0x1ul, edx);
65 TestJ(ge, Far, edx, 0x1ul, edi, 0x80000000ul, esi);
67 TestJ(le, Far, esi, 0x80000000ul, eax, 0x1ul, ebx);
69 TestJ(g, Far, ebx, 0x1ul, ecx, 0x80000000ul, edx);
228 TestImplAddr(Far);