Home
last modified time | relevance | path

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

/art/compiler/utils/x86_64/
Dassembler_x86_64_test.cc658 DriverFn(&shll_fn, "shll"); in TEST_F()
679 DriverFn(&shlq_fn, "shlq"); in TEST_F()
700 DriverFn(&shrl_fn, "shrl"); in TEST_F()
720 DriverFn(&shrq_fn, "shrq"); in TEST_F()
740 DriverFn(&sarl_fn, "sarl"); in TEST_F()
760 DriverFn(&sarq_fn, "sarq"); in TEST_F()
780 DriverFn(&rorl_fn, "rorl"); in TEST_F()
800 DriverFn(&roll_fn, "roll"); in TEST_F()
820 DriverFn(&rorq_fn, "rorq"); in TEST_F()
840 DriverFn(&rolq_fn, "rolq"); in TEST_F()
[all …]
/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/
Dassembler_x86_test.cc413 DriverFn(&rorl_fn, "rorl"); in TEST_F()
433 DriverFn(&roll_fn, "roll"); in TEST_F()