Searched refs:movw (Results 1 - 15 of 15) sorted by relevance

/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_32.s314 movw (%esi),%dx
315 movw %dx,(%edi)
338 movw (%esi),%dx
339 movw %dx,(%edi)
369 movw (%esi),%dx
370 movw %dx,(%edi)
414 movw (%esi),%dx
415 movw %dx,(%edi)
444 movw (%esi),%dx
445 movw
[all...]
H A Dbsd_x86_64.s116 movw 8(%rax),%si # copy trailing word
117 movw %si,8(%rcx)
146 movw -2(%rdi,%r8,1),%cx # copy trailing word
147 movw %cx,-2(%rsi,%r8,1)
218 movw -2(%rdi,%r8,2),%si # copy trailing word
219 movw %si,8(%rcx)
238 movw -2(%rdi,%r8,2),%cx # copy trailing word
239 movw %cx,-2(%rsi,%r8,2)
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_32.s293 movw (%esi),%dx
294 movw %dx,(%edi)
317 movw (%esi),%dx
318 movw %dx,(%edi)
348 movw (%esi),%dx
349 movw %dx,(%edi)
393 movw (%esi),%dx
394 movw %dx,(%edi)
423 movw (%esi),%dx
424 movw
[all...]
H A Dlinux_x86_64.s108 movw 8(%rax),%si # copy trailing word
109 movw %si,8(%rcx)
138 movw -2(%rdi,%r8,1),%cx # copy trailing word
139 movw %cx,-2(%rsi,%r8,1)
210 movw -2(%rdi,%r8,2),%si # copy trailing word
211 movw %si,8(%rcx)
230 movw -2(%rdi,%r8,2),%cx # copy trailing word
231 movw %cx,-2(%rsi,%r8,2)
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_32.s323 movw (%esi),%dx
324 movw %dx,(%edi)
347 movw (%esi),%dx
348 movw %dx,(%edi)
378 movw (%esi),%dx
379 movw %dx,(%edi)
422 movw (%esi),%dx
423 movw %dx,(%edi)
452 movw (%esi),%dx
453 movw
[all...]
H A Dsolaris_x86_64.s118 movw 8(%rax),%si / copy trailing word
119 movw %si,8(%rcx)
148 movw -2(%rdi,%r8,1),%cx / copy trailing word
149 movw %cx,-2(%rsi,%r8,1)
218 movw -2(%rdi,%r8,2),%si / copy trailing word
219 movw %si,8(%rcx)
238 movw -2(%rdi,%r8,2),%cx / copy trailing word
239 movw %cx,-2(%rsi,%r8,2)
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp991 __ movw(rax, Address(from, 0));
992 __ movw(Address(from, to_from, Address::times_1, 0), rax);
1039 __ movw(rax, Address(from, 0));
1040 __ movw(Address(from, to_from, Address::times_1, 0), rax);
1170 __ movw(rdx, Address(from, count, sf, 0));
1171 __ movw(Address(to, count, sf, 0), rdx);
1231 __ movw(rdx, Address(from, count, sf, -2));
1232 __ movw(Address(to, count, sf, -2), rdx);
H A DstubGenerator_x86_64.cpp1538 __ movw(rax, Address(end_from, 8));
1539 __ movw(Address(end_to, 8), rax);
1623 __ movw(rax, Address(from, byte_count, Address::times_1, -2));
1624 __ movw(Address(to, byte_count, Address::times_1, -2), rax);
1740 __ movw(rax, Address(end_from, 8));
1741 __ movw(Address(end_to, 8), rax);
1827 __ movw(rax, Address(from, word_count, Address::times_2, -2));
1828 __ movw(Address(to, word_count, Address::times_2, -2), rax);
H A DtemplateTable_x86_32.cpp1036 __ movw(Address(rdx, rbx, Address::times_2, arrayOopDesc::base_offset_in_bytes(T_CHAR)), rax);
2541 __ movw(lo, rax);
2556 __ movw(lo, rax);
2749 case Bytecodes::_fast_cputfield: __ movw(lo, rax); break;
2783 case Bytecodes::_fast_cputfield: __ movw(lo, rax); break;
H A DtemplateTable_x86_64.cpp1067 __ movw(Address(rdx, rbx,
2600 __ movw(field, rax);
2615 __ movw(field, rax);
2796 __ movw(field, rax);
H A Dc1_Runtime1_x86.cpp440 __ movw(Address(rsp, fpu_state_off * VMRegImpl::stack_slot_size), StubRoutines::fpu_cntrl_wrd_std());
1545 __ movw(Address(rsp, 2), rax);
H A Dc1_LIRAssembler_x86.cpp830 __ movw(as_Address(addr), c->as_jint() & 0xFFFF);
1082 __ movw(as_Address(to_addr), src->as_register());
1308 __ movw(dest_reg, from_addr);
1318 __ movw(dest_reg, from_addr);
H A Dassembler_x86.cpp499 case 0x66: // movw ... (size prefix)
520 case 0x8B: // movw r, a
521 case 0x89: // movw a, r
524 case 0xC7: // movw a, #16
1889 void Assembler::movw(Address dst, int imm16) { function in class:Assembler
1899 void Assembler::movw(Register dst, Address src) { function in class:Assembler
1907 void Assembler::movw(Address dst, Register src) { function in class:Assembler
8001 movw(dst, src);
8036 case 2: movw(dst, src); break;
8066 movw(ds
[all...]
H A Dassembler_x86.hpp1357 void movw(Address dst, int imm16);
1358 void movw(Register dst, Address src);
1359 void movw(Address dst, Register src);
H A DsharedRuntime_x86_32.cpp166 __ movw(Address(rsp, 0), StubRoutines::fpu_cntrl_wrd_std());

Completed in 414 milliseconds