Home
last modified time | relevance | path

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

/qemu/include/tcg/
H A Dtcg.h72 NB_OPS, enumerator
352 QEMU_BUILD_BUG_ON(NB_OPS > (1 << 8));
/qemu/tcg/
H A Dtcg.c1182 static const TCGOutOp * const all_outop[NB_OPS] = {
2593 tcg_debug_assert(op < NB_OPS); in tcg_op_supported()