Searched refs:RepeatAw (Results 1 – 2 of 2) sorted by relevance
1026 std::string RepeatAw(void (Ass::*f)(const Addr&, Reg), const std::string& fmt) { in RepeatAw() function1027 return RepeatAw(f, GetAddresses(), fmt); in RepeatAw()1032 std::string RepeatAw(void (Ass::*f)(const Addr&, Reg), in RepeatAw() function
986 DriverStr(RepeatAw(&x86_64::X86_64Assembler::movw, "movw %{reg}, {mem}"), "movw_s"); in TEST_F()