Home
last modified time | relevance | path

Searched defs:MovDoubleLowToInt (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc1809 __ MovDoubleLowToInt(i.OutputRegister(), kScratchDoubleReg); in AssembleArchInstruction() local
1830 __ MovDoubleLowToInt(i.OutputRegister(), kScratchDoubleReg); in AssembleArchInstruction() local
1921 __ MovDoubleLowToInt(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/ppc/
Dmacro-assembler-ppc.cc2617 void TurboAssembler::MovDoubleLowToInt(Register dst, DoubleRegister src) { in CallRecordWriteStub() function in v8::internal::TurboAssembler