Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg-op-gvec.c31 static const TCGOpcode vecop_list_empty[1] = { 0 }; variable
33 #define vecop_list_empty NULL macro
1239 const TCGOpcode *this_list = g->opt_opc ? : vecop_list_empty; in tcg_gen_gvec_2_var()
1312 const TCGOpcode *this_list = g->opt_opc ? : vecop_list_empty; in tcg_gen_gvec_2i()
1391 const TCGOpcode *this_list = g->opt_opc ? : vecop_list_empty; in tcg_gen_gvec_2s()
1460 const TCGOpcode *this_list = g->opt_opc ? : vecop_list_empty; in tcg_gen_gvec_3_var()
1536 const TCGOpcode *this_list = g->opt_opc ? : vecop_list_empty; in tcg_gen_gvec_3i()
1604 const TCGOpcode *this_list = g->opt_opc ? : vecop_list_empty; in tcg_gen_gvec_4()
1675 const TCGOpcode *this_list = g->opt_opc ? : vecop_list_empty; in tcg_gen_gvec_4i()