Searched refs:CC_OP_BMILGB (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | cc_helper.c | 158 case CC_OP_BMILGB: in helper_cc_compute_all() 288 case CC_OP_BMILGB: in helper_cc_compute_c()
|
H A D | emit.c.inc | 1360 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 D | translate.c | 307 [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 D | cpu-dump.c | 88 [CC_OP_BMILGB] = "BMILGB",
|
H A D | cpu.h | 1375 CC_OP_BMILGB, /* Z,S via CC_DST, C = SRC==0; O=0; P,A undefined */ enumerator
|