Searched refs:ecx (Results 1 - 12 of 12) sorted by relevance

/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_32.s64 movl 0x4(%esp), %ecx
66 movl (%ecx), %eax
96 movl 4(%esp),%ecx
97 movl %gs:(%ecx),%eax
111 movl 4+12(%esp),%ecx / count
116 leal -1(%esi,%ecx),%eax / from + count - 1
122 cmpl $3,%ecx
125 movl %ecx,%eax / original count
126 movl $4,%ecx
127 subl %esi,%ecx
[all...]
H A Dsolaris_x86_64.s152 movl (%rdi,%rdx,8),%ecx / copy trailing dword
153 movl %ecx,(%rsi,%rdx,8)
242 movl (%rdi,%rdx,8),%ecx / copy trailing dword
243 movl %ecx,(%rsi,%rdx,8)
321 movl -4(%rdi,%r8,4),%ecx / copy trailing dword
322 movl %ecx,-4(%rsi,%r8,4)
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_32.s77 movl 0x4(%esp), %ecx
79 movl (%ecx), %eax
100 movl 4+12(%esp),%ecx # count
105 leal -1(%esi,%ecx),%eax # from + count - 1
111 cmpl $3,%ecx
114 movl %ecx,%eax # original count
115 movl $4,%ecx
116 subl %esi,%ecx
117 andl $3,%ecx # prefix byte count
119 subl %ecx,
[all...]
H A Dbsd_x86_64.s150 movl (%rdi,%rdx,8),%ecx # copy trailing dword
151 movl %ecx,(%rsi,%rdx,8)
242 movl (%rdi,%rdx,8),%ecx # copy trailing dword
243 movl %ecx,(%rsi,%rdx,8)
323 movl -4(%rdi,%r8,4),%ecx # copy trailing dword
324 movl %ecx,-4(%rsi,%r8,4)
H A Dos_bsd_x86.cpp174 # define context_ecx uc_mcontext->DU3_PREFIX(ss,ecx)
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_32.s56 movl 0x4(%esp), %ecx
58 movl (%ecx), %eax
79 movl 4+12(%esp),%ecx # count
84 leal -1(%esi,%ecx),%eax # from + count - 1
90 cmpl $3,%ecx
93 movl %ecx,%eax # original count
94 movl $4,%ecx
95 subl %esi,%ecx
96 andl $3,%ecx # prefix byte count
98 subl %ecx,
[all...]
H A Dlinux_x86_64.s142 movl (%rdi,%rdx,8),%ecx # copy trailing dword
143 movl %ecx,(%rsi,%rdx,8)
234 movl (%rdi,%rdx,8),%ecx # copy trailing dword
235 movl %ecx,(%rsi,%rdx,8)
315 movl -4(%rdi,%r8,4),%ecx # copy trailing dword
316 movl %ecx,-4(%rsi,%r8,4)
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dcopy_windows_x86.inline.hpp128 mov ecx, count;
138 sub ecx, 1;
142 fild qword ptr [eax][ecx*8];
143 fistp qword ptr [edx][ecx*8];
145 sub ecx, 1;
H A Datomic_windows_x86.inline.hpp149 mov ecx, eax; local
152 add eax, ecx; local
204 mov ecx, dest; local
205 xchg eax, dword ptr [ecx];
222 mov ecx, exchange_value local
225 cmpxchg dword ptr [edx], ecx
242 mov ecx, ex_hi local
/openjdk7/jdk/src/share/classes/java/util/logging/
H A DLogManager.java361 Object ecx = javaAwtAccess.getExecutionContext();
362 if (ecx == null) {
364 ecx = javaAwtAccess.getContext();
366 if (ecx != null) {
367 context = (LoggerContext)javaAwtAccess.get(ecx, LoggerContext.class);
378 javaAwtAccess.put(ecx, LoggerContext.class, context);
/openjdk7/hotspot/agent/src/os/linux/
H A DLinuxDebuggerLocal.c331 regs[REG_INDEX(ECX)] = (uintptr_t) gregs.ecx;
H A Dps_core.c550 print_debug("\tecx = 0x%x\n", newthr->regs.ecx);

Completed in 39 milliseconds