Searched refs:FmoveHigh (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.h | 724 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 D | macro-assembler-mips.h | 738 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 D | code-generator-mips.cc | 1493 __ 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 D | code-generator-mips64.cc | 1592 __ FmoveHigh(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() 1598 __ FmoveHigh(i.OutputDoubleRegister(), i.InputRegister(1)); in AssembleArchInstruction()
|
Completed in 17 milliseconds