Searched refs:RepeatAw (Results 1 – 3 of 3) sorted by relevance
/aosp12/art/compiler/utils/ |
H A D | assembler_test.h | 1026 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 D | assembler_x86_test.cc | 350 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 D | assembler_x86_64_test.cc | 991 DriverStr(RepeatAw(&x86_64::X86_64Assembler::movw, "movw %{reg}, {mem}"), "movw_s"); in TEST_F()
|