Home
last modified time | relevance | path

Searched defs:cvt_s_d (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/compiler/mips/
Dcode-generator-mips.cc1284 __ cvt_s_d(i.OutputSingleRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1306 __ cvt_s_d(i.OutputDoubleRegister(), i.OutputDoubleRegister()); in AssembleArchInstruction() local
/external/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.cpp550 void AssemblerMIPS32::cvt_s_d(const Operand *OpFd, const Operand *OpFs) { in cvt_s_d() function in Ice::MIPS32::AssemblerMIPS32
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc1501 __ cvt_s_d(i.OutputSingleRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc3349 __ cvt_s_d(result.low(), input); in DoMathFround() local
3784 __ cvt_s_d(double_scratch0(), value); in DoStoreKeyedExternalArray() local
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc3555 __ cvt_s_d(result, input); in DoMathFround() local
4006 __ cvt_s_d(double_scratch0(), value); in DoStoreKeyedExternalArray() local
/external/v8/src/mips/
Dassembler-mips.cc2854 void Assembler::cvt_s_d(FPURegister fd, FPURegister fs) { in cvt_s_d() function in v8::internal::Assembler
/external/v8/src/mips64/
Dassembler-mips64.cc3103 void Assembler::cvt_s_d(FPURegister fd, FPURegister fs) { in cvt_s_d() function in v8::internal::Assembler