Searched refs:con_set (Results 1 – 1 of 1) sorted by relevance
2574 TCGConstraintSetIndex con_set; in tcg_op_supported() local2584 con_set = outop->static_constraint; in tcg_op_supported()2585 if (con_set == C_Dynamic) { in tcg_op_supported()2586 con_set = outop->dynamic_constraint(type, flags); in tcg_op_supported()2588 if (con_set >= 0) { in tcg_op_supported()2591 tcg_debug_assert(con_set == C_NotImplemented); in tcg_op_supported()3516 TCGConstraintSetIndex con_set; in opcode_args_ct() local3523 con_set = outop->static_constraint; in opcode_args_ct()3524 if (con_set == C_Dynamic) { in opcode_args_ct()3525 con_set = outop->dynamic_constraint(type, flags); in opcode_args_ct()[all …]