Searched refs:X86_DUMP_FPU (Results 1 - 5 of 5) sorted by relevance

/external/qemu/
H A Dcpus.c51 cpu_dump_state(env, stderr, fprintf, X86_DUMP_FPU);
H A Dmonitor.c387 X86_DUMP_FPU);
H A Dexec.c1706 cpu_dump_state(env, stderr, fprintf, X86_DUMP_FPU | X86_DUMP_CCOP);
1715 log_cpu_state(env, X86_DUMP_FPU | X86_DUMP_CCOP);
/external/qemu/target-i386/
H A Dcpu.h846 #define X86_DUMP_FPU 0x0001 /* dump FPU state too */ macro
H A Dhelper.c472 log_cpu_state(env, X86_DUMP_FPU | X86_DUMP_CCOP);
794 if (flags & X86_DUMP_FPU) {

Completed in 192 milliseconds