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

/external/qemu/
H A Dcpus.c55 cpu_dump_state(cpu->env_ptr, stderr, fprintf, X86_DUMP_FPU);
H A Dexec.c481 cpu_dump_state(cpu, stderr, fprintf, X86_DUMP_FPU | X86_DUMP_CCOP);
490 log_cpu_state(cpu, X86_DUMP_FPU | X86_DUMP_CCOP);
/external/qemu/target-i386/
H A Dhelper.c472 log_cpu_state(cpu, X86_DUMP_FPU | X86_DUMP_CCOP);
795 if (flags & X86_DUMP_FPU) {
H A Dcpu.h1004 #define X86_DUMP_FPU 0x0001 /* dump FPU state too */ macro

Completed in 133 milliseconds