Searched refs:CC_OP_SUBB (Results 1 - 3 of 3) sorted by relevance

/external/qemu/target-i386/
H A Dtranslate.c897 case CC_OP_SUBB:
952 case CC_OP_SUBB:
957 size = cc_op - CC_OP_SUBB;
1261 gen_op_set_cc_op(CC_OP_SUBB + ot); \
1262 gen_jcc1(s, CC_OP_SUBB + ot, (JCC_Z << 1) | (nz ^ 1), l2); \
1344 tcg_gen_addi_i32(cpu_cc_op, cpu_tmp2_i32, CC_OP_SUBB + ot);
1363 s1->cc_op = CC_OP_SUBB + ot;
1395 s1->cc_op = CC_OP_SUBB + ot;
4349 s->cc_op = CC_OP_SUBB + ot;
4859 s->cc_op = CC_OP_SUBB
[all...]
H A Dcpu.h459 CC_OP_SUBB, /* modify all flags, CC_DST = res, CC_SRC = src1 */ enumerator in enum:__anon11686
H A Dop_helper.c5548 case CC_OP_SUBB: return compute_all_subb();
5619 case CC_OP_SUBB: return compute_c_subb();

Completed in 40 milliseconds