Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/
H A Dcpu-dump.c30 static const char * const cc_op_str[] = { variable
460 if ((unsigned)env->cc_op < ARRAY_SIZE(cc_op_str)) { in x86_cpu_dump_state()
461 cc_op_name = cc_op_str[env->cc_op]; in x86_cpu_dump_state()