/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/ |
H A D | call.s | 150 movl %eax, %edx 151 dec %edx 152 shl $2, %edx 155 movl 0(%edx), %ecx 156 sub $4, %edx 161 movl 8(%ebp), %edx 162 movl 0(%edx), %edx 166 add %eax, %edx 167 movl 0(%edx), %edx 169 call *%edx [all …]
|
/trunk/main/bridges/source/cpp_uno/mingw_intel/ |
H A D | call.s | 35 pushl %edx # 32bit nVtableOffset 54 pushl %edx # 32bit nVtableOffset 73 pushl %edx # 32bit nVtableOffset 77 movl 20(%esp),%edx # 64bit returnValue, upper half 94 pushl %edx # 32bit nVtableOffset 114 pushl %edx # 32bit nVtableOffset 134 pushl %edx # 32bit nVtableOffset
|
H A D | uno2cpp.cxx | 79 volatile long edx = 0, eax = 0; // for register returns in callVirtualMethod() local 109 "m"(nVtableIndex), "m"(eax), "m"(edx), "m"(stackptr) in callVirtualMethod() 117 ((long*)pRegisterReturn)[1] = edx; in callVirtualMethod() 149 ((long*)pRegisterReturn)[1] = edx; in callVirtualMethod()
|
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_intel/ |
H A D | call.s | 37 pushl %edx # 32bit nVtableOffset 58 pushl %edx # 32bit nVtableOffset 79 pushl %edx # 32bit nVtableOffset 83 movl 20(%esp),%edx # 64bit returnValue, upper half 102 pushl %edx # 32bit nVtableOffset 124 pushl %edx # 32bit nVtableOffset 146 pushl %edx # 32bit nVtableOffset
|
H A D | uno2cpp.cxx | 88 volatile long edx = 0, eax = 0; // for register returns in callVirtualMethod() local 125 "m"(nVtableIndex), "m"(eax), "m"(edx), "m"(stackptr) in callVirtualMethod() 131 ((long*)pRegisterReturn)[1] = edx; in callVirtualMethod()
|
/trunk/main/bridges/source/cpp_uno/gcc3_linux_intel/ |
H A D | call.s | 37 pushl %edx # 32bit nVtableOffset 58 pushl %edx # 32bit nVtableOffset 79 pushl %edx # 32bit nVtableOffset 83 movl 20(%esp),%edx # 64bit returnValue, upper half 102 pushl %edx # 32bit nVtableOffset 124 pushl %edx # 32bit nVtableOffset 146 pushl %edx # 32bit nVtableOffset
|
H A D | uno2cpp.cxx | 83 volatile long edx = 0, eax = 0; // for register returns in callVirtualMethod() local 120 "m"(nVtableIndex), "m"(eax), "m"(edx), "m"(stackptr) in callVirtualMethod() 126 ((long*)pRegisterReturn)[1] = edx; in callVirtualMethod()
|
/trunk/main/sal/osl/w32/ |
H A D | interlck.c | 70 mov edx, osl_isSingleCPU 71 cmp edx, 0 120 mov edx, osl_isSingleCPU 121 cmp edx, 0
|
/trunk/main/sal/osl/unx/asm/ |
H A D | interlck_x86.s | 39 mov osl_isSingleCPU@GOT(%ebx),%edx 40 cmp $0,(%edx) 71 mov osl_isSingleCPU@GOT(%ebx),%edx 72 cmp $0,(%edx)
|
/trunk/main/bridges/source/cpp_uno/gcc3_os2_intel/ |
H A D | uno2cpp.cxx | 90 volatile long edx = 0, eax = 0; // for register returns in callVirtualMethod() local 107 "m"(nVtableIndex), "m"(eax), "m"(edx), "m"(stackptr) in callVirtualMethod() 120 "m"(nVtableIndex), "m"(eax), "m"(edx), "m"(stackptr) in callVirtualMethod() 126 ((long*)pRegisterReturn)[1] = edx; in callVirtualMethod()
|
/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/ |
H A D | uno2cpp.cxx | 75 mov edx, [ecx] // pvft in callVirtualMethod() 78 add edx, eax in callVirtualMethod() 79 call [edx] // interface method call must be __cdecl!!! in callVirtualMethod() 131 mov dword ptr [ebx+4], edx in callVirtualMethod()
|
H A D | cpp2uno.cxx | 370 push edx // vtable offset in cpp_vtable_call() 393 pop edx in cpp_vtable_call()
|
/trunk/main/bridges/source/cpp_uno/gcc3_netbsd_intel/ |
H A D | uno2cpp.cxx | 78 volatile long edx = 0, eax = 0; // for register returns in callVirtualMethod() local 108 "m"(eax), "m"(edx), "m"(stackptr) in callVirtualMethod() 114 ((long*)pRegisterReturn)[1] = edx; in callVirtualMethod()
|
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_intel/ |
H A D | uno2cpp.cxx | 74 volatile long edx = 0, eax = 0; // for register returns in callVirtualMethod() local 111 "m"(nVtableIndex), "m"(eax), "m"(edx), "m"(stackptr) in callVirtualMethod() 117 ((long*)pRegisterReturn)[1] = edx; in callVirtualMethod()
|
/trunk/main/external/mingwheaders/ |
H A D | mingw_atl_headers.patch | 959 - mov edx, [eax+4]; // get the pThunk->pThis 960 - mov [esp+4], edx; // replace pThunk with pThis 966 + " movl $4(%eax), edx\n" // get the pThunk->pThis 967 + " movl %edx, $8(%ebp)\n" // replace pThunk with pThis
|