Lines Matching refs:TCGOpcode

46 static void tcg_assert_listed_vecop(TCGOpcode op)  in tcg_assert_listed_vecop()
49 const TCGOpcode *p = tcg_ctx->vecop_list; in tcg_assert_listed_vecop()
61 bool tcg_can_emit_vecop_list(const TCGOpcode *list, in tcg_can_emit_vecop_list()
69 TCGOpcode opc = *list; in tcg_can_emit_vecop_list()
144 void vec_gen_2(TCGOpcode opc, TCGType type, unsigned vece, TCGArg r, TCGArg a) in vec_gen_2()
153 void vec_gen_3(TCGOpcode opc, TCGType type, unsigned vece, in vec_gen_3()
164 void vec_gen_4(TCGOpcode opc, TCGType type, unsigned vece, in vec_gen_4()
176 void vec_gen_6(TCGOpcode opc, TCGType type, unsigned vece, TCGArg r, in vec_gen_6()
190 static void vec_gen_op2(TCGOpcode opc, unsigned vece, TCGv_vec r, TCGv_vec a) in vec_gen_op2()
201 static void vec_gen_op3(TCGOpcode opc, unsigned vece, in vec_gen_op3()
268 static void vec_gen_ldst(TCGOpcode opc, TCGv_vec r, TCGv_ptr b, TCGArg o) in vec_gen_ldst()
369 static bool do_op2(unsigned vece, TCGv_vec r, TCGv_vec a, TCGOpcode opc) in do_op2()
384 const TCGOpcode *hold_list = tcg_swap_vecop_list(NULL); in do_op2()
404 const TCGOpcode *hold_list; in tcg_gen_neg_vec()
417 const TCGOpcode *hold_list; in tcg_gen_abs_vec()
446 static void do_shifti(TCGOpcode opc, unsigned vece, in do_shifti()
472 const TCGOpcode *hold_list = tcg_swap_vecop_list(NULL); in do_shifti()
539 const TCGOpcode *hold_list = tcg_swap_vecop_list(NULL); in tcg_gen_cmp_vec()
551 TCGv_vec b, TCGOpcode opc) in do_op3()
569 const TCGOpcode *hold_list = tcg_swap_vecop_list(NULL); in do_op3()
579 TCGv_vec b, TCGOpcode opc) in do_op3_nofail()
608 const TCGOpcode *hold_list = tcg_swap_vecop_list(NULL); in tcg_gen_usadd_vec()
629 const TCGOpcode *hold_list = tcg_swap_vecop_list(NULL); in tcg_gen_ussub_vec()
642 TCGv_vec b, TCGOpcode opc, TCGCond cond) in do_minmax()
645 const TCGOpcode *hold_list = tcg_swap_vecop_list(NULL); in do_minmax()
697 TCGv_i32 s, TCGOpcode opc) in do_shifts()
714 const TCGOpcode *hold_list = tcg_swap_vecop_list(NULL); in do_shifts()
781 const TCGOpcode *hold_list; in tcg_gen_cmpsel_vec()