Home
last modified time | relevance | path

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

/external/libyuv/files/unit_test/
Dcpu_test.cc22 int cpu_flags = TestCpuFlag(~kCpuInitialized); in TEST_F() local
23 printf("Cpu Flags %x\n", cpu_flags); in TEST_F()
/external/qemu/
Dexec.c2944 int cpu_flags; in check_watchpoint() local
2970 cpu_get_tb_cpu_state(env, &pc, &cs_base, &cpu_flags); in check_watchpoint()
2971 tb_gen_code(env, pc, cs_base, cpu_flags, 1); in check_watchpoint()