Home
last modified time | relevance | path

Searched defs:FmoveLow (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/mips/
Dmacro-assembler-mips.h752 inline void FmoveLow(Register dst_low, FPURegister src) { in FmoveLow() function
Dmacro-assembler-mips.cc2276 void TurboAssembler::FmoveLow(FPURegister dst, Register src_low) { in FmoveLow() function in v8::internal::TurboAssembler
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc1639 __ FmoveLow(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1645 __ FmoveLow(i.OutputDoubleRegister(), i.InputRegister(1)); in AssembleArchInstruction() local
1955 __ FmoveLow(kScratchReg, i.InputSingleRegister(0)); in AssembleArchInstruction() local
1962 __ FmoveLow(i.OutputSingleRegister(), kScratchReg); in AssembleArchInstruction() local
1972 __ FmoveLow(kScratchReg, i.InputSingleRegister(2)); in AssembleArchInstruction() local
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc1441 __ FmoveLow(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1447 __ FmoveLow(i.OutputDoubleRegister(), i.InputRegister(1)); in AssembleArchInstruction() local
1745 __ FmoveLow(kScratchReg, i.InputSingleRegister(0)); in AssembleArchInstruction() local
1752 __ FmoveLow(i.OutputSingleRegister(), kScratchReg); in AssembleArchInstruction() local
1762 __ FmoveLow(kScratchReg, i.InputSingleRegister(2)); in AssembleArchInstruction() local
/external/v8/src/mips64/
Dmacro-assembler-mips64.h712 inline void FmoveLow(Register dst_low, FPURegister src) { in FmoveLow() function
Dmacro-assembler-mips64.cc2790 void TurboAssembler::FmoveLow(FPURegister dst, Register src_low) { in FmoveLow() function in v8::internal::TurboAssembler