Home
last modified time | relevance | path

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

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