Searched refs:tcg_expand_vec_op (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op-vec.c | 384 tcg_expand_vec_op(opc, type, vece, ri, ai); in do_op2() 473 tcg_expand_vec_op(opc, type, vece, ri, ai, i); in do_shifti() 540 tcg_expand_vec_op(INDEX_op_cmp_vec, type, vece, ri, ai, bi, cond); in tcg_gen_cmp_vec() 569 tcg_expand_vec_op(opc, type, vece, ri, ai, bi); in do_op3() 714 tcg_expand_vec_op(opc, type, vece, ri, ai, si); in do_shifts() 795 tcg_expand_vec_op(INDEX_op_cmpsel_vec, type, vece, in tcg_gen_cmpsel_vec()
|
H A D | tcg.c | 6563 void tcg_expand_vec_op(TCGOpcode o, TCGType t, unsigned e, TCGArg a0, ...) in tcg_expand_vec_op() function
|
/openbmc/qemu/include/tcg/ |
H A D | tcg.h | 1032 void tcg_expand_vec_op(TCGOpcode, TCGType, unsigned, TCGArg, ...);
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 2180 void tcg_expand_vec_op(TCGOpcode opc, TCGType type, unsigned vece,
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 2853 void tcg_expand_vec_op(TCGOpcode opc, TCGType type, unsigned vece,
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 2534 void tcg_expand_vec_op(TCGOpcode opc, TCGType type, unsigned vece,
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 2883 void tcg_expand_vec_op(TCGOpcode opc, TCGType type, unsigned vece,
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 3172 void tcg_expand_vec_op(TCGOpcode opc, TCGType type, unsigned vece,
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 4103 void tcg_expand_vec_op(TCGOpcode opc, TCGType type, unsigned vece,
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 4245 void tcg_expand_vec_op(TCGOpcode opc, TCGType type, unsigned vece,
|