Searched refs:tcg_gen_abs_vec (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op-vec.c | 414 void tcg_gen_abs_vec(unsigned vece, TCGv_vec r, TCGv_vec a) in tcg_gen_abs_vec() function
|
H A D | tcg-op-gvec.c | 2572 .fniv = tcg_gen_abs_vec, in tcg_gen_gvec_abs() 2577 .fniv = tcg_gen_abs_vec, in tcg_gen_gvec_abs() 2582 .fniv = tcg_gen_abs_vec, in tcg_gen_gvec_abs() 2587 .fniv = tcg_gen_abs_vec, in tcg_gen_gvec_abs()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op-common.h | 429 void tcg_gen_abs_vec(unsigned vece, TCGv_vec r, TCGv_vec a);
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_vec.c.inc | 1665 tcg_gen_abs_vec(vece, t1, a); 1666 tcg_gen_abs_vec(vece, t2, b);
|