Home
last modified time | relevance | path

Searched refs:CmpUleS (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips64.cc4118 __ CmpUleS(FTMP, lhs, rhs); in GenerateFpCompare() local
4134 __ CmpUleS(FTMP, rhs, lhs); in GenerateFpCompare() local
4227 __ CmpUleS(dst, lhs, rhs); in MaterializeFpCompare() local
4239 __ CmpUleS(dst, rhs, lhs); in MaterializeFpCompare() local
4321 __ CmpUleS(FTMP, lhs, rhs); in GenerateFpCompareAndBranch() local
4335 __ CmpUleS(FTMP, rhs, lhs); in GenerateFpCompareAndBranch() local
Dcode_generator_mips.cc5287 __ CmpUleS(FTMP, lhs, rhs); in GenerateFpCompare() local
5303 __ CmpUleS(FTMP, rhs, lhs); in GenerateFpCompare() local
5596 __ CmpUleS(dst, lhs, rhs); in MaterializeFpCompareR6() local
5608 __ CmpUleS(dst, rhs, lhs); in MaterializeFpCompareR6() local
5692 __ CmpUleS(FTMP, lhs, rhs); in GenerateFpCompareAndBranch() local
5706 __ CmpUleS(FTMP, rhs, lhs); in GenerateFpCompareAndBranch() local
/art/compiler/utils/mips/
Dassembler_mips32r6_test.cc602 TEST_F(AssemblerMIPS32r6Test, CmpUleS) { in TEST_F() argument
603 DriverStr(RepeatFFF(&mips::MipsAssembler::CmpUleS, "cmp.ule.s ${reg1}, ${reg2}, ${reg3}"), in TEST_F()
Dassembler_mips.h490 void CmpUleS(FRegister fd, FRegister fs, FRegister ft); // R6