Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Dcpu-dump.c127 [CC_OP_MULS_32] = "CC_OP_MULS_32", in cc_name()
H A Ds390x-internal.h184 CC_OP_MULS_32, /* overflow on signed multiply (32bit) */ enumerator
/openbmc/qemu/target/s390x/tcg/
H A Dcc_helper.c428 case CC_OP_MULS_32: in do_calc_cc()
H A Dtranslate.c595 case CC_OP_MULS_32: in gen_op_calc_cc()
5099 gen_op_update1_cc_i64(s, CC_OP_MULS_32, o->out); in cout_muls32()