Searched refs:RepeatAI (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/x86/ |
D | assembler_x86_test.cc | 187 TEST_F(AssemblerX86Test, RepeatAI) { in TEST_F() argument 189 RepeatAI(/*f*/ nullptr, /*imm_bytes*/ 1U, addresses_singleton_, "{mem} ${imm}")); in TEST_F() 263 DriverStr(RepeatAI(&x86::X86Assembler::addw, /*imm_bytes*/ 2U, "addw ${imm}, {mem}"), "addw"); in TEST_F() 477 DriverStr(RepeatAI(&x86::X86Assembler::testb, /*imm_bytes*/ 1U, "testb ${imm}, {mem}"), "testb"); in TEST_F() 481 DriverStr(RepeatAI(&x86::X86Assembler::testl, /*imm_bytes*/ 4U, "testl ${imm}, {mem}"), "testl"); in TEST_F() 967 DriverStr(RepeatAI(&x86::X86Assembler::cmpb, in TEST_F() 973 DriverStr(RepeatAI(&x86::X86Assembler::cmpw, /*imm_bytes*/ 2U, "cmpw ${imm}, {mem}"), "cmpw"); in TEST_F()
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64_test.cc | 452 TEST_F(AssemblerX86_64Test, RepeatAI) { in TEST_F() argument 454 RepeatAI(/*f*/ nullptr, /*imm_bytes*/ 1U, addresses_singleton_, "{mem} ${imm}")); in TEST_F() 584 RepeatAI(&x86_64::X86_64Assembler::addw, /*imm_bytes*/2U, "addw ${imm}, {mem}"), "addw"); in TEST_F() 972 RepeatAI(&x86_64::X86_64Assembler::cmpw, /*imm_bytes*/ 2U, "cmpw ${imm}, {mem}"), "cmpw"); in TEST_F() 976 DriverStr(RepeatAI(&x86_64::X86_64Assembler::movq, in TEST_F() 982 DriverStr(RepeatAI(&x86_64::X86_64Assembler::movl, in TEST_F() 987 DriverStr(RepeatAI(&x86_64::X86_64Assembler::movw, in TEST_F() 992 DriverStr(RepeatAI(&x86_64::X86_64Assembler::movb, in TEST_F() 1996 DriverStr(RepeatAI(&x86_64::X86_64Assembler::cmpb, in TEST_F() 2002 DriverStr(RepeatAI(&x86_64::X86_64Assembler::testb, in TEST_F() [all …]
|
/art/compiler/utils/ |
D | assembler_test.h | 923 std::string RepeatAI(void (Ass::*f)(const Addr&, const Imm&), in RepeatAI() function 926 return RepeatAI(f, imm_bytes, GetAddresses(), fmt); in RepeatAI() 931 std::string RepeatAI(void (Ass::*f)(const Addr&, const Imm&), in RepeatAI() function
|