Searched refs:cvt_s_w (Results 1 - 9 of 9) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerMIPS32.h179 void cvt_s_w(const Operand *OpFd, const Operand *OpFs);
H A DIceAssemblerMIPS32.cpp560 void AssemblerMIPS32::cvt_s_w(const Operand *OpFd, const Operand *OpFs) { function in class:Ice::MIPS32::AssemblerMIPS32
H A DIceInstMIPS32.cpp877 Asm->cvt_s_w(getDest(), getSrc(0));
/external/v8/src/mips/
H A Dassembler-mips.h950 void cvt_s_w(FPURegister fd, FPURegister fs);
H A Dassembler-mips.cc2842 void Assembler::cvt_s_w(FPURegister fd, FPURegister fs) { function in class:v8::Assembler
/external/v8/src/mips64/
H A Dassembler-mips64.h1009 void cvt_s_w(FPURegister fd, FPURegister fs);
H A Dassembler-mips64.cc3092 void Assembler::cvt_s_w(FPURegister fd, FPURegister fs) { function in class:v8::internal::Assembler
/external/v8/src/compiler/mips/
H A Dcode-generator-mips.cc501 __ cvt_s_w(i.OutputDoubleRegister(), i.OutputDoubleRegister()); \
1300 __ cvt_s_w(i.OutputDoubleRegister(), scratch);
/external/v8/src/compiler/mips64/
H A Dcode-generator-mips64.cc538 __ cvt_s_w(i.OutputDoubleRegister(), i.OutputDoubleRegister()); \
1515 __ cvt_s_w(i.OutputDoubleRegister(), scratch);

Completed in 215 milliseconds