Searched defs:CmpUltD (Results 1 – 5 of 5) sorted by relevance
| /art/compiler/utils/mips64/ |
| D | assembler_mips64_test.cc | 476 TEST_F(AssemblerMIPS64Test, CmpUltD) { in TEST_F() argument
|
| D | assembler_mips64.cc | 925 void Mips64Assembler::CmpUltD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpUltD() function in art::mips64::Mips64Assembler
|
| /art/compiler/optimizing/ |
| D | code_generator_mips64.cc | 2530 __ CmpUltD(FTMP, lhs, rhs); in GenerateFpCompareAndBranch() local 2544 __ CmpUltD(FTMP, rhs, lhs); in GenerateFpCompareAndBranch() local
|
| D | code_generator_mips.cc | 3159 __ CmpUltD(FTMP, lhs, rhs); in GenerateFpCompareAndBranch() local 3173 __ CmpUltD(FTMP, rhs, lhs); in GenerateFpCompareAndBranch() local
|
| /art/compiler/utils/mips/ |
| D | assembler_mips.cc | 1118 void MipsAssembler::CmpUltD(FRegister fd, FRegister fs, FRegister ft) { in CmpUltD() function in art::mips::MipsAssembler
|