Home
last modified time | relevance | path

Searched refs:FmoveHigh (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h724 inline void FmoveHigh(Register dst_high, FPURegister src) { in FmoveHigh() function in v8::internal::AbortReason::TurboAssembler
728 inline void FmoveHigh(FPURegister dst, Register src_high) { in FmoveHigh() function in v8::internal::AbortReason::TurboAssembler
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.h738 inline void FmoveHigh(Register dst_high, FPURegister src) { in FmoveHigh() function in v8::internal::AbortReason::TurboAssembler
742 inline void FmoveHigh(FPURegister dst, Register src_high) { in FmoveHigh() function in v8::internal::AbortReason::TurboAssembler
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc1493 __ FmoveHigh(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction()
1499 __ FmoveHigh(i.OutputDoubleRegister(), i.InputRegister(1)); in AssembleArchInstruction()
2107 __ FmoveHigh(kScratchReg, i.InputDoubleRegister(0)); in AssembleArchInstruction()
2118 __ FmoveHigh(i.OutputDoubleRegister(), kScratchReg); in AssembleArchInstruction()
2130 __ FmoveHigh(kScratchReg, i.InputDoubleRegister(2)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc1592 __ FmoveHigh(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction()
1598 __ FmoveHigh(i.OutputDoubleRegister(), i.InputRegister(1)); in AssembleArchInstruction()

Completed in 17 milliseconds