Home
last modified time | relevance | path

Searched refs:DriverFn (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/
Djni_macro_assembler_test.h44 void DriverFn(TestFn f, const std::string& test_name) { in DriverFn() function
Dassembler_test.h64 void DriverFn(TestFn f, const std::string& test_name) { in DriverFn() function
/art/compiler/utils/x86_64/
Dassembler_x86_64_test.cc653 DriverFn(&shll_fn, "shll"); in TEST_F()
674 DriverFn(&shlq_fn, "shlq"); in TEST_F()
695 DriverFn(&shrl_fn, "shrl"); in TEST_F()
715 DriverFn(&shrq_fn, "shrq"); in TEST_F()
735 DriverFn(&sarl_fn, "sarl"); in TEST_F()
755 DriverFn(&sarq_fn, "sarq"); in TEST_F()
775 DriverFn(&rorl_fn, "rorl"); in TEST_F()
795 DriverFn(&roll_fn, "roll"); in TEST_F()
815 DriverFn(&rorq_fn, "rorq"); in TEST_F()
835 DriverFn(&rolq_fn, "rolq"); in TEST_F()
[all …]
/art/compiler/utils/x86/
Dassembler_x86_test.cc405 DriverFn(&rorl_fn, "rorl"); in TEST_F()
425 DriverFn(&roll_fn, "roll"); in TEST_F()