Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_test.h611 std::string RepeatVV(void (Ass::*f)(VecReg, VecReg), const std::string& fmt) { in RepeatVV() argument
620 std::string RepeatVVV(void (Ass::*f)(VecReg, VecReg, VecReg), const std::string& fmt) { in RepeatVVV() argument
631 std::string RepeatVR(void (Ass::*f)(VecReg, Reg), const std::string& fmt) { in RepeatVR()