Home
last modified time | relevance | path

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

/qemu/tcg/
H A Dtcg.c2573 TCGConstraintSetIndex con_set; in tcg_op_supported() local
2583 con_set = outop->static_constraint; in tcg_op_supported()
2584 if (con_set == C_Dynamic) { in tcg_op_supported()
2585 con_set = outop->dynamic_constraint(type, flags); in tcg_op_supported()
2587 if (con_set >= 0) { in tcg_op_supported()
2590 tcg_debug_assert(con_set == C_NotImplemented); in tcg_op_supported()
3515 TCGConstraintSetIndex con_set; in opcode_args_ct() local
3522 con_set = outop->static_constraint; in opcode_args_ct()
3523 if (con_set == C_Dynamic) { in opcode_args_ct()
3524 con_set = outop->dynamic_constraint(type, flags); in opcode_args_ct()
[all …]