Searched refs:CeilLS (Results 1 – 3 of 3) sorted by relevance
415 TEST_F(AssemblerMIPS64Test, CeilLS) { in TEST_F() argument416 DriverStr(RepeatFF(&mips64::Mips64Assembler::CeilLS, "ceil.l.s ${reg1}, ${reg2}"), "ceil.l.s"); in TEST_F()
591 void CeilLS(FpuRegister fd, FpuRegister fs);
961 void Mips64Assembler::CeilLS(FpuRegister fd, FpuRegister fs) { in CeilLS() function in art::mips64::Mips64Assembler