Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dcc_helper.c116 case CC_OP_SBBB: in helper_cc_compute_all()
274 case CC_OP_SBBB: in helper_cc_compute_c()
H A Dtranslate.c301 [CC_OP_SBBB ... CC_OP_SBBQ] = USES_CC_DST | USES_CC_SRC | USES_CC_SRC2,
H A Demit.c.inc3852 prepare_update3_cc(decode, s, CC_OP_SBBB + ot, c_in);
/openbmc/qemu/target/i386/
H A Dcpu-dump.c58 [CC_OP_SBBB] = "SBBB",
H A Dcpu.h1345 CC_OP_SBBB, /* modify all flags, CC_DST = res, CC_SRC = src1 */ enumerator