Home | History | Annotate | Download | only in x64

Lines Matching refs:xmm1

1850       ASSERT(right.is(xmm1));
3609 ToDoubleRegister(instr->right()).is(xmm1));
3650 ASSERT(ToDoubleRegister(instr->result()).is(xmm1));
3709 __ movd(xmm1, rax);
3710 __ xorps(xmm1, xmm2);
3711 __ subsd(xmm1, xmm2);
3734 ASSERT(ToDoubleRegister(instr->result()).is(xmm1));
3742 ASSERT(ToDoubleRegister(instr->result()).is(xmm1));
3750 ASSERT(ToDoubleRegister(instr->result()).is(xmm1));
3758 ASSERT(ToDoubleRegister(instr->result()).is(xmm1));
4505 // Load value into xmm1 which will be preserved across potential call to
4508 __ LoadUint32(xmm1, reg, xmm0);
4526 // Done. Put the value in xmm1 into the value of the allocated heap
4529 __ movsd(FieldOperand(reg, HeapNumber::kValueOffset), xmm1);