Home
last modified time | relevance | path

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

/art/compiler/utils/x86_64/
Dassembler_x86_64_test.cc376 DriverFn(&shll_fn, "shll"); in TEST_F()
399 DriverFn(&shlq_fn, "shlq"); in TEST_F()
422 DriverFn(&shrl_fn, "shrl"); in TEST_F()
445 DriverFn(&shrq_fn, "shrq"); in TEST_F()
468 DriverFn(&sarl_fn, "sarl"); in TEST_F()
491 DriverFn(&sarq_fn, "sarq"); in TEST_F()
978 DriverFn(&x87_fn, "x87"); in TEST_F()
1035 DriverFn(&ret_and_leave_fn, "retleave"); in TEST_F()
1087 DriverFn(&setcc_test_fn, "setcc"); in TEST_F()
1140 DriverFn(&buildframe_test_fn, "BuildFrame"); in TEST_F()
[all …]
/art/compiler/utils/
Dassembler_test.h54 void DriverFn(TestFn f, std::string test_name) { in DriverFn() function