Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Dcpu-dump.c108 [CC_OP_SUB_64] = "CC_OP_SUB_64", in cc_name()
H A Ds390x-internal.h175 CC_OP_SUB_64, /* overflow on subtraction (64bit) */ enumerator
/openbmc/qemu/target/s390x/tcg/
H A Dcc_helper.c397 case CC_OP_SUB_64: in do_calc_cc()
H A Dtranslate.c554 case CC_OP_SUB_64: in gen_op_calc_cc()
616 case CC_OP_SUB_64: in gen_op_calc_cc()
5072 gen_op_update3_cc_i64(s, CC_OP_SUB_64, o->in1, o->in2, o->out); in cout_subs64()