Searched defs:mmx0 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp900 __ movq(mmx0, Address(from, 0));
903 __ movq(Address(from, to_from, Address::times_1, 0), mmx0); local
926 __ movq(mmx0, Address(from, 0));
927 __ movq(Address(from, to_from, Address::times_1), mmx0); local
1207 __ movq(mmx0, Address(from, count, sf, 0));
1208 __ movq(Address(to, count, sf, 0), mmx0); local
1345 __ movq(mmx0, Address(from, count, Address::times_8));
1346 __ movq(Address(to, count, Address::times_8), mmx0); local

Completed in 1355 milliseconds