Searched refs:DriverFn (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/x86_64/ |
D | assembler_x86_64_test.cc | 658 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/ |
D | jni_macro_assembler_test.h | 44 void DriverFn(TestFn f, const std::string& test_name) { in DriverFn() function
|
D | assembler_test.h | 64 void DriverFn(TestFn f, const std::string& test_name) { in DriverFn() function
|
/art/compiler/utils/x86/ |
D | assembler_x86_test.cc | 413 DriverFn(&rorl_fn, "rorl"); in TEST_F() 433 DriverFn(&roll_fn, "roll"); in TEST_F()
|