Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dcc_helper.c102 case CC_OP_ADCB: in helper_cc_compute_all()
260 case CC_OP_ADCB: in helper_cc_compute_c()
H A Dtranslate.c299 [CC_OP_ADCB ... CC_OP_ADCQ] = USES_CC_DST | USES_CC_SRC | USES_CC_SRC2,
H A Demit.c.inc1190 prepare_update3_cc(decode, s, CC_OP_ADCB + ot, c_in);
/openbmc/qemu/target/i386/
H A Dcpu-dump.c48 [CC_OP_ADCB] = "ADCB",
H A Dcpu.h1335 CC_OP_ADCB, /* modify all flags, CC_DST = res, CC_SRC = src1 */ enumerator