Searched refs:movb (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_32.s122 0: movb (%esi),%dl
123 movb %dl,(%edi,%esi,1)
150 6: movb (%esi,%eax,1),%dl
151 movb %dl,(%edi,%eax,1)
189 6: movb (%esi),%dl
190 movb %dl,(%edi,%esi,1)
243 6: movb (%esi,%eax,1),%dl
244 movb %dl,(%edi,%eax,1)
279 6: movb (%esi),%dl
280 movb
[all...]
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_32.s101 0: movb (%esi),%dl
102 movb %dl,(%edi,%esi,1)
129 6: movb (%esi,%eax,1),%dl
130 movb %dl,(%edi,%eax,1)
168 6: movb (%esi),%dl
169 movb %dl,(%edi,%esi,1)
222 6: movb (%esi,%eax,1),%dl
223 movb %dl,(%edi,%eax,1)
258 6: movb (%esi),%dl
259 movb
[all...]
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_32.s133 0: movb (%esi),%dl
134 movb %dl,(%edi,%esi,1)
161 6: movb (%esi,%eax,1),%dl
162 movb %dl,(%edi,%eax,1)
200 6: movb (%esi),%dl
201 movb %dl,(%edi,%esi,1)
253 6: movb (%esi,%eax,1),%dl
254 movb %dl,(%edi,%eax,1)
289 6: movb (%esi),%dl
290 movb
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp799 __ movb(cardtable, 0);
982 __ movb(rax, Address(from, 0));
983 __ movb(Address(from, to_from, Address::times_1, 0), rax);
1047 __ movb(rax, Address(from, 0));
1048 __ movb(Address(from, to_from, Address::times_1, 0), rax);
1162 __ movb(rdx, Address(from, count, sf, 0));
1163 __ movb(Address(to, count, sf, 0), rdx);
1239 __ movb(rdx, Address(from, 0));
1240 __ movb(Address(to, 0), rdx);
H A DtemplateTable_x86_32.cpp271 __ movb(at_bcp(0), bc_reg);
365 __ movb(rdx, Address(rax, rbx, Address::times_1, tags_offset));
1025 __ movb(Address(rdx, rbx, Address::times_1, arrayOopDesc::base_offset_in_bytes(T_BYTE)), rax);
2496 __ movb(lo, rax);
2747 case Bytecodes::_fast_bputfield: __ movb(lo, rax); break;
2781 case Bytecodes::_fast_bputfield: __ movb(lo, rax); break;
H A DstubGenerator_x86_64.cpp1293 __ movb(Address(start, count, Address::times_1), 0);
1548 __ movb(rax, Address(end_from, 8));
1549 __ movb(Address(end_to, 8), rax);
1615 __ movb(rax, Address(from, byte_count, Address::times_1, -1));
1616 __ movb(Address(to, byte_count, Address::times_1, -1), rax);
H A Dc1_Runtime1_x86.cpp1186 __ movb(t1, Address(klass, in_bytes(Klass::layout_helper_offset()) + (Klass::_lh_header_size_shift / BitsPerByte)));
1214 __ movb(t1, Address(klass, in_bytes(Klass::layout_helper_offset()) + (Klass::_lh_header_size_shift / BitsPerByte)));
1752 __ movb(Address(card_addr, 0), 0);
H A DtemplateTable_x86_64.cpp277 __ movb(at_bcp(0), bc_reg);
1053 __ movb(Address(rdx, rbx,
2554 __ movb(field, rax);
2791 __ movb(field, rax);
H A Dassembler_x86.cpp484 case 0x88: // movb a, r
486 case 0x8A: // movb r, a
659 case 0xC6: // movb a, #8
1633 void Assembler::movb(Register dst, Address src) { function in class:Assembler
1642 void Assembler::movb(Address dst, int imm8) { function in class:Assembler
1651 void Assembler::movb(Address dst, Register src) { function in class:Assembler
7985 movb(dst, src);
8037 case 1: movb(dst, src); break;
8064 movb(dst, src);
8076 movb(ds
[all...]
H A Dassembler_x86.hpp1271 void movb(Address dst, Register src);
1272 void movb(Address dst, int imm8);
1273 void movb(Register dst, Address src);
2806 // to avoid hiding movb
H A Dc1_LIRAssembler_x86.cpp825 __ movb(as_Address(addr), c->as_jint() & 0xFF);
1076 __ movb(dst_addr, src_reg);
1295 __ movb(dest_reg, from_addr);

Completed in 153 milliseconds