Searched refs:Movss (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 76 assm->Movss(dst.fp(), src); in Load() 96 assm->Movss(dst, src.fp()); in Store() 114 assm->Movss(Operand(rsp, 0), reg.fp()); in push() 245 Movss(dst.fp(), src_op); in Load() 281 Movss(dst_op, src.fp()); in Store() 324 Movss(dst, src); in Move() 343 Movss(dst, reg.fp()); in Spill() 391 Movss(reg.fp(), src); in Fill()
|
/external/v8/src/x64/ |
D | deoptimizer-x64.cc | 46 __ Movss(Operand(rsp, offset), xmm_reg); in Generate() local
|
D | macro-assembler-x64.h | 171 AVX_OP(Movss, movss) in AVX_OP()
|
D | macro-assembler-x64.cc | 1631 Movss(dst, kScratchDoubleReg); in Pinsrd() 1647 Movss(dst, kScratchDoubleReg); in Pinsrd()
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 1357 __ Movss(i.InputDoubleRegister(0), i.InputDoubleRegister(1)); in AssembleArchInstruction() local 1359 __ Movss(i.InputDoubleRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local 1380 __ Movss(kScratchDoubleReg, i.InputOperand(1)); in AssembleArchInstruction() local 1387 __ Movss(i.InputDoubleRegister(0), i.InputDoubleRegister(1)); in AssembleArchInstruction() local 1389 __ Movss(i.InputDoubleRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local 2111 __ Movss(i.OutputFloatRegister(), Operand(rbp, offset)); in AssembleArchInstruction() local
|