Home
last modified time | relevance | path

Searched refs:CC_OP_SUB_32 (Results 1 – 4 of 4) sorted by relevance

/qemu/target/s390x/
H A Dcpu-dump.c112 [CC_OP_SUB_32] = "CC_OP_SUB_32", in cc_name()
H A Ds390x-internal.h181 CC_OP_SUB_32, /* overflow on subtraction (32bit) */ enumerator
/qemu/target/s390x/tcg/
H A Dcc_helper.c416 case CC_OP_SUB_32: in do_calc_cc()
H A Dtranslate.c556 case CC_OP_SUB_32: in gen_op_calc_cc()
618 case CC_OP_SUB_32: in gen_op_calc_cc()
5067 gen_op_update3_cc_i64(s, CC_OP_SUB_32, o->in1, o->in2, o->out); in cout_subs32()