Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dcc_helper.c158 case CC_OP_BMILGB: in helper_cc_compute_all()
288 case CC_OP_BMILGB: in helper_cc_compute_c()
H A Demit.c.inc1360 prepare_update2_cc(decode, s, CC_OP_BMILGB + ot);
1370 prepare_update2_cc(decode, s, CC_OP_BMILGB + ot);
1548 prepare_update2_cc(decode, s, CC_OP_BMILGB + ot);
2475 decode->cc_op = CC_OP_BMILGB + ot;
4143 decode->cc_op = CC_OP_BMILGB + ot;
H A Dtranslate.c307 [CC_OP_BMILGB ... CC_OP_BMILGQ] = USES_CC_DST | USES_CC_SRC,
927 case CC_OP_BMILGB ... CC_OP_BMILGQ: in gen_prepare_eflags_c()
/openbmc/qemu/target/i386/
H A Dcpu-dump.c88 [CC_OP_BMILGB] = "BMILGB",
H A Dcpu.h1375 CC_OP_BMILGB, /* Z,S via CC_DST, C = SRC==0; O=0; P,A undefined */ enumerator