Searched defs:CmpUltD (Results 1 – 6 of 6) sorted by relevance
/art/compiler/utils/mips/ |
D | assembler_mips32r6_test.cc | 474 TEST_F(AssemblerMIPS32r6Test, CmpUltD) { in TEST_F() argument
|
D | assembler_mips.cc | 1410 void MipsAssembler::CmpUltD(FRegister fd, FRegister fs, FRegister ft) { in CmpUltD() function in art::mips::MipsAssembler
|
/art/compiler/optimizing/ |
D | code_generator_mips.cc | 4591 __ CmpUltD(FTMP, lhs, rhs); in GenerateFpCompare() local 4607 __ CmpUltD(FTMP, rhs, lhs); in GenerateFpCompare() local 4836 __ CmpUltD(dst, lhs, rhs); in MaterializeFpCompareR6() local 4848 __ CmpUltD(dst, rhs, lhs); in MaterializeFpCompareR6() local 4985 __ CmpUltD(FTMP, lhs, rhs); in GenerateFpCompareAndBranch() local 4999 __ CmpUltD(FTMP, rhs, lhs); in GenerateFpCompareAndBranch() local
|
D | code_generator_mips64.cc | 3678 __ CmpUltD(FTMP, lhs, rhs); in GenerateFpCompare() local 3694 __ CmpUltD(FTMP, rhs, lhs); in GenerateFpCompare() local 3784 __ CmpUltD(FTMP, lhs, rhs); in GenerateFpCompareAndBranch() local 3798 __ CmpUltD(FTMP, rhs, lhs); in GenerateFpCompareAndBranch() local
|
/art/compiler/utils/mips64/ |
D | assembler_mips64_test.cc | 557 TEST_F(AssemblerMIPS64Test, CmpUltD) { in TEST_F() argument
|
D | assembler_mips64.cc | 1089 void Mips64Assembler::CmpUltD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpUltD() function in art::mips64::Mips64Assembler
|