Searched refs:CmpUleS (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_mips64.cc | 4118 __ 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
|
D | code_generator_mips.cc | 5287 __ 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/ |
D | assembler_mips32r6_test.cc | 602 TEST_F(AssemblerMIPS32r6Test, CmpUleS) { in TEST_F() argument 603 DriverStr(RepeatFFF(&mips::MipsAssembler::CmpUleS, "cmp.ule.s ${reg1}, ${reg2}, ${reg3}"), in TEST_F()
|
D | assembler_mips.h | 490 void CmpUleS(FRegister fd, FRegister fs, FRegister ft); // R6
|