Searched defs:Cvttsd2si (Results 1 – 3 of 3) sorted by relevance
826 void TurboAssembler::Cvttsd2si(Register dst, XMMRegister src) { in Cvttsd2si() function in v8::internal::TurboAssembler835 void TurboAssembler::Cvttsd2si(Register dst, Operand src) { in Cvttsd2si() function in v8::internal::TurboAssembler
1479 __ Cvttsd2si(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local1481 __ Cvttsd2si(i.OutputRegister(), i.InputOperand(0)); in AssembleArchInstruction() local
2646 __ Cvttsd2si(exponent, double_exponent); in Generate_MathPowInternal() local