Searched defs:CmpUleS (Results 1 – 6 of 6) sorted by relevance
/art/compiler/utils/mips/ |
D | assembler_mips32r6_test.cc | 434 TEST_F(AssemblerMIPS32r6Test, CmpUleS) { in TEST_F() argument
|
D | assembler_mips.cc | 1370 void MipsAssembler::CmpUleS(FRegister fd, FRegister fs, FRegister ft) { in CmpUleS() function in art::mips::MipsAssembler
|
/art/compiler/optimizing/ |
D | code_generator_mips.cc | 4493 __ 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
|
D | code_generator_mips64.cc | 3634 __ 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/ |
D | assembler_mips64_test.cc | 517 TEST_F(AssemblerMIPS64Test, CmpUleS) { in TEST_F() argument
|
D | assembler_mips64.cc | 1057 void Mips64Assembler::CmpUleS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpUleS() function in art::mips64::Mips64Assembler
|