Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dcc_helper.c85 case CC_OP_POPCNT: in helper_cc_compute_all()
222 case CC_OP_POPCNT: in helper_cc_compute_c()
H A Dtranslate.c312 [CC_OP_POPCNT] = USES_CC_DST,
910 case CC_OP_POPCNT: in gen_prepare_eflags_c()
981 case CC_OP_POPCNT: in gen_prepare_eflags_s()
997 case CC_OP_POPCNT: in gen_prepare_eflags_o()
1025 case CC_OP_POPCNT: in gen_prepare_eflags_z()
H A Demit.c.inc3048 decode->cc_op = CC_OP_POPCNT;
/openbmc/qemu/target/i386/
H A Dcpu-dump.c93 [CC_OP_POPCNT] = "POPCNT",
H A Dcpu.h1394 CC_OP_POPCNT = sizeof(target_ulong) == 8 ? CC_OP_POPCNTQ__ : CC_OP_POPCNTL__, enumerator