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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.hpp1667 void andpd(XMMRegister dst, XMMRegister src);
1794 void andpd(XMMRegister dst, Address src);
2535 void andpd(XMMRegister dst, Address src) { Assembler::andpd(dst, src); } function in class:MacroAssembler
2536 void andpd(XMMRegister dst, AddressLiteral src);
H A Dassembler_x86.cpp3098 void Assembler::andpd(XMMRegister dst, XMMRegister src) { function in class:Assembler
3113 void Assembler::andpd(XMMRegister dst, Address src) { function in class:Assembler
6724 void MacroAssembler::andpd(XMMRegister dst, AddressLiteral src) { function in class:MacroAssembler
6728 Assembler::andpd(dst, as_Address(src));
6731 Assembler::andpd(dst, Address(rscratch1, 0));

Completed in 76 milliseconds