Searched refs:pushl (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_32.s61 pushl $0x27f
99 pushl %esi
101 pushl %edi
207 pushl %esi
209 pushl %edi
295 pushl %esi
297 pushl %edi
382 pushl %esi
384 pushl %edi
461 pushl
[all...]
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_32.s52 pushl $0x27f
110 pushl %esi
112 pushl %edi
217 pushl %esi
219 pushl %edi
304 pushl %esi
306 pushl %edi
390 pushl %esi
392 pushl %edi
467 pushl
[all...]
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_32.s78 pushl %esi
80 pushl %edi
186 pushl %esi
188 pushl %edi
274 pushl %esi
276 pushl %edi
361 pushl %esi
363 pushl %edi
440 pushl %esi
442 pushl
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.cpp199 pushl(Address(tmp, JvmtiThreadState::earlyret_tos_offset()));
H A Dc1_LIRAssembler_x86.cpp1147 __ pushl(frame_map()->address_for_slot(src ->single_stack_ix()));
1150 //no pushl on 64bits
1161 __ pushl(frame_map()->address_for_slot(src ->double_stack_ix(), 0));
1163 __ pushl(frame_map()->address_for_slot(src ->double_stack_ix(), 2 * wordSize));
H A Dassembler_x86.hpp1483 void pushl(Address src);
2819 void pushptr(Address src) { LP64_ONLY(pushq(src)) NOT_LP64(pushl(src)); }
H A DsharedRuntime_x86_32.cpp3093 __ pushl(unpack_kind); // get the unpack_kind value
H A Dassembler_x86.cpp496 assert(which == imm_operand && !is_64bit, "pushl has no disp32 or 64bit immediate");
2543 void Assembler::pushl(Address src) { function in class:Assembler
5977 pushl(as_Address(src));

Completed in 106 milliseconds