Home
last modified time | relevance | path

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

/aosp12/art/compiler/utils/
H A 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
/aosp12/art/compiler/utils/x86/
H A Dassembler_x86_test.cc350 DriverStr(RepeatAw(&x86::X86Assembler::LockCmpxchgb, in TEST_F()
370 DriverStr(RepeatAw(&x86::X86Assembler::LockXaddb, in TEST_F()
/aosp12/art/compiler/utils/x86_64/
H A Dassembler_x86_64_test.cc991 DriverStr(RepeatAw(&x86_64::X86_64Assembler::movw, "movw %{reg}, {mem}"), "movw_s"); in TEST_F()