Home
last modified time | relevance | path

Searched refs:RepeatAw (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/
Dassembler_test.h1026 std::string RepeatAw(void (Ass::*f)(const Addr&, Reg), const std::string& fmt) { in RepeatAw() function
1027 return RepeatAw(f, GetAddresses(), fmt); in RepeatAw()
1032 std::string RepeatAw(void (Ass::*f)(const Addr&, Reg), in RepeatAw() function
/art/compiler/utils/x86_64/
Dassembler_x86_64_test.cc986 DriverStr(RepeatAw(&x86_64::X86_64Assembler::movw, "movw %{reg}, {mem}"), "movw_s"); in TEST_F()