Home
last modified time | relevance | path

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

/qemu/include/tcg/
H A Dtcg-op-gvec-common.h347 void tcg_gen_gvec_rotri(unsigned vece, uint32_t dofs, uint32_t aofs,
/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_vec.c.inc3729 TRANS(vrotri_b, LSX, gvec_vv_i, MO_8, tcg_gen_gvec_rotri)
3730 TRANS(vrotri_h, LSX, gvec_vv_i, MO_16, tcg_gen_gvec_rotri)
3731 TRANS(vrotri_w, LSX, gvec_vv_i, MO_32, tcg_gen_gvec_rotri)
3732 TRANS(vrotri_d, LSX, gvec_vv_i, MO_64, tcg_gen_gvec_rotri)
3737 TRANS(xvrotri_b, LASX, gvec_xx_i, MO_8, tcg_gen_gvec_rotri)
3738 TRANS(xvrotri_h, LASX, gvec_xx_i, MO_16, tcg_gen_gvec_rotri)
3739 TRANS(xvrotri_w, LASX, gvec_xx_i, MO_32, tcg_gen_gvec_rotri)
3740 TRANS(xvrotri_d, LASX, gvec_xx_i, MO_64, tcg_gen_gvec_rotri)
/qemu/tcg/
H A Dtcg-op-gvec.c3092 void tcg_gen_gvec_rotri(unsigned vece, uint32_t dofs, uint32_t aofs, in tcg_gen_gvec_rotri() function