Home
last modified time | relevance | path

Searched refs:edx (Results 1 – 15 of 15) sorted by relevance

/AOO42X/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dcall.s31 pushl %edx / 32bit nVtableOffset
49 pushl %edx / 32bit nVtableOffset
66 pushl %edx / 32bit nVtableOffset
70 movl 16(%esp),%edx / 64 bit nRegReturn, upper half
85 pushl %edx / 32bit nVtableOffset
103 pushl %edx / 32bit nVtableOffset
121 pushl %edx / 32bit nVtableOffset
136 movl %edx, -4(%ebp)
150 movl %eax, %edx
151 dec %edx
[all …]
/AOO42X/main/bridges/source/cpp_uno/mingw_intel/
H A Dcall.s35 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 Duno2cpp.cxx79 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()
/AOO42X/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Dcall.s37 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 Duno2cpp.cxx83 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()
/AOO42X/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Dcall.s37 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 Duno2cpp.cxx91 volatile long edx = 0, eax = 0; // for register returns in callVirtualMethod() local
128 "m"(nVtableIndex), "m"(eax), "m"(edx), "m"(stackptr) in callVirtualMethod()
134 ((long*)pRegisterReturn)[1] = edx; in callVirtualMethod()
/AOO42X/main/sal/osl/w32/
H A Dinterlck.c70 mov edx, osl_isSingleCPU
71 cmp edx, 0
120 mov edx, osl_isSingleCPU
121 cmp edx, 0
/AOO42X/main/sal/osl/unx/asm/
H A Dinterlck_x86.s39 mov osl_isSingleCPU@GOT(%ebx),%edx
40 cmp $0,(%edx)
71 mov osl_isSingleCPU@GOT(%ebx),%edx
72 cmp $0,(%edx)
/AOO42X/main/bridges/source/cpp_uno/gcc3_os2_intel/
H A Duno2cpp.cxx90 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()
/AOO42X/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Duno2cpp.cxx75 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 Dcpp2uno.cxx370 push edx // vtable offset in cpp_vtable_call()
393 pop edx in cpp_vtable_call()
/AOO42X/main/bridges/source/cpp_uno/gcc3_netbsd_intel/
H A Duno2cpp.cxx78 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()
/AOO42X/main/bridges/source/cpp_uno/gcc3_solaris_intel/
H A Duno2cpp.cxx74 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()
/AOO42X/main/external/mingwheaders/
H A Dmingw_atl_headers.patch959 - 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