Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dmacro-assembler-mips.h744 inline void FmoveHigh(Register dst_high, FPURegister src) { in FmoveHigh() function
748 inline void FmoveHigh(FPURegister dst, Register src_high) { in FmoveHigh() function
/external/v8/src/mips64/
Dmacro-assembler-mips64.h704 inline void FmoveHigh(Register dst_high, FPURegister src) { in FmoveHigh() function
708 inline void FmoveHigh(FPURegister dst, Register src_high) { in FmoveHigh() function
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc1444 __ FmoveHigh(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1450 __ FmoveHigh(i.OutputDoubleRegister(), i.InputRegister(1)); in AssembleArchInstruction() local
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc1642 __ FmoveHigh(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1648 __ FmoveHigh(i.OutputDoubleRegister(), i.InputRegister(1)); in AssembleArchInstruction() local