Searched refs:CC_OP_LOGICB (Results 1 – 3 of 3) sorted by relevance
114 case CC_OP_LOGICB: return compute_all_logicb(env); in helper_cc_compute_all()190 case CC_OP_LOGICB: return compute_c_logicb(env); in helper_cc_compute_c()
212 [CC_OP_LOGICB ... CC_OP_LOGICQ] = USES_CC_DST,970 case CC_OP_LOGICB ... CC_OP_LOGICQ: in gen_compute_eflags_c()1151 case CC_OP_LOGICB: in is_fast_jcc_case()1255 case CC_OP_LOGICB: in gen_jcc1()1560 set_cc_op(s1, CC_OP_LOGICB + ot); in gen_op()1569 set_cc_op(s1, CC_OP_LOGICB + ot); in gen_op()1578 set_cc_op(s1, CC_OP_LOGICB + ot); in gen_op()4449 set_cc_op(s, CC_OP_LOGICB + ot); in disas_insn()4564 set_cc_op(s, CC_OP_LOGICB + ot); in disas_insn()4898 set_cc_op(s, CC_OP_LOGICB + ot); in disas_insn()[all …]
636 CC_OP_LOGICB, /* modify all flags, CC_DST = res */ enumerator