Home
last modified time | relevance | path

Searched defs:CmpUleS (Results 1 – 6 of 6) sorted by relevance

/art/compiler/utils/mips/
Dassembler_mips32r6_test.cc434 TEST_F(AssemblerMIPS32r6Test, CmpUleS) { in TEST_F() argument
Dassembler_mips.cc1370 void MipsAssembler::CmpUleS(FRegister fd, FRegister fs, FRegister ft) { in CmpUleS() function in art::mips::MipsAssembler
/art/compiler/optimizing/
Dcode_generator_mips.cc4493 __ CmpUleS(FTMP, lhs, rhs); in GenerateFpCompare() local
4509 __ CmpUleS(FTMP, rhs, lhs); in GenerateFpCompare() local
4802 __ CmpUleS(dst, lhs, rhs); in MaterializeFpCompareR6() local
4814 __ CmpUleS(dst, rhs, lhs); in MaterializeFpCompareR6() local
4898 __ CmpUleS(FTMP, lhs, rhs); in GenerateFpCompareAndBranch() local
4912 __ CmpUleS(FTMP, rhs, lhs); in GenerateFpCompareAndBranch() local
Dcode_generator_mips64.cc3634 __ CmpUleS(FTMP, lhs, rhs); in GenerateFpCompare() local
3650 __ CmpUleS(FTMP, rhs, lhs); in GenerateFpCompare() local
3746 __ CmpUleS(FTMP, lhs, rhs); in GenerateFpCompareAndBranch() local
3760 __ CmpUleS(FTMP, rhs, lhs); in GenerateFpCompareAndBranch() local
/art/compiler/utils/mips64/
Dassembler_mips64_test.cc517 TEST_F(AssemblerMIPS64Test, CmpUleS) { in TEST_F() argument
Dassembler_mips64.cc1057 void Mips64Assembler::CmpUleS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpUleS() function in art::mips64::Mips64Assembler