Searched defs:movmskps (Results 1 – 4 of 4) sorted by relevance
1057 __ movmskps(i.TempRegister(0), i.InputDoubleRegister(0)); in AssembleArchInstruction() local1109 __ movmskps(i.TempRegister(0), i.InputDoubleRegister(1)); in AssembleArchInstruction() local1112 __ movmskps(i.TempRegister(0), kScratchDoubleReg); in AssembleArchInstruction() local
2325 void Assembler::movmskps(Register dst, XMMRegister src) { in movmskps() function in v8::internal::Assembler
7801 RValue<Int> movmskps(RValue<Float4> x) in movmskps() function7804 llvm::Function *movmskps = Intrinsic::getDeclaration(module, Intrinsic::x86_sse_movmsk_ps); in movmskps() local
3931 void Assembler::movmskps(Register dst, XMMRegister src) { in movmskps() function in v8::internal::Assembler