Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dcc_helper.c130 case CC_OP_INCB: in helper_cc_compute_all()
233 case CC_OP_INCB: in helper_cc_compute_c()
H A Dtranslate.c303 [CC_OP_INCB ... CC_OP_INCQ] = USES_CC_DST | USES_CC_SRC,
913 case CC_OP_INCB ... CC_OP_INCQ: in gen_prepare_eflags_c()
H A Demit.c.inc2204 prepare_update_cc_incdec(decode, s, CC_OP_INCB + ot);
/openbmc/qemu/target/i386/
H A Dcpu-dump.c68 [CC_OP_INCB] = "INCB",
H A Dcpu.h1355 CC_OP_INCB, /* modify all flags except, CC_DST = res, CC_SRC = C */ enumerator