Searched refs:RepeatAR (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/x86/ |
D | assembler_x86_test.cc | 203 TEST_F(AssemblerX86Test, RepeatAR) { in TEST_F() argument 207 RepeatAR(/*f*/ nullptr, addresses_singleton_, "{mem} %{reg}")); in TEST_F() 271 DriverStr(RepeatAR(&x86::X86Assembler::movl, "movl %{reg}, {mem}"), "movl-store"); in TEST_F() 275 DriverStr(RepeatAR(&x86::X86Assembler::movntl, "movntil %{reg}, {mem}"), "movntl"); in TEST_F() 289 DriverStr(RepeatAR(&x86::X86Assembler::LockCmpxchgl, in TEST_F()
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64_test.cc | 478 TEST_F(AssemblerX86_64Test, RepeatAR) { in TEST_F() argument 479 EXPECT_NE(RepeatAR(/*f*/ nullptr, addresses_singleton_, "{mem} %{reg}") in TEST_F() 965 DriverStr(RepeatAR(&x86_64::X86_64Assembler::LockCmpxchgq, in TEST_F() 970 DriverStr(RepeatAR(&x86_64::X86_64Assembler::movq, "movq %{reg}, {mem}"), "movq_s"); in TEST_F() 1024 DriverStr(RepeatAR(&x86_64::X86_64Assembler::movntq, "movntiq %{reg}, {mem}"), "movntq"); in TEST_F()
|
/art/compiler/utils/ |
D | assembler_test.h | 988 std::string RepeatAR(void (Ass::*f)(const Addr&, Reg), const std::string& fmt) { in RepeatAR() function 989 return RepeatAR(f, GetAddresses(), fmt); in RepeatAR() 994 std::string RepeatAR(void (Ass::*f)(const Addr&, Reg), in RepeatAR() function
|