Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_vector_mips64.cc683 __ Max_uH(dst, lhs, rhs); in VisitVecMax() local
Dcode_generator_vector_mips.cc684 __ Max_uH(dst, lhs, rhs); in VisitVecMax() local
/art/compiler/utils/mips/
Dassembler_mips32r6_test.cc2031 TEST_F(AssemblerMIPS32r6Test, Max_uH) { in TEST_F() argument
Dassembler_mips.cc2132 void MipsAssembler::Max_uH(VectorRegister wd, VectorRegister ws, VectorRegister wt) { in Max_uH() function in art::mips::MipsAssembler
/art/compiler/utils/mips64/
Dassembler_mips64_test.cc3244 TEST_F(AssemblerMIPS64Test, Max_uH) { in TEST_F() argument
Dassembler_mips64.cc1652 void Mips64Assembler::Max_uH(VectorRegister wd, VectorRegister ws, VectorRegister wt) { in Max_uH() function in art::mips64::Mips64Assembler