Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dcc_helper.c137 case CC_OP_DECB: in helper_cc_compute_all()
237 case CC_OP_DECB: in helper_cc_compute_c()
H A Dtranslate.c304 [CC_OP_DECB ... CC_OP_DECQ] = USES_CC_DST | USES_CC_SRC,
914 case CC_OP_DECB ... CC_OP_DECQ: in gen_prepare_eflags_c()
H A Demit.c.inc1956 prepare_update_cc_incdec(decode, s, CC_OP_DECB + ot);
/openbmc/qemu/target/i386/
H A Dcpu-dump.c73 [CC_OP_DECB] = "DECB",
H A Dcpu.h1360 CC_OP_DECB, /* modify all flags except, CC_DST = res, CC_SRC = C */ enumerator