HomeSort by relevance Sort by last modified time
    Searched refs:DriverFn (Results 1 - 3 of 3) sorted by null

  /art/compiler/utils/x86_64/
assembler_x86_64_test.cc 378 DriverFn(&shll_fn, "shll");
401 DriverFn(&shlq_fn, "shlq");
424 DriverFn(&shrl_fn, "shrl");
447 DriverFn(&shrq_fn, "shrq");
470 DriverFn(&sarl_fn, "sarl");
493 DriverFn(&sarq_fn, "sarq");
516 DriverFn(&rorl_fn, "rorl");
539 DriverFn(&roll_fn, "roll");
562 DriverFn(&rorq_fn, "rorq");
585 DriverFn(&rolq_fn, "rolq")
    [all...]
  /art/compiler/utils/x86/
assembler_x86_test.cc 295 DriverFn(&rorl_fn, "rorl");
318 DriverFn(&roll_fn, "roll");
  /art/compiler/utils/
assembler_test.h 54 void DriverFn(TestFn f, std::string test_name) {
    [all...]

Completed in 48 milliseconds