Searched refs:andps (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.hpp1668 void andps(XMMRegister dst, XMMRegister src);
1795 void andps(XMMRegister dst, Address src);
2538 void andps(XMMRegister dst, XMMRegister src) { Assembler::andps(dst, src); } function in class:MacroAssembler
2539 void andps(XMMRegister dst, Address src) { Assembler::andps(dst, src); } function in class:MacroAssembler
2540 void andps(XMMRegister dst, AddressLiteral src);
H A Dassembler_x86.cpp574 case 0x54: // andps
3103 void Assembler::andps(XMMRegister dst, XMMRegister src) { function in class:Assembler
3108 void Assembler::andps(XMMRegister dst, Address src) { function in class:Assembler
6735 void MacroAssembler::andps(XMMRegister dst, AddressLiteral src) { function in class:MacroAssembler
6739 Assembler::andps(dst, as_Address(src));
6742 Assembler::andps(dst, Address(rscratch1, 0));

Completed in 76 milliseconds