Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg-op-gvec.c3732 static const TCGOpcode cmp_list[] = { INDEX_op_cmp_vec, 0 }; in tcg_gen_gvec_cmp() local
3783 hold_list = tcg_swap_vecop_list(cmp_list); in tcg_gen_gvec_cmp()
3784 type = choose_vector_type(cmp_list, vece, oprsz, in tcg_gen_gvec_cmp()
3859 static const TCGOpcode cmp_list[] = { INDEX_op_cmp_vec, 0 }; in tcg_gen_gvec_cmps() local
3903 type = choose_vector_type(cmp_list, vece, oprsz, in tcg_gen_gvec_cmps()
3906 const TCGOpcode *hold_list = tcg_swap_vecop_list(cmp_list); in tcg_gen_gvec_cmps()