Searched refs:RepeatAI (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/x86/ |
D | assembler_x86_test.cc | 229 TEST_F(AssemblerX86Test, RepeatAI) { in TEST_F() argument 231 RepeatAI(/*f*/ nullptr, /*imm_bytes*/ 1U, addresses_singleton_, "{mem} ${imm}")); in TEST_F() 305 DriverStr(RepeatAI(&x86::X86Assembler::addw, /*imm_bytes*/ 2U, "addw ${imm}, {mem}"), "addw"); in TEST_F() 309 DriverStr(RepeatAI(&x86::X86Assembler::andw, /*imm_bytes*/ 2U, "andw ${imm}, {mem}"), "andw"); in TEST_F() 567 DriverStr(RepeatAI(&x86::X86Assembler::testb, /*imm_bytes*/ 1U, "testb ${imm}, {mem}"), "testb"); in TEST_F() 571 DriverStr(RepeatAI(&x86::X86Assembler::testl, /*imm_bytes*/ 4U, "testl ${imm}, {mem}"), "testl"); in TEST_F() 1302 DriverStr(RepeatAI(&x86::X86Assembler::cmpb, in TEST_F() 1308 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 | 459 TEST_F(AssemblerX86_64Test, RepeatAI) { in TEST_F() argument 461 RepeatAI(/*f*/ nullptr, /*imm_bytes*/ 1U, addresses_singleton_, "{mem} ${imm}")); in TEST_F() 591 RepeatAI(&x86_64::X86_64Assembler::addw, /*imm_bytes*/2U, "addw ${imm}, {mem}"), "addw"); in TEST_F() 920 RepeatAI(&x86_64::X86_64Assembler::andw, /*imm_bytes*/2U, "andw ${imm}, {mem}"), "andw"); in TEST_F() 1000 RepeatAI(&x86_64::X86_64Assembler::cmpw, /*imm_bytes*/ 2U, "cmpw ${imm}, {mem}"), "cmpw"); in TEST_F() 1004 DriverStr(RepeatAI(&x86_64::X86_64Assembler::movq, in TEST_F() 1010 DriverStr(RepeatAI(&x86_64::X86_64Assembler::movl, in TEST_F() 1015 DriverStr(RepeatAI(&x86_64::X86_64Assembler::movw, in TEST_F() 1020 DriverStr(RepeatAI(&x86_64::X86_64Assembler::movb, in TEST_F() 2300 DriverStr(RepeatAI(&x86_64::X86_64Assembler::cmpb, in TEST_F() [all …]
|
/art/compiler/utils/ |
D | assembler_test.h | 877 std::string RepeatAI(void (Ass::*f)(const Addr&, const Imm&), in RepeatAI() function 880 return RepeatAI(f, imm_bytes, GetAddresses(), fmt); in RepeatAI() 885 std::string RepeatAI(void (Ass::*f)(const Addr&, const Imm&), in RepeatAI() function
|