Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg.c2573 const TCGOutOp *outop; in tcg_op_supported() local
2581 outop = all_outop[op]; in tcg_op_supported()
2582 tcg_debug_assert(outop != NULL); in tcg_op_supported()
2584 con_set = outop->static_constraint; in tcg_op_supported()
2586 con_set = outop->dynamic_constraint(type, flags); in tcg_op_supported()
3515 const TCGOutOp *outop = all_outop[opc]; in opcode_args_ct() local
3522 if (outop) { in opcode_args_ct()
3523 con_set = outop->static_constraint; in opcode_args_ct()
3525 con_set = outop->dynamic_constraint(type, flags); in opcode_args_ct()