Home
last modified time | relevance | path

Searched defs:CmpLeS (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_mips64.cc940 __ CmpLeS(FTMP, half, FTMP); in GenRound() local
Dintrinsics_mips.cc2573 __ CmpLeS(FTMP, half, FTMP); in VisitMathRoundFloat() local
/art/compiler/utils/mips/
Dassembler_mips32r6_test.cc587 TEST_F(AssemblerMIPS32r6Test, CmpLeS) { in TEST_F() argument
/art/compiler/utils/mips64/
Dassembler_mips64.cc1181 void Mips64Assembler::CmpLeS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpLeS() function in art::mips64::Mips64Assembler